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
@@ -702,6 +702,13 @@ namespace IfcGeom {
try {
next_shape_model = create_shape_model_for_next_entity();
// std::cout << "trsf" << std::endl;
// for (int i = 0; i < 3; ++i) {
// for (int j = 0; j < 4; ++j) {
// std::cout << next_shape_model->transformation().matrix().data() << " ";
// } std::cout << std::endl;
// }
} catch (...) {}
if (next_shape_model) {