Revit 2026 API
Nurbs |
Get the list of control points.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<XYZ> GetControlPoints()
Public Function GetControlPoints As IList(Of XYZ)
public: IList<XYZ^>^ GetControlPoints()
member GetControlPoints : unit -> IList<XYZ>
Return Value
IListXYZSee Also