ViewOrientations Enumerator
Description
Common view orientations.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
| Name | Value | Description |
| ArbitraryViewOrientation | 0 | The view is oriented in an orientation other than one of the predefined orientations. |
| BackViewOrientation | 1 | The view is oriented to see the back of the model. |
| BottomViewOrientation | 2 | The view is oriented to see the bottom of the model. |
| FrontViewOrientation | 3 | The view is oriented to see the front of the model. |
| IsoBottomLeftViewOrientation | 4 | The view is oriented to see the bottom left corner of the model. |
| IsoBottomRightViewOrientation | 5 | The view is oriented to see the bottom right corner of the model. |
| IsoTopLeftViewOrientation | 6 | The view is oriented to see the top left corner of the model. |
| IsoTopRightViewOrientation | 7 | The view is oriented to see the top right corner of the model. |
| LeftViewOrientation | 8 | The view is oriented to see the left of the model. |
| RightViewOrientation | 9 | The view is oriented to see the right of the model. |
| TopViewOrientation | 10 | The view is oriented to see the top of the model. |
