Grasshopper

algorithmic modeling for Rhino

Hi all,

I know there is a couple of ways to export grasshopper data to dwg or other formats but I struggle to find a way to get multiple pdfs from my defenitions.

For now I export DWGs with Ramon's Elerfront and then use PUBLISH from autocad to generate PDFs. But I believe there should be a much more direct way of doing it. Is there any plugin of script I am missing?

Views: 4237

Replies to This Discussion

Hallo max,

yes there is, you can automate rhino print command, and if you don't have a freeware pdf export it should work without clicking for each file. I have a sample file, will need to go through me archive so maybe until tomorrow...

Best

Richard

Just in case someone needs it one day. This is the best workflow I could get so far:

1. Install free PDFCreator printer.

2. In PDFCreator settings enable "autosave" option and provide a saving path along with the naming template.

3. Set PDFCreator as your printer in Rhino

4. Use attached c# component to automate print command. Every tree branch will end up in a separate PDF file

Drawbacks:

- all geometry should be baked in advance and then referenced back to grasshopper because my code uses GUIDs to select elements in the viewport.

- you need to use boolean toggle instead of a button to run script otherwise grasshopper canvas stops responding. I have no idea why.

Attachments:

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service