A plane is defined by a position axis returned by position.
new Plane(
position):Plane
Creates a plane from a position axis.
Position axis of the plane.
Plane
new Plane(
location,direction):Plane
Creates a plane from an origin point and normal direction.
Origin point of the plane.
Normal direction of the plane.
Plane
ElementarySurface.constructor
new Plane(
a,b,c,d):Plane
Creates a plane from the Cartesian equation Ax + By + Cz + D = 0.
Throws a RangeError if a, b, and c are all equal to 0.
number
Coefficient A of the plane equation.
number
Coefficient B of the plane equation.
number
Coefficient C of the plane equation.
number
Coefficient D of the plane equation.
Plane
ElementarySurface.constructor
readonlyposition:Axis3d
Position axis 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.