Box Object

The box is a parametric polygonobject that is one of the simplest pre-defined shapes you can add to your scene. Upon creation, it is a 1x1x1 cube at origin 0,0,0. Some variation is possible to the way the box is constructed since you can choose how many sections will make up each axis.

Properties

  • Sections X: Specifies the number of sections the width of the box will be made up of. Defaults to 1.
  • Sections Y: Specifies the number of sections the height of the box will be made up of. Defaults to 1.
  • Sections Z: Specifies the number of sections the length of the box will be made up of. Defaults to 1.
  • Width (X): The width of the box
  • Height (Y): The height of the box
  • Length (Z): The length of the box