Defines a plane. A plane is defined by an axis placement.
new Plane(
position
):Plane
Position axis.
new Plane(
location
,direction
):Plane
Origin point.
Normal direction.
ElementarySurface.constructor
new Plane(
a
,b
,c
,d
):Plane
Creates a plane from its cartesian equation: Ax+By+Cz+D=0.
number
A parameter.
number
B parameter.
number
C parameter.
number
D parameter.
ElementarySurface.constructor
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.