Share

AssemblyComponentDefinition.AnalyzeInterference Method

Parent Object: AssemblyComponentDefinition

Description

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

AssemblyComponentDefinition.AnalyzeInterference( Set1 As ObjectCollection, [Set2] As Variant ) As InterferenceResults

Parameters

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.

Samples

Name Description
Interference Analysis This sample demonstrates the functions used to calculate interference analysis in an assembly.

Version

Introduced in version 6

Was this information helpful?