namespace ProGrids { public enum Axis { None = 0, X = 1, Y = 2, Z = 4, NegX = 8, NegY = 22, NegZ = 50 } }