BuiltInFailuresInfillFailures Class

Failures about Infill.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresInfillFailures

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

The BuiltInFailuresInfillFailures type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCannotDeleteInfill Can't delete infilling element without deleting its insert or host.
Public propertyStatic memberFamilyInstanceIsNotCuttingHost Instance is not cutting host.
Public propertyStatic memberInfillCannotChangeType Infilling element replaced by a later phase insert must be the same type as the insert's host.
Public propertyStatic memberInfillCannotHaveDiffThickness This infilling element must have the same thickness as its host.
Public propertyStatic memberInfillDifferentPhase Wall and instance have different phasing settings. Automatic creation of the infilling wall fails.
Public propertyStatic memberInfillLost Standalone infilling Wall is separated from its insert.
Public propertyStatic memberInfillNoSlopeGlazing Could not change type due to highlighted infilling element. 'Sloped glazing' infills are not allowed.
Public propertyStatic memberInfillNoThicknessCeiling Could not change type due to highlighted infilling element. 'Basic Ceiling' infills are only compatible with 'Basic Ceiling' hosts.
Public propertyStatic memberInfillNoThicknessMultiface Highlighted infilling element could not have thickness different from its host because it spans multiple faces.
Public propertyStatic memberInPlaceFamilyNotCuttingHost Instance of in-place family is not cutting host.
Public propertyStatic memberInsertJoinedWall Insert conflicts with joined Wall.
Public propertyStatic memberInsertOverlapsOrOut Highlighted inserts overlap with other inserts or completely miss their hosts.
Public propertyStatic memberMovedInfillToHost Infilling element was automatically moved to keep it aligned to host.
Top
See Also