@brobes05 wrote:
Hi,
I am trying to use RhinoCommon to batch export branches of curves sequentially as individual files. Here is what I have tried:
- FilePDF class.
- it seems I have to create a page to add the geometry to somehow. I have over a thousand floorplans and this seems like it won’t be efficient.
- Use the rs.command(-Export…)
- I am having trouble with this because it needs to have a selection from the rhino doc
- Access the Rhino doc, use the rs.command to isolate the selected geometry, select it and then use rs.command(-Export)
I don’t love option 3 because it involves using the Rhino Doc, I would rather just export illustrator files from GH. This doesn’t seem possible though.
Any insight would be appreciated. Thank you
Posts: 1
Participants: 1