mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 22:43:41 +00:00
Trying to find out why placements don’t arrive at Triangulate()
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user