3D Lingo Dictionary > A-B > 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
![]() ![]() ![]() |