Grasshopper

algorithmic modeling for Rhino

Exporting layers directly to STEP format using grasshoper

Dear Grasshoper users,

I have been trying to parameterize a geometric model consisting of a large number of layers that it is destined to be imported later in a mesh generation software. In doing so, I have to pass through an export of my rhino model using the STEP format. The STEP format has the limitation that it does not preserve layers (as far as I could test) so I need to execute the export command as many times as the number of layers I want to export, and export each time the objects belonging to each layer. Then the import can be done layer by layer.

Does anyone of you can suggest a method of doing this in an efficient way, preferably in Grasshoper or eventually in Rhino ?

Views: 2663

Replies to This Discussion

What leads you to the conclusion that STEP doesn't contain layers?

If you open the file in a text editor (I've attached an example exported from Rhino), search for the text PRESENTATION_LAYER_ASSIGNMENT

You can also test this by deleting layers (except 1) in Rhino and importing the file, you'll see the layers generated.  Attributes such as color by layer are lost though.

Maybe the software importing the STEP doesn't recognize this.

Cheers,

Jon

Attachments:

Dear Jon,

thanks for your response. I think you are right... Although I did not find the string you mention in my .stp file, it seems that layers are preserved in it, because I was able to locate the names of all the layers I had generated in my Rhino model with the associated geometric entities.

So, yes, it seems that STEP preserves layers and obviously it is the mesh generation software that does not reckognize them...

Even so, the initial question persists... 

If indeed you must import layer by layer in your mesh software, try following export by layer script.

http://wiki.mcneel.com/developer/scriptsamples/exportlayerobjects

Also CASE's Lunchbox components makes it very easy to do this within grasshopper without going into script components.

Dear Ivor Ip,

I checked the Rhino script you suggested and it works fine!!

Thanks for your prompt response!!

Regards,

Charisis

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service