PythonScriptCreate Method |
Constructs a new Python script context.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static PythonScript Create()
Public Shared Function Create As PythonScript
Return Value
Type:
PythonScriptA new Python script, or null if none could be created. Rhino 4 always returns null.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also