Name | box() |
||||||||
---|---|---|---|---|---|---|---|---|---|
Examples | translate(58, 48, 0); rotateY(0.5); box(40); translate(58, 48, 0); rotateY(0.5); box(40, 20, 50); |
||||||||
Description | A box is an extruded rectangle. A box with equal dimension on all sides is a cube. | ||||||||
Syntax | box(size) box(width,height,depth) |
||||||||
Parameters |
|
||||||||
Returns | None | ||||||||
Usage | Web & Application | ||||||||
Related | sphere() |