mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 12:53:43 +00:00
area overlap
This commit is contained in:
@@ -102,7 +102,7 @@ void fix_wallconnectivity(IfcParse::IfcFile& f, bool no_progress, bool quiet, bo
|
|||||||
}
|
}
|
||||||
|
|
||||||
CGAL::Polygon_mesh_processing::triangulate_faces(x_poly);
|
CGAL::Polygon_mesh_processing::triangulate_faces(x_poly);
|
||||||
if (CGAL::Polygon_mesh_processing::area(x_poly) > 2.0) {
|
if (CGAL::Polygon_mesh_processing::area(x_poly) > 4.0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user