2027 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 Inherited From
M Dispose() None Releases all resources used by the SweptProfile
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetDrivingCurve() Curve Provides access to the curve that dictates the path of the swept profile.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetSweptProfile() Profile Returns an object that describes the profile that is swept along the driving curve.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P EndSetBack double The distance from the end of the driving curve to the point where the sweep actually ends.
P IsValidObject Boolean 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.