Some fixes to make sure that non-planar faces get explicitly triangulated

This commit is contained in:
Thomas Krijnen
2019-04-09 17:03:24 +02:00
parent f0fa9ca736
commit 013b7a763d
3 changed files with 17 additions and 6 deletions
-2
View File
@@ -199,8 +199,6 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcFace* l, TopoDS_Shape& face) {
for (; exp.More(); exp.Next(), count++) {
if (count < 2) {
edges[count] = TopoDS::Edge(exp.Current());
} else {
break;
}
}