User Guide
Lingo Dictionary 105
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
Syntax
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
Syntax
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.
Example
This statement sets the bottomRadius property of the model resource named Tube to 38.5.
member("3D World").modelResource("Tube").bottomRadius = 38.5
See also
topRadius, bottomCap