create_fastened_mate
Create a rigid mate between two assembly instances by specifying faces and optional offsets.
Instructions
Create a fastened (rigid) mate between two assembly instances. Requires face IDs from Part Studio body details to place mate connectors on specific faces. Optional offsets shift connectors from face centers (in the face's local XY plane + Z along normal).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Mate name | Fastened mate |
| elementId | Yes | Assembly element ID | |
| documentId | Yes | Document ID | |
| firstFaceId | Yes | Face deterministic ID on the first instance (from body details) | |
| workspaceId | Yes | Workspace ID | |
| firstOffsetX | No | First connector X offset from face center in inches | |
| firstOffsetY | No | First connector Y offset from face center in inches | |
| firstOffsetZ | No | First connector Z offset (along face normal) in inches | |
| secondFaceId | Yes | Face deterministic ID on the second instance (from body details) | |
| secondOffsetX | No | Second connector X offset from face center in inches | |
| secondOffsetY | No | Second connector Y offset from face center in inches | |
| secondOffsetZ | No | Second connector Z offset (along face normal) in inches | |
| firstInstanceId | Yes | First instance ID | |
| secondInstanceId | Yes | Second instance ID |