Fix some mapping errors

This commit is contained in:
Thomas Krijnen
2023-04-03 13:31:52 +02:00
parent cc223dd5b4
commit 9d5fe1fee4
3 changed files with 11 additions and 4 deletions
+1 -4
View File
@@ -44,10 +44,7 @@ taxonomy::item* mapping::map_impl(const IfcSchema::IfcIndexedPolyCurve* inst) {
int max_index = (int) points.size();
taxonomy::loop* loop;
// ignored, just for capturing the curve parameters on the null check
double u, v;
auto loop = new taxonomy::loop;
if(inst->Segments()) {
aggregate_of_instance::ptr segments = *inst->Segments();