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