measure
Get exact distance and angle between two faces, edges, or vertices using their IDs. Use to verify parallelism, perpendicularity, or separation instead of relying on visual estimates.
Instructions
Numeric distance + angle between two entities (faces/edges/vertices) picked by deterministic ID. Use this instead of eyeballing a render when you need precise geometric facts: 'are these faces parallel?', 'what's the distance between the top face and the hole floor?', 'is this edge perpendicular to that plane?'. Input: two IDs from list_entities. Returns point_distance_m, angle_deg, parallel/perpendicular flags, and when applicable a projected plane-to-plane or point-to-plane distance. Always prefer this over visual inspection for precision-sensitive decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementId | Yes | Part Studio element ID | |
| entityAId | Yes | Deterministic ID of entity A | |
| entityBId | Yes | Deterministic ID of entity B | |
| documentId | Yes | ||
| workspaceId | Yes |