C++
enum OrthographicView { kNonOrthoView = 0, kTopView = 1, kBottomView = 2, kFrontView = 3, kBackView = 4, kLeftView = 5, kRightView = 6 };
File
acdb.h
Members
| Members | Description |
|---|---|
| kNonOrthoView | Specifies that the view is non-orthographic relative to the UCS |
| kTopView | Specifies that the view is a top view relative to the UCS |
| kBottomView | Specifies that the view is a bottom view relative to the UCS |
| kFrontView | Specifies that the view is a front view relative to the UCS |
| kBackView | Specifies that the view is a back view relative to the UCS |
| kLeftView | Specifies that the view is a left view relative to the UCS |
| kRightView | Specifies that the view is a right view relative to the UCS |
Description
Description