X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROPy%2FHYDROData_Entity.sip;h=6492535a1e908a3b7a96622235271afbf6171436;hb=f2cd9ebfca8f8f58c6e98e30d2ebb387488016cc;hp=6208ab9fe1027a0c49360683ef53e4b8ce2007a0;hpb=da79da4e63d66e7f2d0ff32cbaaec70e46ca2206;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_Entity.sip b/src/HYDROPy/HYDROData_Entity.sip index 6208ab9f..6492535a 100644 --- a/src/HYDROPy/HYDROData_Entity.sip +++ b/src/HYDROPy/HYDROData_Entity.sip @@ -174,6 +174,11 @@ public: */ virtual void Update(); + /** + * Checks that object has 2D presentation. Base implementation returns false. + */ + virtual bool IsHas2dPrs() const; + /** * Returns data of object wrapped to QVariant. * Base implementation returns null value. @@ -250,6 +255,23 @@ public: */ virtual HYDROData_SequenceOfObjects GetAllReferenceObjects() const; + + /** + * Returns the z-level for object presentation, -1 if no z-level. + */ + virtual bool GetZLevel( int& theLevel ) const [Standard_Boolean ( Standard_Integer& )]; + + /** + * Set the z-level for object presentation. + */ + virtual void SetZLevel( const int& theLevel ) [void ( const Standard_Integer& )]; + + /** + * Remove the z-level of object presentation. + */ + virtual void RemoveZLevel(); + + protected: /**