Is there a way to open a 3DM file using Python without the Open dialog?
Hello,
Use a hyphen to suppress the dialog box, ie -_Open
http://docs.mcneel.com/rhino/5/help/en-us/information/rhinoscripting.htm
Used this and did what I wanted.
Thanks 
Is there a way to open a 3DM file using Python without the Open dialog?
Hello,
Use a hyphen to suppress the dialog box, ie -_Open
http://docs.mcneel.com/rhino/5/help/en-us/information/rhinoscripting.htm
Used this and did what I wanted.
Thanks 