Skip to content
Snippets Groups Projects
Commit 4c2513fb authored by Claudine Bon's avatar Claudine Bon
Browse files

*** empty log message ***

parent 47024dda
No related branches found
No related tags found
No related merge requests found
......@@ -593,7 +593,7 @@ static void applyOCCMeshConstraints(GModel *m, const void *constraints)
GFace *gf = *it2;
if(gf->getNativeType() != GEntity::OpenCascadeModel) continue;
TopoDS_Shape *shape2 = (TopoDS_Shape*)gf->getNativePtr();
if(shape.isSame(*shape2)){
if(shape.IsSame(*shape2)){
Msg::Debug("... embedding in face %g", gf->tag());
gf->addEmbeddedVertex(gv);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment