solidworks_drawing
Creates and manages SOLIDWORKS drawing documents by generating views, inserting dimensions, annotations, and BOMs, setting sheet formats, and exporting drawings.
Instructions
solidworks_drawing: dispatches on payload.operation to one of the capability-module handlers for [add_annotation, detail_view, export, insert_bom, insert_dimensions, model_view, new_from_model, projected_view, section_view, set_sheet_format, standard_3view]. Each operation has its own typed field set (see the tool's input schema); unspecified fields fall back to the module function's own default. Lengths/angles follow each field's documented unit convention (SI unless the function accepts a unit field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | ||
| document | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||