mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-03 21:30:34 +05:00
Do not "bend" internal links if environment variable NO_FixQuadraticElements is set
This commit is contained in:
parent
283c73d9d5
commit
34aebed370
@ -9056,7 +9056,7 @@ void SMESH_MeshEditor::ConvertToQuadratic(const bool theForce3d)
|
|||||||
ReplaceElemInGroups(volume, NewVolume, meshDS);
|
ReplaceElemInGroups(volume, NewVolume, meshDS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( !theForce3d ) {
|
if ( !theForce3d && !getenv("NO_FixQuadraticElements")) {
|
||||||
aHelper.SetSubShape(0); // apply to the whole mesh
|
aHelper.SetSubShape(0); // apply to the whole mesh
|
||||||
aHelper.FixQuadraticElements();
|
aHelper.FixQuadraticElements();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user