0021134: EDF 1749 GHS3D: GHS3D can't compute the 3D elements from 2D skin elements

Fix SplitVolumesIntoTetra() taking into account changed behavior
    of the complex SMESHDS_SubMesh
This commit is contained in:
eap 2011-01-26 13:40:27 +00:00
parent 98119844c8
commit 812e5de47f

View File

@ -1569,8 +1569,8 @@ void SMESH_MeshEditor::SplitVolumesIntoTetra (const TIDSortedElemSet & theElems,
SMDS_VolumeTool volTool; SMDS_VolumeTool volTool;
SMESH_MesherHelper helper( *GetMesh()); SMESH_MesherHelper helper( *GetMesh());
SMESHDS_SubMesh* subMesh = GetMeshDS()->MeshElements(1); SMESHDS_SubMesh* subMesh = 0;//GetMeshDS()->MeshElements(1);
SMESHDS_SubMesh* fSubMesh = subMesh; SMESHDS_SubMesh* fSubMesh = 0;//subMesh;
SMESH_SequenceOfElemPtr newNodes, newElems; SMESH_SequenceOfElemPtr newNodes, newElems;