catia_drawing_add_view
Add a generative view of an open 3D model to a drawing sheet by setting orientation, center position, and scale, then update to compute the geometry.
Instructions
Add a generative view of an open 3D document to a drawing sheet. Choose a standard orientation, where the view goes on the sheet, and its scale. Call catia_drawing_update afterwards to make CATIA compute the geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | View centre X on the sheet, mm. | |
| y | No | View centre Y on the sheet, mm. | |
| name | No | Name for the view. | |
| scale | No | View scale. | |
| sheet | No | Sheet name. Empty uses the active sheet. | |
| orientation | No | front | back | top | bottom | left | right | isometric. | front |
| source_document | No | Name of the open 3D document to draw. Empty uses the first Part or Product that is open. |