describe_feature
Read a feature's definition to determine if a hole is through or blind and retrieve its depth. Used to verify build reports.
Instructions
Describir una operación — read a built feature's definition.
Returns {name, type, found, through, depth_mm, internal, source}. Used by verify_build_report to tell a through-hole from a blind one and read its depth. The rich path is the in-process add-in (MCP_CAD_USE_ADDIN, reads the real feature definition); the COM driver degrades to feature-tree dims (through/depth may be None — hole-wizard dims aren't exposed over COM).
Args: feature_name: exact feature name from get_active_part_info (verbatim; locale-sensitive — never translate it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_name | Yes |