PointOnPlane Members

The PointOnPlane type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetPlaneReference
The geometric plane reference.
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsValidPlaneReference
Check whether a geometry reference corresponds to a referenceable plane.
Public methodStatic memberNewPointOnPlane
Construct a PointOnPlane given a reference and a location in space.
Public methodSetPlaneReference
Change the geometric plane reference.
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyOffset
Signed offset from the plane.
Public propertyPosition
The coordinates of the point (or its projection) on the plane.
Public propertyXVec
The X-coordinate vector of the point, in the plane's coordinate system.

See Also