viewcuiext = _this.viewer.getExtension('Autodesk.ViewCubeUi');
// 视角设置为上
viewcuiext.setViewCube('top');
// 视角设置为上右
viewcuiext.setViewCube('top/right');
// 视角设置为前上右
viewcuiext.setViewCube('front top right');
front:前
back:后
left:左
right:右
top:上
bottom:下