Salome HOME
TShell cannot be disconnected; use TCompound of shells/faces instead
[modules/hydro.git] / src / HYDROData / HYDROData_Confluence.h
index e5c5dfffb0eb3640651d278d5ad83b11fd6b4a07..ec0ac2fe69c83be78b90521a04b4ec7e8cd10d3b 100644 (file)
@@ -51,16 +51,6 @@ public:
    */
   HYDRODATA_EXPORT virtual QStringList DumpToPython( MapOfTreatedObjects& theTreatedObjects ) const;
 
-  /**
-   * Returns the top shape of the object.
-   */
-  HYDRODATA_EXPORT virtual TopoDS_Shape GetTopShape() const;
-
-  /**
-   * Returns the 3d shape of the object.
-   */
-  HYDRODATA_EXPORT virtual TopoDS_Shape GetShape3D() const;
-
   HYDRODATA_EXPORT virtual void UpdateLocalCS( double theDx, double theDy );
 
 protected: