Open topic with navigation
<vizshape>.addCube
Adds a box with equal sides.
| <vizshape>.addCube( |
|
| size = 1 |
| ) |
|
Remarks
Creates a cube by calling the vizshape.addBox command with equal values for each side.
Return Value
<node3D> object
Example
import vizshape
cube = vizshape.addCube()