namespace OpenNest { public enum RelativePosition { Intersecting, Left, Right, Top, Bottom, None } }