Salome HOME
loadImage() for py scripts
[modules/hydro.git] / src / HYDROData / HYDROData_Tool.h
index 69afafa6893e10b24941ebfd7b5ef1ad80b60cd4..359ddf5b136bfd64c594d1fedd4f1da711eaeb5b 100644 (file)
@@ -123,6 +123,11 @@ public:
 
   static bool IsNan( double theValue );
   static bool IsInf( double theValue );
+
+  /**
+  Rebuilds shape container (like compound/compsolid/shell) which contains faces (shared or nonshared with each other)
+  */
+  static TopoDS_Shape RebuildCmp(const TopoDS_Shape& in);
 };
 
 inline bool ValuesEquals( const double& theFirst, const double& theSecond )