get_face_coordinate_system
Query the guaranteed outward normal and tangent axes of a face on an assembly instance to verify orientation before creating mates.
Instructions
Query the true outward-facing coordinate system for a face on an assembly instance. Returns the guaranteed outward normal (Z-axis), tangent axes (X/Y), and origin. More reliable than body details normals. Use this to verify face orientations before creating mates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| faceId | Yes | Face deterministic ID (from body details) | |
| elementId | Yes | Assembly element ID | |
| documentId | Yes | Document ID | |
| instanceId | Yes | Instance ID containing the face | |
| workspaceId | Yes | Workspace ID |