Revit 2026 API
Swept |
Returns an object that describes the profile that is swept along the driving curve.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Profile GetSweptProfile()
Public Function GetSweptProfile As Profile
public: Profile^ GetSweptProfile()
member GetSweptProfile : unit -> Profile
Return Value
ProfileA geometric profile object.
The profile is swept perpendicular to the driving curve.
See Also