lixiaojun
2024-09-26 8112522d6e6ae90c5fb77f26a3bf81a3927107be
WinFrmUI/Yw.WinFrmUI.Hydro.L3d.Core/00-core/BoundingBox3d.cs
@@ -60,10 +60,10 @@
            {
                return false;
            }
            if (pt.Z > this.Max.Z || pt.Z < this.Min.Z)
            {
                return false;
            }
            //if (pt.Z > this.Max.Z || pt.Z < this.Min.Z)
            //{
            //    return false;
            //}
            return true;
        }