<Code Lib>
2026 Method
Changes 3
M

Viewport.GetProjectionToSheetTransform

Description:
Returns the transform from the view's projection space to the sheet space.
Remarks:

This transform accounts for the position and rotation of a viewport on a sheet.

The transforms from the model space to the view projection space are returned by [!:View.GetModelToProjectionTransforms()].

public Transform GetProjectionToSheetTransform()

Transform The transform from the view's projection space to the sheet space.

Loading…