diff --git a/src/ifcgeom_schema_agnostic/IfcGeomTree.h b/src/ifcgeom_schema_agnostic/IfcGeomTree.h index 7426f92c928..47c141011d9 100644 --- a/src/ifcgeom_schema_agnostic/IfcGeomTree.h +++ b/src/ifcgeom_schema_agnostic/IfcGeomTree.h @@ -1780,9 +1780,11 @@ namespace IfcGeom { aabb.Add(vs_transformed.back()); } + /* std::cout << "aabb: "; aabb.DumpJson(std::cout); std::cout << std::endl; + */ std::unordered_map, std::vector, boost::hash>> quantized_normal_counts; @@ -1867,9 +1869,11 @@ namespace IfcGeom { obb.SetZComponent(ax3.Direction(), halfsize.Z()); obb.SetCenter(cent.Transformed(trsf2.Inverted())); + /* std::cout << "obb: "; obb.DumpJson(std::cout); std::cout << std::endl; + */ } const auto& t = elem->product();