list_faces
Retrieve stable tags and geometric descriptors for every face of a shaped object, so you can reference faces by tag in later edits instead of fragile FaceN indexes.
Instructions
List all faces of a shaped object with stable tags + geometric descriptors.
Returns [{tag, index, kind, area, centroid, normal?, axis?, radius?}, ...]. Tags survive geometry edits as long as the face's surface kind, area, centroid, and (where meaningful) normal/axis/radius do not change. Use the tag in subsequent calls instead of the FaceN index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes |