Adds support for IfcOpenCrossProfileDef and branching with IfcSectionedSurface

This commit is contained in:
Richard Brice
2026-01-14 13:28:07 -08:00
parent 46a6356f93
commit df7318973d
5 changed files with 462 additions and 63 deletions
+2 -1
View File
@@ -928,7 +928,8 @@ typedef item const* ptr;
DECLARE_PTR(loop)
boost::optional<bool> external, closed;
boost::optional<taxonomy::function_item::ptr> fi;
boost::optional<taxonomy::function_item::ptr> function_item;
boost::optional<std::vector<std::string>> tags;
bool is_polyhedron() const {
for (auto& e : children) {