#2237 workaround for openings on extrusions of compound profiles

This commit is contained in:
Thomas Krijnen
2022-06-11 15:48:04 +02:00
parent bf3eb68b67
commit 0f85890c72
4 changed files with 122 additions and 83 deletions
+4
View File
@@ -130,6 +130,10 @@ namespace IfcGeom {
KernelFactoryImplementation& kernel_implementations();
}
namespace util {
bool is_nested_compound_of_solid(const TopoDS_Shape& s, int depth = 0);
}
}
#endif