How can I use make 2d drawing with python script. There is no information in API.
Hi Maxim
I think @rajaa might know more. Do you have access to Rhino WIP? We are improving the SDK in this version.
Giulio
Giulio Piacentino
for Robert McNeel & Associates
giulio@mcneel.com
1 Like
I don’t think I have access to Rhino WIp. For now I want to make a python script for rhino 5 what will use make 2d command with no user participation. The cammand options have to be inputted automatically.
Then you can use RhinoApp.RunScript(). However, the results need to be gathered from the document and that is always quite messy. Everyone with a Rhino 5 license key can get access to Rhino WIP, you should try it!