PointOnPlane
Description:
Define a ReferencePoint relative to a planar reference.
Define a ReferencePoint relative to a planar reference.
Remarks:
A ReferencePoint on a plane has its X and Y basis vectors parallel to the plane, but is free to rotate around its Z basis vector. It can lie on the plane or have an offset.
A ReferencePoint on a plane has its X and Y basis vectors parallel to the plane, but is free to rotate around its Z basis vector. It can lie on the plane or have an offset.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.PointElementReference
Autodesk.Revit.DB.PointOnPlane
System.Object
Autodesk.Revit.DB.PointElementReference
Autodesk.Revit.DB.PointOnPlane
public class PointOnPlane : PointElementReference
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetPlaneReference() | Reference | The geometric plane reference. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsValidPlaneReference(Document, Reference) | Boolean | Check whether a geometry reference corresponds to a referenceable plane. | |
| NewPointOnPlane(Document, Reference, XYZ, XYZ) | PointOnPlane | Construct a PointOnPlane given a reference and a location in space. | |
| SetPlaneReference(Reference) | None | Change the geometric plane reference. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |