Salome HOME
29470 - Point cloud on a face
[modules/geom.git] / idl / GEOM_Gen.idl
index 36c8059b29c77e38600f225277e567eaf0c262fb..b83b75d282474319c2617f5f8ab373483ed0cb0e 100644 (file)
@@ -816,7 +816,8 @@ module GEOM
      *  \param theFace The referenced face.
      *  \return New GEOM_Object, containing the created point.
      */
-    GEOM_Object MakePointOnFace (in GEOM_Object theFace);
+    GEOM_Object MakePointOnFace (in GEOM_Object theFace,
+                                in long        theNumberOfPnts);
 
     /*!
      *  \brief Create a point, on two lines intersection.