Share

FabricationConfiguration.CheckConnectionsForAllFabricationParts Method

Checks the connections for all fabrication parts in the current project. It will create reviewable warnings for all bad connections found. The checks are looking for bad alignments or gaps, incompatible connection types, mismatches of size, mismatches of shapes.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public int CheckConnectionsForAllFabricationParts()

Return Value

Int32
The number of bad connections found.

See Also

Reference

Was this information helpful?