Do not set wire tolerance prior to creating face

This commit is contained in:
Thomas Krijnen
2016-05-24 12:51:00 +02:00
parent 06c3f8d6a9
commit 85ddae1228
-3
View File
@@ -199,9 +199,6 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcFace* l, TopoDS_Shape& face) {
wire.Reverse();
}
ShapeFix_ShapeTolerance FTol;
FTol.SetTolerance(wire, getValue(GV_PRECISION), TopAbs_WIRE);
bool flattened_wire = false;
if (!mf) {