Share

InterferenceResults Object


Description

In an assembly, two or more components cannot occupy the same space at the same time. To detect such errors, you can analyze assemblies for interference.

Properties

Name Description
Count Property that returns the number of items in the collection.
Item Returns the specified InterferenceResult object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

AssemblyComponentDefinition.AnalyzeInterference, WeldmentComponentDefinition.AnalyzeInterference

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?