Notifications
Clear all

[Closed] highest & lowest point

I can get the highest and lowest point of an object?

I’m working with several modifiers, and i need to know my object’s final height

5 Replies

Hi

you can try $.min $.max

hehe.

thx.
I ve to add a function to convert the result depending the scene unit and it will be perfect

hehe.

thx.
I ve to add a function to convert the result depending the scene unit and it will be perfect

1 Reply
(@bobo)
Joined: 11 months ago

Posts: 0

Uhm, the result will be in generic units, and MAXScript has a method for converting generic units into Display units:

units.formatValue <float>

oh great. thx Bobo