mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 12:12:15 +00:00
Fix faceset helper on advanced brep oriented edges #6604
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user