mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-01 04:10:33 +05:00
PAL21729 TC5.1.4: Problem with saving study after "Convert to quadratic" operation
* Fix GetMediumNode(): do not set node on subshape if the last not geiven
This commit is contained in:
parent
6306913424
commit
e2089449ad
@ -809,7 +809,7 @@ const SMDS_MeshNode* SMESH_MesherHelper::GetMediumNode(const SMDS_MeshNode* n1,
|
||||
CheckNodeU( E, n12, U, BRep_Tool::Tolerance( E ), /*force=*/true);
|
||||
meshDS->SetNodeOnEdge(n12, edgeID, U);
|
||||
}
|
||||
else
|
||||
else if ( myShapeID > 1 )
|
||||
{
|
||||
meshDS->SetNodeInVolume(n12, myShapeID);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user