create_revolute_mate
Creates a rotation mate between two assembly instances, defining relative rotation around the mate connector Z-axis using specified face IDs. Supports optional angle limits and connector offsets.
Instructions
Create a revolute (rotation) mate between two assembly instances. The first instance rotates relative to the second around the mate connector Z-axis. Requires face IDs from Part Studio body details. Optional offsets shift connectors from face centers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Mate name | Revolute mate |
| maxLimit | No | Optional maximum rotation limit in degrees | |
| minLimit | No | Optional minimum rotation limit in degrees | |
| elementId | Yes | Assembly element ID | |
| documentId | Yes | Document ID | |
| firstFaceId | Yes | Face deterministic ID on the first instance | |
| workspaceId | Yes | Workspace ID | |
| firstOffsetX | No | First connector X offset in inches | |
| firstOffsetY | No | First connector Y offset in inches | |
| firstOffsetZ | No | First connector Z offset in inches | |
| secondFaceId | Yes | Face deterministic ID on the second instance | |
| secondOffsetX | No | Second connector X offset in inches | |
| secondOffsetY | No | Second connector Y offset in inches | |
| secondOffsetZ | No | Second connector Z offset in inches | |
| firstInstanceId | Yes | First instance ID | |
| secondInstanceId | Yes | Second instance ID |