3D Lingo Dictionary > A-B > bottom

 

bottom

Syntax

member(whichCastmember).modelResource(whichModelResource).bottom

Description

3D #box model resource property; indicates whether the side of the box intersected by its -Y axis is sealed (TRUE) or open (FALSE).

The default value for this property is TRUE.

Example

This statement sets the bottom property of the model resource named GiftBox to TRUE, meaning the bottom of this box will be closed.

member("3D World").modelResource("GiftBox").bottom = TRUE

See also

back, front, top, left, right, bottomCap