Fix faceset helper on advanced brep oriented edges #6604

This commit is contained in:
Thomas Krijnen
2025-04-30 20:43:13 +02:00
parent c7a29d5604
commit c8ad1ba0ee
2 changed files with 15 additions and 14 deletions
+2 -1
View File
@@ -270,7 +270,8 @@ bool OpenCascadeKernel::convert(const taxonomy::face::ptr face, TopoDS_Shape& re
face_definition fd;
if (face->basis) {
// when the surface is planar we do not care about it
if (face->basis && face->basis->kind() != taxonomy::PLANE) {
fd.surface() = convert_surface(face->basis);
}