mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 11:44:17 +05:00
correct the previous revision
This commit is contained in:
parent
1f23ca1d2d
commit
b89dff3c27
@ -2481,6 +2481,9 @@ void SMESH_MeshEditor::Smooth (map<int,const SMDS_MeshElement*> & theElems,
|
|||||||
// move medium nodes of quadratic elements
|
// move medium nodes of quadratic elements
|
||||||
if ( isQuadratic )
|
if ( isQuadratic )
|
||||||
{
|
{
|
||||||
|
SMESH_MesherHelper helper( *GetMesh() );
|
||||||
|
if ( !face.IsNull() )
|
||||||
|
helper.SetSubShape( face );
|
||||||
list< const SMDS_MeshElement* >::iterator elemIt = elemsOnFace.begin();
|
list< const SMDS_MeshElement* >::iterator elemIt = elemsOnFace.begin();
|
||||||
for ( ; elemIt != elemsOnFace.end(); ++elemIt ) {
|
for ( ; elemIt != elemsOnFace.end(); ++elemIt ) {
|
||||||
const SMDS_QuadraticFaceOfNodes* QF =
|
const SMDS_QuadraticFaceOfNodes* QF =
|
||||||
|
@ -399,8 +399,6 @@ class SMESH_MeshEditor {
|
|||||||
|
|
||||||
SMESHDS_Mesh * GetMeshDS() { return myMesh->GetMeshDS(); }
|
SMESHDS_Mesh * GetMeshDS() { return myMesh->GetMeshDS(); }
|
||||||
|
|
||||||
SMESHDS_Mesh * GetMeshDS() { return myMesh->GetMeshDS(); }
|
|
||||||
|
|
||||||
SMESH_SequenceOfElemPtr GetLastCreatedNodes() { return myLastCreatedNodes; }
|
SMESH_SequenceOfElemPtr GetLastCreatedNodes() { return myLastCreatedNodes; }
|
||||||
|
|
||||||
SMESH_SequenceOfElemPtr GetLastCreatedElems() { return myLastCreatedElems; }
|
SMESH_SequenceOfElemPtr GetLastCreatedElems() { return myLastCreatedElems; }
|
||||||
|
Loading…
Reference in New Issue
Block a user