PointOnEdge
Description:
Define a ReferencePoint relative to a referenceable edge or curve on another element.
Define a ReferencePoint relative to a referenceable edge or curve on another element.
Remarks:
The ReferencePoint's X basis vector is constrained to the tangent vector to the curve. The Y and Z vectors are free to rotate around the curve.
The ReferencePoint's X basis vector is constrained to the tangent vector to the curve. The Y and Z vectors are free to rotate around the curve.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.PointElementReference
Autodesk.Revit.DB.PointOnEdge
System.Object
Autodesk.Revit.DB.PointElementReference
Autodesk.Revit.DB.PointOnEdge
public class PointOnEdge : PointElementReference
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetEdgeReference() | Reference | Get a copy of the edge or curve reference. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| SetEdgeReference(Reference) | None | Change the edge or curve reference. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| LocationOnCurve | PointLocationOnCurve | The point location on curve. |