0021815: EDF 2347 SMESH : Error when meshing vertices

Enable ceation of nodes on a COMPOUND of VERTEXes
This commit is contained in:
eap 2012-08-27 13:25:36 +00:00
parent 7881caca4e
commit 0353127167

View File

@ -406,6 +406,10 @@ const map < int, SMESH_subMesh * >& SMESH_subMesh::DependsOn()
{
insertDependence(exp.Current());
}
for (TopExp_Explorer exp(_subShape, TopAbs_VERTEX, TopAbs_EDGE); exp.More();exp.Next())
{
insertDependence(exp.Current());
}
break;
}
case TopAbs_COMPSOLID: