public static OrientedBox GetInvalid() { var orientedBox = new OrientedBox(); orientedBox.MakeInvalid(); return(orientedBox); }