Share

FabricSheet.GetBendProfileWithFillets Method

Returns the profile with generated fillets that defines the shape of the Fabric Sheet bending.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public CurveLoop GetBendProfileWithFillets()

Return Value

CurveLoop
The bend profile with generated fillets that defines the shape of the fabric sheet bending for bent fabric sheet, for flat fabric sheet nullptr will be returned.

Remarks

Returned curve loop is created automatically as a result of adding fillets to bend profile. 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

Reference

Was this information helpful?