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