algorithmic modeling for Rhino
Tags:
Option Explicit
Call Main()
Sub Main()
Dim GH
Set GH = Rhino.GetPlugInObject("Grasshopper")
Call GH.DisableBanner()
Call GH.ShowEditor()
Call Rhino.Print("Loaded:" & GH.IsEditorLoaded())
Call Rhino.Print("Visible:" & GH.IsEditorVisible())
Call Rhino.Print("Enabled:" & GH.IsSolverEnabled())
Call GH.OpenDocument("C:\testfile.ghx")
Call GH.SaveDocumentAs("C:\backup [" & Hour(Now()) & Minute(Now()) & "].ghx")
End Sub
Hi David,
It looks really promising, thank you!
I wonder if you, guys, would be so nice to help me with the thing I am working on right now? Maybe it's a trival qestion, but I don't now how to do it yet.
I would like to open (through the windows cmd) Rhino->Grasshopper->specific file, let it run once and close everything down. So far, I can open Rhino but am experiencing problems with opening a specific GH file.
Could you please explain me how to do it?
Thanks in advance,
Ewa
Hi panhao, i'm working on this subject,
Can you tell me what language you use ?
The question is to write a script to outdoor GH but interacting with.
Hi all!
I realize this thread is very old, but is it possible to do this now? Is there more functionality, like changing sliders and toggles? Any current advice or resources on the subject would be appreciated... thanks!
Hi all!
I realize this thread is very old, but is it possible to do this now? Is there more functionality, like changing sliders and toggles? Any current advice or resources on the subject would be appreciated... thanks!
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by