Trying to find out why placements don’t arrive at Triangulate()

This commit is contained in:
Ken Arroyo Ohori
2017-02-21 15:37:38 -06:00
parent e47d128b18
commit c0732f5197
4 changed files with 51 additions and 2 deletions
+7
View File
@@ -96,6 +96,13 @@ IfcGeom::NativeElement<double>* IfcGeom::CgalKernel::create_brep_for_representat
try {
convert(product->ObjectPlacement(), trsf);
} catch (...) {}
std::cout << "trsf" << std::endl;
for (int i = 0; i < 3; ++i) {
for (int j = 0; j < 4; ++j) {
std::cout << trsf.cartesian(i, j) << " ";
} std::cout << std::endl;
}
// Does the IfcElement have any IfcOpenings?
// Note that openings for IfcOpeningElements are not processed