RhinoCommon API
PythonScriptCompile Method |
Compiles a class in a quick-to-execute proxy.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)

public abstract PythonCompiledCode Compile( string script )
Public MustOverride Function Compile ( script As String ) As PythonCompiledCode
Parameters
- script
- Type: SystemString
A string text.
Return Value
Type: PythonCompiledCodeA Python compiled code instance.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14