PointOnPlane
Define a ReferencePoint relative to a planar reference.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.PointElementReference
Autodesk.Revit.DB.PointOnPlane
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class PointOnPlane : PointElementReference
The PointOnPlane type exposes the following members.
Properties
Name
Description
Public Property
Offset
Signed offset from the plane.
Public Property
Position
The coordinates of the point (or its projection) on the plane.
Public Property
XVec
The X-coordinate vector of the point, in the plane’s coordinate system.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetPlaneReference
The geometric plane reference.
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
Static Member
IsValidPlaneReference
Check whether a geometry reference corresponds to a referenceable plane.
Public Method
Static Member
NewPointOnPlane
Construct a PointOnPlane given a reference and a location in space.
Public Method
SetPlaneReference
Change the geometric plane reference.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)
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.