CheckConnectionsForAllFabricationParts Method


Fabrication Configuration Check Connections For All Fabrication Parts 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: 25.0.0.0 (25.0.0.0)
Syntax
public int CheckConnectionsForAllFabricationParts()

Return Value

Int32
The number of bad connections found.
See Also