2022 Class
Changes 0
C

SweptProfile

Description:
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.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.SweptProfile
public class SweptProfile : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetDrivingCurve() Curve Provides access to the curve that dictates the path of the swept profile.
M GetSweptProfile() Profile Returns an object that describes the profile that is swept along the driving curve.
Name Return Type Description
P EndSetBack double The distance from the end of the driving curve to the point where the sweep actually ends.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P StartSetBack double The distance from the start of the driving curve to the point where the sweep actually begins.