Click or drag to resize

PythonScriptSetupScriptContext Method

Setups the script context. Use a RhinoDoc instance unless unsure.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public virtual void SetupScriptContext(
	Object doc
)

Parameters

doc
Type: SystemObject
Document.
See Also