GH_RhinoScriptInterfaceIsSolverEnabled Method |
Namespace: Grasshopper.Plugin
Call GrasshopperExampleScript() Sub GrasshopperExampleScript() Dim GH Set GH = Rhino.GetPlugInObject("Grasshopper") Call Rhino.Print("Grasshopper Solver Enabled: " & GH.IsSolverEnabled()) Set GH = Nothing End Sub