Minor fix

This commit is contained in:
Dion Moult
2021-10-31 20:04:34 +11:00
committed by Thomas Krijnen
parent cfa435e9c8
commit 208132785f
-2
View File
@@ -77,7 +77,6 @@
#include <HLRBRep_PolyHLRToShape.hxx>
#include <Extrema_ExtPElS.hxx>
#include <GeomAPI_ProjectPointOnSurf.hxx>
#include "../ifcparse/IfcGlobalId.h"
@@ -632,7 +631,6 @@ void SvgSerializer::write(const IfcGeom::BRepElement* brep_obj) {
// Move pln to have projection of origin at plane center.
// This is necessary to have Poly and BRep HLR at the same position
// (Poly) is wrong otherwise.
double pu, pv;
Extrema_ExtPElS ext;
ext.Perform(gp::Origin(), *pln, 1.e-5);