public void EnableSolver()
Public Sub EnableSolver
Call GrasshopperExampleScript() Sub GrasshopperExampleScript() Dim GH Set GH = Rhino.GetPlugInObject("Grasshopper") Call GH.EnableSolver() Set GH = Nothing End Sub
Report wishes and bugs at discourse.mcneel.com