namespace ACE.Entity.Enum { public enum Sidedness { Positive = 0x0, Negative = 0x1, InPlane = 0x2, Crossing = 0x3 }; }