Notifications
Clear all

[Closed] object.center as numer individually

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

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