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; }