mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
#816 Use more than one cycle of self intersections in IfcArbitraryClosedProfileDef
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user