Revit 2026 API
Fabric |
Method to verify that a fabric sheet is flat.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsNotBent()
Public Function IsNotBent As Boolean
public: bool IsNotBent()
member IsNotBent : unit -> bool
Return Value
BooleanTrue for flat fabric sheet, false for bent fabric sheet.
See Also