Click or drag to resize

PythonCompiledCodeExecute Method

Executes the script in a specific scope.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public abstract void Execute(
	PythonScript scope
)

Parameters

scope
Type: Rhino.RuntimePythonScript
The scope where the script should be executed.
See Also