Defines a cylindrical surface.
A cylindrical surface is defined by its position and radius.
new CylindricalSurface(
position,radius):CylindricalSurface
Creates a cylindrical surface from a position axis and radius.
Throws a RangeError if radius is less than 0.
Position axis of the surface.
number
Radius of the surface.
CylindricalSurface
readonlyposition:Axis3d
Position axis of the surface.
readonlyradius:number
Radius of the surface.
readonlytype:SurfaceType=SurfaceType.UNDEFINED
Type of the surface.
get direction():
Direction
Returns the Z direction of the surface axis.
get id():
bigint
Returns the unique identifier of the object.
bigint
get location():
Point
Returns the origin point of the surface axis.