There are several examples of how to change the FoV, Orient, facing, elevation, etc of a View3D for a camera view.
But what I cannot find is how to recreate a procedure that is possible in the UI, basically change the size of a view so that it is correct when placed on a sheet.
The flow I’m trying to re-create is:
Flow:
- Open a 3D view (just the view not on paper)
- Select the ‘outline’ which allows for the “Modify | Cameras” tab to appear
- In the ‘Modify | Cameras’ tab, click “Size Crop”
- Values are whatever…
- Select Radio Button: “Scale (locked proportions)”
- Modify the Width to be 8" (or whatever)
- Click Apply
- Select Radio Button “Field of View”
- Modify the height to be 4" (or whatever)
- Click Okay
I cannot find anything on how to edit this. In python I know the values are stored in View3D.Outline but they are read-only.