This creates an iMateResult between two Inventor components, using matching iMates (which can be thought of as half of a constraint definition) in each component. iMates are matched based on their properties. An iMateConstraint will consume the selected iMates, meaning that they will not be available for any other constraint. Composite iMates can effectively create multiple constraints through a single operation.
IvConstraintMixin
BaseInventorMixin
Basepart
Name | Type | Description |
---|---|---|
part1 | part | Part or assembly for the first item. |
iMate1 | string | Name of an iMate that matches iMate2. |
part2 | part | Part or assembly for the second item. |
iMate2 | string | Name of an iMate that matches iMate1. |
componentName | string | Name of constraint displayed in Inventor browser. |
suppressed? | boolean | Should the constraint (iMateResult) be suppressed? |