create_cylindrical_mate
Creates a cylindrical mate between two assembly instances, allowing one to slide and rotate relative to the other along the mate connector Z-axis. Requires face IDs from Part Studio body details.
Instructions
Create a cylindrical (slide + rotate) mate between two assembly instances. The first instance slides and rotates relative to the second along 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 | Cylindrical mate |
| maxLimit | No | Optional maximum axial travel limit in inches | |
| minLimit | No | Optional minimum axial travel limit in inches | |
| 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 |