Creates bodies in the model that represent the interference volumes. This is not supported in parametric modeling.
"interferenceResults_var" is a variable referencing an InterferenceResults object.
|
"interferenceResults_var" is a variable referencing an InterferenceResults object.
|
Type | Description |
ObjectCollection | Returns an ObjectCollection containing the bodies that were created. |
Name | Type | Description |
allInterferenceBodies | boolean | Sets if all bodies or only individual bodies will be created as bodies in the model. If False, then only interferenceResult objects whose isCreateBody property is true will be created as a model body. If true, all interface volumes will be created as a body regardless of the value of the isCreateBody property on each InterferenceResult object. |
Name | Description |
Analyze Interference API Sample | Demonstrates analyzing the interference between components. This uses a direct modeling design because the ability to create bodies that represent the interference volume is only supported in a direct modeling design. |
Interference API Sample | Demonstrates Interference APIs. |