mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 11:40:33 +05:00
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:
parent
98119844c8
commit
812e5de47f
@ -1569,8 +1569,8 @@ void SMESH_MeshEditor::SplitVolumesIntoTetra (const TIDSortedElemSet & theElems,
|
||||
SMDS_VolumeTool volTool;
|
||||
SMESH_MesherHelper helper( *GetMesh());
|
||||
|
||||
SMESHDS_SubMesh* subMesh = GetMeshDS()->MeshElements(1);
|
||||
SMESHDS_SubMesh* fSubMesh = subMesh;
|
||||
SMESHDS_SubMesh* subMesh = 0;//GetMeshDS()->MeshElements(1);
|
||||
SMESHDS_SubMesh* fSubMesh = 0;//subMesh;
|
||||
|
||||
SMESH_SequenceOfElemPtr newNodes, newElems;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user