BuiltInFailuresOverlapFailures Class

Failures detected by overlap check.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresOverlapFailures

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class OverlapFailures

The BuiltInFailuresOverlapFailures type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberAreaBoundaryLinesOverlap Highlighted area boundary lines overlap. Color fills, area tags, and areas may not behave correctly.
Public propertyStatic memberCurvesOverlap Highlighted lines overlap. Lines may not form closed loops.
Public propertyStatic memberDivisionSketchOverlap Curves in the sketch of the Division overlap.
Public propertyStatic memberDuplicateFabricSheet There are identical Fabric sheets in the same place. This will result in double counting in schedules.
Public propertyStatic memberDuplicateInstances There are identical instances in the same place. This will result in double counting in schedules.
Public propertyStatic memberDuplicatePoints There are identical points in the same place. Lines created from points may not work as expected.
Public propertyStatic memberDuplicateRebar There are identical rebar in the same place. This will result in double counting in schedules.
Public propertyStatic memberELASeparationLinesOverlap Highlighted area based load boundary lines overlap. One of them may be ignored when Revit finds load area boundaries. Delete one of the lines.
Public propertyStatic memberFloorsOverlap Highlighted floors overlap.
Public propertyStatic memberLevelsOverlap Highlighted levels overlap.
Public propertyStatic memberOverlappingElementsTest There are overlapping structural framing elements of the same type in the project found by Dynamic Update.
Public propertyStatic memberRoomSeparationLinesOverlap Highlighted room separation lines overlap. One of them may be ignored when Revit finds room boundaries. Delete one of the lines.
Public propertyStatic memberSpaceSeparationLinesOverlap Highlighted space separation lines overlap. One of them may be ignored when Revit finds space boundaries. Delete one of the lines.
Public propertyStatic memberSubregionOverlap Highlighted sub-division overlap.
Public propertyStatic memberToposolidFloorOverlap Highlighted toposolid and floor overlap.
Public propertyStatic memberToposolidOverlap Highlighted toposolid overlap.
Public propertyStatic memberToposolidSubregionOverlap Highlighted toposolid and sub-division overlap.
Public propertyStatic memberWallAreaBoundaryOverlap Wall and area boundary line overlap. Color fills, area tags and areas may not behave correctly.
Public propertyStatic memberWallRoomSeparationOverlap A wall and a room separation line overlap. One of them may be ignored when Revit finds room boundaries. Shorten or delete the room separation line to remove the overlap.
Public propertyStatic memberWallsOverlap Highlighted walls overlap. One of them may be ignored when Revit finds room boundaries. Use Cut Geometry to embed one wall within the other.
Public propertyStatic memberWallSpaceSeparationOverlap A wall and a space separation line overlap. One of them may be ignored when Revit finds space boundaries. Shorten or delete the space separation line to remove the overlap.
Top
See Also