mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
[bos #40505][CEA] Allow assign of 3D Tetra paramam on imported 2D mesh.
This commit is contained in:
parent
aa4fd29b86
commit
bdcf8f151a
@ -891,7 +891,10 @@ SMESH_Hypothesis::Hypothesis_Status
|
||||
ret = SMESH_Hypothesis::HYP_INCOMPATIBLE;
|
||||
}
|
||||
else if (!_father->IsUsedHypothesis( anHyp, this ))
|
||||
ret = SMESH_Hypothesis::HYP_INCOMPATIBLE;
|
||||
{
|
||||
if ( anHyp->GetDim() == this->GetAlgo()->GetDim() )
|
||||
ret = SMESH_Hypothesis::HYP_INCOMPATIBLE;
|
||||
}
|
||||
|
||||
if (SMESH_Hypothesis::IsStatusFatal( ret ))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user