The PointOnPlane type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPlaneReference
The geometric plane reference.
Public methodGetType
Gets the Type of the current instance.
(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
Returns a string that represents the current object.
(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