Creates an InterferenceInput object. This object collects the entities and options that are used when calculating interference. To analyze interference you first create an InterferenceInput supplying the entities and set any other settings and then provide this object as input to the analyzeInterference method.
"workingModel_var" is a variable referencing a WorkingModel object.
|
"workingModel_var" is a variable referencing a WorkingModel object.
|
Type | Description |
InterferenceInput | Returns an InterferenceInput object which you can use to set any other interference settings and then use as input to the analyzeInterference method to calculate the interference. Returns null if the creation failed. |
Name | Type | Description |
entities | ObjectCollection | An ObjectCollection containing the BRepBody and/or Occurrence entities that will be used in the interference calculation. All entities must be in the context of the root component of the top-level design. |