mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 14:44:18 +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;
|
ret = SMESH_Hypothesis::HYP_INCOMPATIBLE;
|
||||||
}
|
}
|
||||||
else if (!_father->IsUsedHypothesis( anHyp, this ))
|
else if (!_father->IsUsedHypothesis( anHyp, this ))
|
||||||
|
{
|
||||||
|
if ( anHyp->GetDim() == this->GetAlgo()->GetDim() )
|
||||||
ret = SMESH_Hypothesis::HYP_INCOMPATIBLE;
|
ret = SMESH_Hypothesis::HYP_INCOMPATIBLE;
|
||||||
|
}
|
||||||
|
|
||||||
if (SMESH_Hypothesis::IsStatusFatal( ret ))
|
if (SMESH_Hypothesis::IsStatusFatal( ret ))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user