Grasshopper

algorithmic modeling for Rhino

hello,

i am a new user to grasshopper and i have a simple question.

how do i get the areas units from the natural logarithm units to mm ?

FYI: the rhino file units are in mm

Thanks,

Nizar

Views: 4782

Attachments:

Replies to This Discussion

1.234e+9 means 1.234×109, it's not natural logarithm

To elaborate, the 'e' stands for 'exponent', not the constant.

Your areas are simply very big when measured in square millimeters. Very large and very small numbers are displayed using scientific notation in Grasshopper. If you do not want this, you can use custom formatting to display the values.

For this, use a Format component with a pattern like "{0:0} mm²" and you should get your values rounded to the nearest square millimeter.

--

David Rutten

david@mcneel.com

Thank you David.

the areas are indeed very big! i think that i should convert to m² though the custom formatting worked out :)

Regards,

Nizar

To convert to square meters, you can use formatting like this:

Format("{0:0.00} m²", A / 1000²)

--

David Rutten

david@mcneel.com

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service