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
@@ -810,7 +810,7 @@ typedef item const* ptr;
}
};
struct loft : public collection_base<face> {
struct loft : public collection_base<geom_item> {
DECLARE_PTR(loft)
item::ptr axis;