#816 Use more than one cycle of self intersections in IfcArbitraryClosedProfileDef

This commit is contained in:
Thomas Krijnen
2020-08-25 13:51:59 +02:00
parent c15fdc7fa9
commit 5c20e7b62a
3 changed files with 73 additions and 2 deletions
+2 -2
View File
@@ -447,8 +447,8 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcArbitraryClosedProfileDef* l,
assert_closed_wire(wire);
TopoDS_Face f;
bool success = convert_wire_to_face(wire, f);
TopoDS_Compound f;
bool success = convert_wire_to_faces(wire, f);
if (success) {
face = f;
}