mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
class _pyComplexParamHypo { + void Flush(); in order to clear SetObjectEntry() command
This commit is contained in:
parent
2e8fa1f01c
commit
53843f55f6
@ -359,6 +359,7 @@ class _pyComplexParamHypo: public _pyHypothesis
|
||||
public:
|
||||
_pyComplexParamHypo(const Handle(_pyCommand)& theCreationCmd): _pyHypothesis(theCreationCmd) {}
|
||||
void Process( const Handle(_pyCommand)& theCommand);
|
||||
void Flush();
|
||||
|
||||
DEFINE_STANDARD_RTTI (_pyComplexParamHypo)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user