PythonCompiledCodeExecute Method |
Executes the script in a specific scope.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic abstract void Execute(
PythonScript scope
)
Public MustOverride Sub Execute (
scope As PythonScript
)
Parameters
- scope
- Type: Rhino.RuntimePythonScript
The scope where the script should be executed.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also