setOnlyValid() option that skips and logs invalid topology #4130

This commit is contained in:
Thomas Krijnen
2024-03-24 16:45:31 +01:00
parent 6944c247ca
commit 75b9e6cec9
4 changed files with 56 additions and 0 deletions
@@ -74,6 +74,7 @@ namespace IfcGeom {
TopoDS_Shape apply_transformation(const TopoDS_Shape&, const gp_GTrsf&);
bool flatten_shape_list(const IfcGeom::ConversionResults& shapes, TopoDS_Shape& result, bool fuse, double tol);
bool validate_shape(const TopoDS_Shape&);
}
}