mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 12:57:57 +00:00
Comment std::cout causing console spam
This commit is contained in:
committed by
Thomas Krijnen
parent
dcbd6a925d
commit
41df6410bd
@@ -1780,9 +1780,11 @@ namespace IfcGeom {
|
|||||||
aabb.Add(vs_transformed.back());
|
aabb.Add(vs_transformed.back());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
std::cout << "aabb: ";
|
std::cout << "aabb: ";
|
||||||
aabb.DumpJson(std::cout);
|
aabb.DumpJson(std::cout);
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
|
*/
|
||||||
|
|
||||||
std::unordered_map<std::tuple<int, int, int>, std::vector<size_t>, boost::hash<std::tuple<int, int, int>>> quantized_normal_counts;
|
std::unordered_map<std::tuple<int, int, int>, std::vector<size_t>, boost::hash<std::tuple<int, int, int>>> quantized_normal_counts;
|
||||||
|
|
||||||
@@ -1867,9 +1869,11 @@ namespace IfcGeom {
|
|||||||
obb.SetZComponent(ax3.Direction(), halfsize.Z());
|
obb.SetZComponent(ax3.Direction(), halfsize.Z());
|
||||||
obb.SetCenter(cent.Transformed(trsf2.Inverted()));
|
obb.SetCenter(cent.Transformed(trsf2.Inverted()));
|
||||||
|
|
||||||
|
/*
|
||||||
std::cout << "obb: ";
|
std::cout << "obb: ";
|
||||||
obb.DumpJson(std::cout);
|
obb.DumpJson(std::cout);
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto& t = elem->product();
|
const auto& t = elem->product();
|
||||||
|
|||||||
Reference in New Issue
Block a user