2025 Method
Changes 5
M

FabricationConfiguration.ValidateConnectionsForAllFabricationParts

Description:
Validates all fabrication part connections in the current project. Invalid connections found will be added to the connection validation information class.
Remarks:
If set to update straights any updated straights will be added to a set of element identifiers. Call GetUpdatedStraightsFromValidateConnections to get the set of element identifiers for the updated straights.
public ConnectionValidationInfo ValidateConnectionsForAllFabricationParts(
	bool updateGapForStraights
)
  • updateGapForStraights
    Attempt to update straights to remove the gap between the connctors.
Return Value ConnectionValidationInfo The information about the validation check.