What's New in Director 8.5 > Working with Models and Model Resources > Primitives > Box properties |
![]() ![]() ![]() |
Box properties
Boxes have a type
property of #box
. Box properties can be modified or animated at run time.
Property |
Access |
Description |
Value Range |
---|---|---|---|
|
Get and set |
Height of the box, measured along the Y axis. |
Positive floating-point value. The default is |
|
Get and set |
Width of the box, measured along the X axis. |
Positive floating-point value. The default is |
|
Get and set |
Length of the box, measured along the Z axis. |
Positive floating-point value. The default is |
|
Get and set |
Value indicating whether the top of the box is closed or open. |
|
|
Get and set |
Value indicating whether the bottom of the box is closed or open. |
|
|
Get and set |
Value indicating whether the front of the box is closed or open. |
|
|
Get and set |
Value indicating whether the back of the cylinder is closed or open. |
|
|
Get and set |
Value indicating whether the left end of the box is closed or open. |
|
|
Get and set |
Value indicating whether the right end of the box is closed or open. |
|
|
Get and set |
Number of vertices along the length of the box. Increasing the number of vertices improves lighting effects. |
|
|
Get and set |
Number of vertices along the width of the box. Increasing the number of vertices improves lighting effects. |
|
|
Get and set |
Number of vertices along the height of the box. Increasing the number of vertices improves lighting effects. |
|
![]() ![]() ![]() |