0020082: EDF 869 GEOM : Edges Orientation indicator/reverse

class _pyComplexParamHypo
{
+  void Flush();

in order to clear SetObjectEntry() command
This commit is contained in:
eap 2009-07-15 13:42:30 +00:00
parent 2e8fa1f01c
commit 53843f55f6

View File

@ -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)
};