Add support for IfcSectionedSurface

This commit is contained in:
Thomas Krijnen
2024-09-12 11:20:30 +02:00
parent 35a4d87a65
commit 2545769f67
11 changed files with 361 additions and 194 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ namespace {
}
bool compare(const loft& a, const loft& b) {
return compare_collection<face>(a, b);
return compare_collection<geom_item>(a, b);
}
bool compare(const collection& a, const collection& b) {