mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 15:40:33 +05:00
0021815: EDF 2347 SMESH : Error when meshing vertices
Enable ceation of nodes on a COMPOUND of VERTEXes
This commit is contained in:
parent
7881caca4e
commit
0353127167
@ -406,6 +406,10 @@ const map < int, SMESH_subMesh * >& SMESH_subMesh::DependsOn()
|
|||||||
{
|
{
|
||||||
insertDependence(exp.Current());
|
insertDependence(exp.Current());
|
||||||
}
|
}
|
||||||
|
for (TopExp_Explorer exp(_subShape, TopAbs_VERTEX, TopAbs_EDGE); exp.More();exp.Next())
|
||||||
|
{
|
||||||
|
insertDependence(exp.Current());
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case TopAbs_COMPSOLID:
|
case TopAbs_COMPSOLID:
|
||||||
|
Loading…
Reference in New Issue
Block a user