The Plane type exposes the following members.

Properties

  NameDescription
Analytic
Gets a vector v = (A,B,C) containing the coefficients of the analytic form z=A*x+B*y+C of the plane.
d
Gets or sets the right side of the coordinate form of the plane a*x + b*y + c*z = d.
DirectionVector1
Gets or sets the first direction vector of the plane.
DirectionVector2
Gets or sets the second direction vector of the plane.
NCF_d
Gets the right side d of the normal coordinate form of the plane n1*x + n2*y + n3*z = d, |n|=1, d>0.
NCF_normal
Gets the normal vector n=(n1,n2,n3) of the normal coordinate form of the plane n1*x + n2*y + n3*z = d, |n|=1, d>0.
NormalVector
Gets or sets the normal vector n=(a,b,c) of the coordinate form of the plane a*x + b*y + c*z = d.
Point
Gets or sets the defining point of the plane.

See Also