PythonScriptSetupScriptContext Method |
Setups the script context. Use a RhinoDoc instance unless unsure.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic virtual void SetupScriptContext(
Object doc
)
Public Overridable Sub SetupScriptContext (
doc As Object
)
Parameters
- doc
- Type: SystemObject
Document.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also