get_positioning_info
Retrieve global-coordinate spatial details for a face, edge, or vertex. Get center, normal, axis, radius, and endpoints for precise alignment and assembly.
Instructions
Get detailed global-coordinate spatial info for a specific face, edge, or vertex.
Returns center, normal, axis, radius, start/end points etc. in GLOBAL
coordinates (already transformed by the object's Placement). Use this
instead of get_topology when you need precise positioning data for
alignment or assembly.
Args:
element: "face", "edge", or "vertex".
element_index: 0-based index (use get_topology to find indices).
Returns:
JSON with global center, normal, axis, radius, endpoints, and object Placement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element | Yes | ||
| doc_name | Yes | ||
| obj_name | Yes | ||
| element_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |