Salome HOME
Profile object creation.
[modules/hydro.git] / src / HYDROData / HYDROData_Object.h
index 594bbd60e0dc65c8a0f2b06ef3ed7fc0660d3b08..eda7375543c9f4c098c1bf7606cc6a77183d71e3 100644 (file)
@@ -119,11 +119,21 @@ protected:
    */
   HYDRODATA_EXPORT TopoDS_Shape getTopShape() const;
 
+  /**
+   * Removes the top shape from data label of the object.
+   */
+  HYDRODATA_EXPORT void removeTopShape();
+
+
   /**
    * Retrieve the 3d shape of the object from data label.
    */
   HYDRODATA_EXPORT TopoDS_Shape getShape3D() const;
 
+  /**
+   * Removes the 3d shape from data label of the object.
+   */
+  HYDRODATA_EXPORT void removeShape3D();
 };
 
 #endif