get_active_part_info
Retrieve metadata of the active SolidWorks part, including name, modification status, features with dimensions, and solid bodies. Use this to inspect the current part before suggesting modifications.
Instructions
Return metadata about the currently active SolidWorks part.
Includes the part name, whether it has been modified since open, the list
of features with their dimensions, and the list of solid bodies (typically
one per part; multi-body parts have several). Use this to inspect what's
in the current part before suggesting modifications, and to discover the
body names you need for extrude_cut's target_bodies / reference_name
arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||