User Guide
668 Chapter 14: Properties
bottom (3D)
Usage
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 (3D), left (3D), right (3D), bottomCap
bottomCap
Usage
member(whichCastmember).modelResource(whichModelResource).\
bottomCap
Description
3D #cylinder model resource property; indicates whether the end of the cylinder intersected by
its -Y axis is sealed (
TRUE) or open (FALSE).
The default value for this property is
TRUE.
Example
This statement sets the bottomCap property of the model resource named Tube to FALSE,
meaning the bottom of this cylinder will be open.
member("3D World").modelResource("Tube").bottomCap = FALSE
See also
topCap, bottomRadius, bottom (3D)
bottomRadius
Usage
member(whichCastmember).modelResource(whichModelResource).\
bottomRadius
Description
3D #cylinder model resource property; indicates the radius, in world units, of the end of the
cylinder that is intersected by its -Y axis.
The default value for this property is 25.