PythonScriptOutput Property |
Gets or sets the Python script "print()" target.
By default string output goes to the Rhino.RhinoApp.Write function.
Set Output if you want to redirect the output from python to a different function
while this script executes.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Action<string> Output { get; set; }
Public Property Output As Action(Of String)
Get
Set
Property Value
Type:
ActionStringSee Also