Skip to content
Snippets Groups Projects
Commit 6f941c2f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

partially reverting last commit: it breaks demos/boolean/thrusections.geo

parent cee01c61
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -191,7 +191,8 @@ bool OCCEdge::isSeam(const GFace *face) const
if (face->geomType() == GEntity::CompoundSurface) return false;
if (face->getNativeType() != GEntity::OpenCascadeModel) return false;
if (!face->periodic(0) && !face->periodic(1)) return false;
// this breaks demos/thrusections.geo:
//if (!face->periodic(0) && !face->periodic(1)) return false;
bool ret;
const TopoDS_Face *s = (TopoDS_Face*) face->getNativePtr();
// This function was horribly slow... until ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment