Share

SweptProfile.GetDrivingCurve Method

Provides access to the curve that dictates the path of the swept profile.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public Curve GetDrivingCurve()

Return Value

Curve
A curve that defines the path of the swept profile.

Remarks

The profile may not be swept the entire length of this curve. One should check the set back properties on this object to locate how far the actual sweep is from the ends of the curve.

See Also

Reference

Was this information helpful?