Calculates the interference between the input bodies and/or occurrences.
"design_var" is a variable referencing a Design object. |
"design_var" is a variable referencing a Design object. |
| Type | Description |
| InterferenceResults | Returns an InterferenceResults object that can be used to examine the interference results. |
| Name | Type | Description |
| input | InterferenceInput | An InterferenceInput that defines all of the necessary input needed to calculate the interference. An InterferenceInput object is created using the createInterferenceInput method. |
| 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. |