FabricSheetGetBendProfile Method |
Returns the profile (not including generated fillets) that defines the shape of the Fabric Sheet bending.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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