Revit 2020.1 API |
SweptProfile..::..GetSweptProfile Method |
SweptProfile Class See Also |
Returns an object that describes the profile that is swept along the driving curve.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2016
Syntax
C# |
---|
public Profile GetSweptProfile() |
Visual Basic |
---|
Public Function GetSweptProfile As Profile |
Visual C++ |
---|
public: Profile^ GetSweptProfile() |
Return Value
A geometric profile object.
Remarks
The profile is swept perpendicular to the driving curve.