Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ center3d | ◀ box3d | chainring3d ▶ |
center3d
No arguments
Description:
Center selected 3D objects at (0,0,0).
(equivalent to shortcut command c3d).
Example of use:
repeat 100 { circle3d {u(100)},{u(100)},{u(100)},2 } add3d color3d[-1] 255,0,0 +center3d color3d[-1] 0,255,0 add3d
