API Reference > imodeljs-frontend > Views > StandardView > getStandardRotation getStandardRotation MethodStatic Obtain a Matrix3d corresponding to the specified StandardViewId. getStandardRotation(id: StandardViewId): Matrix3d Parameter Type Description id StandardViewId The ID of the desired rotation. Returns - Matrix3d A rotation matrix corresponding to the requested standard view ID, or a "top" view rotation if the input does not correspond to a standard rotation. Defined in core/frontend/src/StandardView.ts Line 72 Last Updated: 13 June, 2024