From 053c80a577ee8b69c6b5e46b295d10e17853faca Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 20 Apr 2024 13:21:50 +0200 Subject: [PATCH] Uncomment debugging code --- src/ifcgeom/mapping/IfcFixedReferenceSweptAreaSolid.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcgeom/mapping/IfcFixedReferenceSweptAreaSolid.cpp b/src/ifcgeom/mapping/IfcFixedReferenceSweptAreaSolid.cpp index 49997f355f..4b1e2461f4 100644 --- a/src/ifcgeom/mapping/IfcFixedReferenceSweptAreaSolid.cpp +++ b/src/ifcgeom/mapping/IfcFixedReferenceSweptAreaSolid.cpp @@ -67,11 +67,13 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcFixedReferenceSweptAreaSolid for (size_t i = 0; i <= num_steps; ++i) { auto m4 = pwf->evaluate(start + curve_length / num_steps * i); + /* std::stringstream ss; ss << m4; auto s = ss.str(); std::wcout << s.c_str() << std::endl; std::wcout << "determinant: " << m4.determinant() << std::endl; + */ Eigen::Matrix4d m4b = Eigen::Matrix4d::Identity(); bool is_directrix_derived = false;