m4 not referenced in IfcEllipseProfileDef

This commit is contained in:
Thomas Krijnen
2024-06-18 12:31:37 +02:00
parent 9c22e6ecc8
commit 82496e8126
@@ -61,5 +61,6 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcEllipseProfileDef* inst) {
ed->basis = el;
lp->children.push_back(ed);
fc->children.push_back(lp);
fc->matrix = m4;
return fc;
}