get_prim_info
Inspect a USD prim to get its type, world-space position, children, and actual size for geometric prims, accounting for scale.
Instructions
Get detailed information about a specific prim.
Returns type, world-space position, and children. For geometric prims (Cube, Sphere, Cylinder, Cone, Capsule), also returns actual_size [x, y, z] in meters accounting for scale and default primitive dimensions.
Args: prim_path: The USD prim path to inspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prim_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |