Failures related to the GridChain sketch.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.BuiltInFailures.GridChainSketchFailures
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static class GridChainSketchFailures
The BuiltInFailures.GridChainSketchFailures type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | ClosedLoop | GridChain sketch contains a closed loop. |
![]() ![]() | InvalidSketch | Sketch is invalid. Grid sketch must consist of a single open loop with no intersecting lines. |
![]() ![]() | MoreThanOneLoop | GridChain sketch contains more than one loop. |
![]() ![]() | OverlappingLines | GridChain sketch contains lines which overlap. |