Create 3D shapes (sphere, cylinder, etc)
-
It’s mentioned somewhere in the help that you can do that, but I can’t find them in the command reference. ?
-
is placeobject what you are looking for?
ie: obj = placeObject( cube, { 0, 0, 0 }, { 1, 1, 1 } )'
cube could also be: sphere, pyramid, cone, cylinder, wedge and hemisphere as seen here: https://fuzearena.com/help/view/3D Simple Shapes
-
That’s the one. I was thinking there would be create parameters like with the 2d circles, etc.
Still handy though, thanks.