Notifications
Clear all
[Closed] object.center as numer individually
Sep 30, 2014 11:34 am
hi
we have
A=Cylinder()
print A.center
it shows 3 point [37.6203,-12.6136,253.084].Come to think i need one of these numbers, how to get any of these 3 values.
thanks
1 Reply
Sep 30, 2014 11:34 am
the same as for any point3 value p[1],p[2], and p[3]. or p.x, p.y, p.z.
also it will be useful to read mxs help -> Point3: values