Grasshopper

algorithmic modeling for Rhino

Hi all,

I've made a parametric surface on grasshopper
Is there a way to export my surface into 3ds file and how can i know the size ( width, length ,height) of my surface?

Thankyou

Views: 815

Replies to This Discussion

You can just get a bounding box and extract the values.

Or you can bake the srf and export in 3ds.

How can i bake the surface or extract the value?

Hi Hagani,

You will have to bake the final result of your grasshopper definition to any layer. Then in Rhino select that surface you want to export, File -> Export selected -> and choose: "3d Studio (.3ds)" as file type.

To see dimensions of your surface, use the bounding box component, along with some others. Take a look at the components grouped in green block:

Definition above is just an example of a surface generation. And the last part in green is the one related to dimensions.
Your units will depend on units of Rhino. This means that, if after starting Rhino you chose "Metres" as units, the dimension values from Grasshopper (in this case: 16,0  17.0  0.974) will represent 16,0 metres  17.0 metres  0.974 metres.
If you chose inches, then values from Grasshopper will represent inches.

By exporting your model from Rhino as .3ds, it will preserve the units information too.
So for example if you would like to import your surface into Archicad, and you are using centimetres as units, your .3ds model will be imported as: 1600 cm  1700 cm  97.4 cm

Attachments:
Okay i got it !
Thankyou so much djordje for helping again!

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service