mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 10:43:46 +00:00
#1785 Set trsf form
This commit is contained in:
@@ -355,6 +355,7 @@ IfcGeom::Element* HdfSerializer::read(IfcParse::IfcFile& f, const std::string& g
|
|||||||
|
|
||||||
if (!is_identity) {
|
if (!is_identity) {
|
||||||
trsf = gp_GTrsf(M, V);
|
trsf = gp_GTrsf(M, V);
|
||||||
|
trsf.SetForm();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::shared_ptr<IfcGeom::SurfaceStyle> style_ptr;
|
std::shared_ptr<IfcGeom::SurfaceStyle> style_ptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user