From 53843f55f6d26c4c57c27cf56a3110f4695ef644 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 15 Jul 2009 13:42:30 +0000 Subject: [PATCH] 0020082: EDF 869 GEOM : Edges Orientation indicator/reverse class _pyComplexParamHypo { + void Flush(); in order to clear SetObjectEntry() command --- src/SMESH_I/SMESH_2smeshpy.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SMESH_I/SMESH_2smeshpy.hxx b/src/SMESH_I/SMESH_2smeshpy.hxx index d9ce95e11..015d91bde 100644 --- a/src/SMESH_I/SMESH_2smeshpy.hxx +++ b/src/SMESH_I/SMESH_2smeshpy.hxx @@ -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) }; -- 2.30.2