getting an objects size with coffee
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/02/2007 at 03:57, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.6
Platform:
Language(s) : C.O.F.F.E.E ;---------
hello!
I have an object which consists of several polygon and hyperNURBS objects.
I load this object with a coffee script. afterwards I would like to get the size of this object with coffee. that means I need the limit values in x, y, and z diection. (the minimum and maximum values).
can anybody help me? how can I realize it?thanks!
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/02/2007 at 06:02, xxxxxxxx wrote:
You need to go thru all points and calculate the min and max yourself.
Search the forum for this, I remember there was code for this in the forum.