box()
Box - Draws a cuboid/rectangular prism
Example
Syntax
box([width], [height], [depth], [detailX], [detailY])
Parameter
Description
width
length of the box in the x-direction
height
length of the box in the y-direction
depth
length of the box in the z-direction

Description
draws a box of a specified width, height, and depth.
Last updated