This commit is contained in:
aothms
2016-01-29 15:25:18 +01:00
parent fe70acb541
commit 76a3146b70
+2
View File
@@ -218,6 +218,8 @@ void SvgSerializer::write(const IfcGeom::BRepElement<double>* o) {
gp_GTrsf gtrsf = it->Placement();
const gp_Trsf& o_trsf = o->transformation().data();
gtrsf.PreMultiply(o_trsf);
const TopoDS_Shape& s = it->Shape();
bool trsf_valid = false;