mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
Do not set wire tolerance prior to creating face
This commit is contained in:
@@ -199,9 +199,6 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcFace* l, TopoDS_Shape& face) {
|
|||||||
wire.Reverse();
|
wire.Reverse();
|
||||||
}
|
}
|
||||||
|
|
||||||
ShapeFix_ShapeTolerance FTol;
|
|
||||||
FTol.SetTolerance(wire, getValue(GV_PRECISION), TopAbs_WIRE);
|
|
||||||
|
|
||||||
bool flattened_wire = false;
|
bool flattened_wire = false;
|
||||||
|
|
||||||
if (!mf) {
|
if (!mf) {
|
||||||
|
|||||||
Reference in New Issue
Block a user