Define a ReferencePoint relative to a referenceable edge or
curve on another element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public class PointOnEdge : PointElementReference |
| Visual Basic |
|---|
Public Class PointOnEdge _ Inherits PointElementReference |
| Visual C++ |
|---|
public ref class PointOnEdge : public PointElementReference |
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.