Salome HOME
23620: EDF 10301 - Completing Extrusion along a path
[modules/smesh.git] / src / SMESHUtils / SMESH_Delaunay.hxx
index 8d04f506af62d5fcc9c9b2be9c2921b343124fc6..8c196001146602005921ed7cf666ba22a2accfcc 100644 (file)
@@ -79,10 +79,13 @@ class SMESHUtils_EXPORT SMESH_Delaunay
   // return UV of the i-th source boundary node (zero based)
   gp_XY GetBndUV(const int iNode) const;
 
-  // return scale factor to convert real UV to/from UV used for Delauney meshing:
-  // delauney_UV = real_UV * scale
+  // return scale factor to convert real UV to/from UV used for Delaunay meshing:
+  // delaunay_UV = real_UV * scale
   const gp_XY& GetScale() const { return _scale; }
 
+  void ToPython() const;
+
+  Handle(BRepMesh_DataStructureOfDelaun) GetDS() { return _triaDS; }
 
  protected: