Defines a spherical surface. A spherical surface is defined by an axis placement and a radius.
new SphericalSurface(
position
,radius
):SphericalSurface
Position axis.
number
Radius.
readonly
position:Axis3d
Position axis.
readonly
radius:number
Radius.
readonly
type: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.