chrono::fsi::CylSide Namespace Reference

Description

Enumeration for cylinder sides.

These flags are used to identify sides of a cylindrical container and can be combined using unary boolean operations.

Enumerations

enum  Enum {
  NONE = 0x0000, SIDE_INT = 1 << 0, SIDE_EXT = 1 << 1, Z_NEG = 1 << 2,
  Z_POS = 1 << 3, ALL = 0xFFFF
}