Defines a cylindrical surface. A cylindrical surface is defined by an axis placement and a radius.
new CylindricalSurface(
position,radius):CylindricalSurface
Position axis.
number
Radius.
readonlyposition:Axis3d
Position axis.
readonlyradius:number
Radius.
readonlytype:SurfaceType=SurfaceType.UNDEFINED
Type of the surface.
get direction():
Direction
Returns Z direction of the axis placement.
get id():
bigint
Returns object id.
bigint
get location():
Point
Returns origin point.