diff --git a/libsrc/geom2d/csg2d.cpp b/libsrc/geom2d/csg2d.cpp index e75710d3..b495d902 100644 --- a/libsrc/geom2d/csg2d.cpp +++ b/libsrc/geom2d/csg2d.cpp @@ -1417,7 +1417,7 @@ shared_ptr CSG2d :: GenerateSplineGeometry() // Add geometry points to SplineGeometry - netgen::Box<2> box; + netgen::Box<2> box(netgen::Box<2>::EMPTY_BOX); for(auto & s : solids) for(auto & poly : s.polys) for(auto v : poly.Vertices(ALL))