Base class for elementary surfaces. Elementary surface has an axis returned by position.
new ElementarySurface(
type
,position
):ElementarySurface
Type of the surface.
Position axis.
readonly
position:Axis3d
Position axis.
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.