probe_sketch_dimensions
Lists dimensions in a sketch with parameter names, values, and entity coordinates to identify which dimension controls which geometry. Optional component name for disambiguation.
Instructions
Dump every dimension in a sketch with parameter name, expression, value, and entity-attachment coordinates.
Use this to identify which literal-named dim (e.g. d278) controls which
geometric feature when sketches use baked-in numbers. Walks root + every
sub-component to find the sketch; pass component_name for disambiguation
when the same sketch name exists in multiple components.
Per-dim payload: dim_class, param_name, expression, value_mm, unit, entity_one, entity_two. Entity descriptors include point/start/end/center coords in mm so you can match dims to specific lines/circles/ellipses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sketch | Yes | ||
| component_name | No |