Salome HOME
IPAL054122: Bad quality prismatic mesh
[modules/smesh.git] / src / SMESHUtils / SMESH_Delaunay.hxx
index 8d04f506af62d5fcc9c9b2be9c2921b343124fc6..71707118bdcc3aac967ad98a04bebdf707a12e0c 100644 (file)
@@ -83,6 +83,9 @@ class SMESHUtils_EXPORT SMESH_Delaunay
   // delauney_UV = real_UV * scale
   const gp_XY& GetScale() const { return _scale; }
 
   // delauney_UV = real_UV * scale
   const gp_XY& GetScale() const { return _scale; }
 
+  void ToPython() const;
+
+  Handle(BRepMesh_DataStructureOfDelaun) GetDS() { return _triaDS; }
 
  protected:
 
 
  protected: