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 |
|---|---|---|
| GetEdgeReference() | Reference | Get a copy of the edge or curve reference. |
| SetEdgeReference(Reference) | None | Change the edge or curve reference. |
| Name | Return Type | Description |
|---|---|---|
| LocationOnCurve | PointLocationOnCurve | The point location on curve. |