PAL11418. add GetMesh()

This commit is contained in:
eap 2006-02-01 12:10:35 +00:00
parent 8ffd052a38
commit 13b958ee14

View File

@ -59,6 +59,7 @@ public:
void Init();
void SetMesh (SMESH::SMESH_Mesh_ptr);
SMESH::SMESH_Mesh_ptr GetMesh () { return myMesh; }
GEOM::GEOM_Object_ptr GetShape();
signals: