enum | ViewOrientation {
ViewOrientation::Unspecified,
ViewOrientation::Top,
ViewOrientation::Bottom,
ViewOrientation::Left,
ViewOrientation::Right,
ViewOrientation::Front,
ViewOrientation::Back,
ViewOrientation::Iso,
ViewOrientation::TopRightFront,
ViewOrientation::TopLeftFront,
ViewOrientation::TopLeftBack,
ViewOrientation::TopRightBack,
ViewOrientation::TopBack,
ViewOrientation::TopFront,
ViewOrientation::TopLeft,
ViewOrientation::TopRight,
ViewOrientation::BottomRightBack,
ViewOrientation::BottomLeftBack,
ViewOrientation::BottomLeftFront,
ViewOrientation::BottomRightFront,
ViewOrientation::BottomFront,
ViewOrientation::BottomBack,
ViewOrientation::BottomLeft,
ViewOrientation::BottomRight,
ViewOrientation::RightFront,
ViewOrientation::RightBack,
ViewOrientation::LeftBack,
ViewOrientation::LeftFront,
ViewOrientation::Iso2015,
ViewOrientation::None2015,
ViewOrientation::XY,
ViewOrientation::YX,
ViewOrientation::YZ,
ViewOrientation::ZY,
ViewOrientation::ZX,
ViewOrientation::XZ
} |