BuiltInFailures.PartMakerMethodForMergePartFailures
Failures related to part merge operations.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.BuiltInFailures.PartMakerMethodForMergePartFailures
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class PartMakerMethodForMergePartFailuresThe BuiltInFailures.PartMakerMethodForMergePartFailures type exposes the following members.
Properties
Name
Description
Public Property
Static Member
MergedPartHasDisConnectedGeometries
A merged part geometry has dis-connected components.
Public Property
Static Member
NeedTwoPartsToMerge
Attempt to merge fewer than two parts. There must be at least two. No part will be produced.
Public Property
Static Member
PartNotIncludedInMerge
This part is not geometrically coincident with another part of the same material. No merge possible.
Public Property
Static Member
PartsCannotBeMerged
This PartMaker refers to parts which cannot be merged.
Public Property
Static Member
UnableToIncludePartInMerge
Attempt to merge this Part results in failure of boolean operation. Cannot compute combined geometry.