#1785 Set trsf form

This commit is contained in:
Thomas Krijnen
2021-11-05 09:22:24 +01:00
parent 3e52d93db0
commit 2d0c44e25a
+1
View File
@@ -355,6 +355,7 @@ IfcGeom::Element* HdfSerializer::read(IfcParse::IfcFile& f, const std::string& g
if (!is_identity) {
trsf = gp_GTrsf(M, V);
trsf.SetForm();
}
std::shared_ptr<IfcGeom::SurfaceStyle> style_ptr;