From bbb7b25fa6f344b4e233428e255678c8ec030407 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 24 Oct 2011 13:09:27 +0000 Subject: [PATCH] 0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups class _pyGen { + Handle(_pyObject) FindObject( const _pyID& theObjID ) const; --- 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 5af2c4dfc..b4dfd6b82 100644 --- a/src/SMESH_I/SMESH_2smeshpy.hxx +++ b/src/SMESH_I/SMESH_2smeshpy.hxx @@ -477,6 +477,7 @@ public: _pyFilter(const Handle(_pyCommand)& theCreationCmd, const _pyID& newID=""); void Process( const Handle(_pyCommand)& theCommand); virtual void Flush(); + const _pyID& GetNewID() const { return myNewID; } DEFINE_STANDARD_RTTI (_pyFilter) }; -- 2.39.2