cad_view
Manage named 3D view definitions in CAD documents—camera pose, projection, section plane, explode offsets—by creating, reading, listing, updating, or deleting them.
Instructions
Create, read, list, update or delete a 3D view definition.
聚合 3D 视图操作。按 ``action`` 派发:create / read / list / update / delete。
Manages named ``View3DDefinition`` records (camera pose, projection,
section plane, explode offsets). Each view has a unique ``name`` per
document and an optional explicit ``view_id``.
When not to use: ``cad_view`` manages view *definitions* only — it does
not produce images. To render a stored view (or ortho / section / explode /
animation / webgl output) use ``cad_render`` (mode=view_3d etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | Yes | View action to perform, discriminated by `action`: create, read, list, update or delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | The view definition | |
| count | No | Number of views | |
| views | No | View definitions | |
| action | Yes | View action executed | |
| status | Yes | Operation status | |
| message | No | Status description |