Revit 2025.3 API
Revolved |
Returns a copy of the profile curve expressed in the surface's coordinate system.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Curve GetProfileCurve()
Public Function GetProfileCurve As Curve
public: Curve^ GetProfileCurve()
member GetProfileCurve : unit -> Curve
Return Value
CurveA copy of the profile curve.
See Also