| Revit 2020.1 API |
| BuiltInFailures..::..SketchFailures..::..BentFabricSheetTooShortSegments Property |
| BuiltInFailures..::..SketchFailures Class See Also |
A segment in the bend profile is too short to apply the wire bend diameter. The bent fabric sheet of the selected type cannot be placed in a host. Click Continue to correct the profile or Click Quit sketching to exit the bend profile editor.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
| C# |
|---|
public static FailureDefinitionId BentFabricSheetTooShortSegments { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property BentFabricSheetTooShortSegments As FailureDefinitionId Get |
| Visual C++ |
|---|
public: static property FailureDefinitionId^ BentFabricSheetTooShortSegments { FailureDefinitionId^ get (); } |