if ( !GetMeshDS()->IsUsedHypothesis( hyp ))
return;
- if (_callUp && hyp)
- _callUp->HypothesisModified( hyp->GetID() );
-
SMESH_Algo *algo;
const SMESH_HypoFilter* compatibleHypoKind;
std::list <const SMESHDS_Hypothesis * > usedHyps;
}
HasModificationsToDiscard(); // to reset _isModified flag if mesh becomes empty
GetMeshDS()->Modified();
+
+ if (_callUp && hyp)
+ _callUp->HypothesisModified( hyp->GetID() );
}
//=============================================================================
<source>ICON_SMESH_TREE_HYPO_NumberOfLayers</source>
<translation>mesh_tree_hypo_layers_distribution.png</translation>
</message>
+ <message>
+ <source>ICON_SMESH_TREE_HYPO_NumberOfLayers2D</source>
+ <translation>mesh_tree_hypo_layers_distribution.png</translation>
+ </message>
<message>
<source>ICON_SMESH_TREE_HYPO_NumberOfSegments</source>
<translation>mesh_tree_hypo_segment.png</translation>