FabricSheet.GetBendProfile Method

FabricSheetGetBendProfile Method

Returns the profile (not including generated fillets) that defines the shape of the Fabric Sheet bending.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public CurveLoop GetBendProfile()
Public Function GetBendProfile As CurveLoop
public:
CurveLoop^ GetBendProfile()
member GetBendProfile : unit -> CurveLoop 

Return Value

CurveLoop
The profile that defines the shape of the fabric sheet bending for bent fabric sheet, for flat fabric sheet will be returned.
Remarks
The returned profile defines the center-curve of a wire. Note that bent Fabric Sheets can have planar geometry, but flat Fabric Sheets are always planar.
See Also