add_section_view
Adds a cross-section view to clarify internal features like counterbores, blind holes, or pockets by cutting lengthwise through the real solid, so bore profile and depth read directly.
Instructions
Add a cross-section view when the part has internal features the outline / hidden-line views convey ambiguously — a counterbore, a blind hole/bore, or a pocket. The need is judged automatically from the real solid (the same feature enumeration the manufacturability gate uses); the cut runs lengthwise through such a feature so its bore profile and depth read directly, and the view is placed in clear space beside the existing views.
auto (default True): add the section ONLY if the part actually has hidden internal geometry; otherwise return {added: False, recommended: False}. Set auto=False to force a section regardless. process: 'auto' (default) | 'prismatic' | 'turned' — how features are enumerated.
Returns {added, recommended, reasons, feature_ids, view?, normal?, origin?}.
(drawing_gate also reports section_recommended so you can decide in advance.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto | No | ||
| name | No | Section | |
| page | Yes | ||
| symbol | No | A | |
| process | No | auto |