StandardView Class
Supplies access to a set of commonly-used view rotations.
Methods
Name | Description | |
---|---|---|
constructor(): StandardView | ||
adjustToStandardRotation(matrix: Matrix3d): void Static | Attempts to adjust the supplied rotation matrix to match the standard view rotation it most closely matches. | |
getStandardRotation(id: StandardViewId): Matrix3d Static | Obtain a Matrix3d corresponding to the specified StandardViewId. |
Properties
Name | Type | Description | |
---|---|---|---|
back Accessor Static ReadOnly | Matrix3d | ||
bottom Accessor Static ReadOnly | Matrix3d | ||
front Accessor Static ReadOnly | Matrix3d | ||
iso Accessor Static ReadOnly | Matrix3d | ||
left Accessor Static ReadOnly | Matrix3d | ||
right Accessor Static ReadOnly | Matrix3d | ||
rightIso Accessor Static ReadOnly | Matrix3d | ||
top Accessor Static ReadOnly | Matrix3d |
Defined in
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.