2022 Class
Changes 0
C

PartMakerMethodForMergePartFailures

Description:
Failures related to part merge operations.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.BuiltInFailures.PartMakerMethodForMergePartFailures
Name Return Type Description
P MergedPartHasDisConnectedGeometries FailureDefinitionId A merged part geometry has dis-connected components.
P NeedTwoPartsToMerge FailureDefinitionId Attempt to merge fewer than two parts. There must be at least two. No part will be produced.
P PartNotIncludedInMerge FailureDefinitionId This part is not geometrically coincident with another part of the same material. No merge possible.
P PartsCannotBeMerged FailureDefinitionId This PartMaker refers to parts which cannot be merged.
P UnableToIncludePartInMerge FailureDefinitionId Attempt to merge this Part results in failure of boolean operation. Cannot compute combined geometry.