SweptProfile
Description:
Represents an extruded profile swept along a driving curve.
Represents an extruded profile swept along a driving curve.
Remarks:
Elements such as beams may be formed from a profile that has been swept along a curve. This class represents such a form and is used to access the cross section and the underlying curve that make up the Element.
Elements such as beams may be formed from a profile that has been swept along a curve. This class represents such a form and is used to access the cross section and the underlying curve that make up the Element.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.SweptProfile
System.Object
Autodesk.Revit.DB.SweptProfile
public class SweptProfile : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetDrivingCurve() | Curve | Provides access to the curve that dictates the path of the swept profile. |
| GetSweptProfile() | Profile | Returns an object that describes the profile that is swept along the driving curve. |
| Name | Return Type | Description |
|---|---|---|
| EndSetBack | double | The distance from the end of the driving curve to the point where the sweep actually ends. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| StartSetBack | double | The distance from the start of the driving curve to the point where the sweep actually begins. |