Change points of view
edit_camerasControl 3D perspectives by storing, switching, and deleting camera views. Specify eye position, look-at point, and field of view to define custom viewpoints or return to the orbit aerial view.
Instructions
Change the points of view. view {i} shows stored view i in the 3D window; aerial returns to the orbit view; store {name?,x?,y?,z?,yaw?,pitch?,fov?,look_at?:[x,y,z]} saves one (missing values from the visitor; yaw 0 looks toward +y/plan bottom, 90 toward -x; pitch positive looks down); delete {i}. cm and degrees. The list is the cameras tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| i | No | Stored view index | |
| x | No | Eye position on the plan, cm | |
| y | No | Eye position on the plan, cm (y grows down) | |
| z | No | Eye height cm | |
| fov | No | Horizontal field of view, degrees | |
| yaw | No | Direction the eye looks, degrees clockwise on the plan | |
| name | No | For `store`: the view's name (default "Ponto de vista N") | |
| pitch | No | Degrees down | |
| action | No | `view`, `aerial`, `store` or `delete` | |
| look_at | No | For `store`: point `[x,y,z]` cm to look at (sets yaw and pitch) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | No | Plan version written to, when there are several | |
| ok | Yes | Always true | |
| ids | No | Ids created or touched | |
| rev | No | Plan revision | |
| text | Yes | The reply as written |