WeldmentComponentDefinition.AnalyzeInterference Method
Parent Object: WeldmentComponentDefinitionDescription
Method that analyzes the interference between two components. The input ObjectCollections contain the component occurrences that are to be checked for interference. If only one set is provided then interference checking is performed between all occurrences provided in the set. If two sets are provided then the overlap between the components of the two collections are calculated.
Syntax
WeldmentComponentDefinition.AnalyzeInterference( Set1 As ObjectCollection, [Set2] As Variant ) As InterferenceResultsParameters
Name | Type | Description |
Set1 | ObjectCollection | Input that contains ComponentOccurrenceobjects. If this set is provided without Set2, all occurrences in the set are checked for interference against all other occurrences in the set. |
Set2 | Variant | Optional input that contains ComponentOccurrence objects. When this set is provided the occurrences in Set1 are checked for interference against the occurrences in Set2. This is an optional argument whose default value is null. |