External Program

Dear Experts

I want to Open the file externally and create some objects in file and save it with specific name

Nothing but running my tool in batch mode

No interactive Rhino Session

Please guide me if any sample

Hi @bknbalu,

It is possible to do this using ActiveX automation.

http://developer.rhino3d.com/5/api/rhinoscript/introduction/external_access.htm

Here is an example script that batch renders some models.

https://github.com/mcneel/rhino-developer-samples/blob/5/rhinoscript/BatchRender.vbs

Does this help?

– Dale

Thanks for your response

I will go though it