mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Fix one statement deleted too much in https://github.com/IfcOpenShell/IfcOpenShell/commit/f3af39546be9ecd485737ff0954cfb92807fca1d
This commit is contained in:
@@ -218,6 +218,8 @@ void SvgSerializer::write(const IfcGeom::BRepElement<double>* o) {
|
|||||||
gp_GTrsf gtrsf = it->Placement();
|
gp_GTrsf gtrsf = it->Placement();
|
||||||
|
|
||||||
const gp_Trsf& o_trsf = o->transformation().data();
|
const gp_Trsf& o_trsf = o->transformation().data();
|
||||||
|
gtrsf.PreMultiply(o_trsf);
|
||||||
|
|
||||||
const TopoDS_Shape& s = it->Shape();
|
const TopoDS_Shape& s = it->Shape();
|
||||||
|
|
||||||
bool trsf_valid = false;
|
bool trsf_valid = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user