RhinoCommon API
PythonCompiledCodeExecute Method |
Executes the script in a specific scope.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
public 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.