Further work on trying to get orientation properly mapped

This commit is contained in:
Thomas Krijnen
2024-06-28 13:41:01 +02:00
parent c240f0582a
commit 42b96d6290
3 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcTrimmedCurve* inst) {
bool has_flts[2] = {false,false};
bool has_pnts[2] = {false,false};
tc->orientation = inst->SenseAgreement();
tc->curve_sense = inst->SenseAgreement();
for (auto it = trims1->begin(); it != trims1->end(); it ++) {
auto i = *it;