Salome HOME
29470 - Point cloud on a face
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IBasicOperations.hxx
index 9961de49d7b010266af3cac94ee1595c635d040c..baa06817e5fd85e089debd078dc8585931b32e4f 100644 (file)
@@ -66,7 +66,8 @@ class GEOMImpl_IBasicOperations : public GEOM_IOperations {
                                                                  double theYParam,
                                                                  double theZParam);
 
-  Standard_EXPORT Handle(GEOM_Object) MakePointOnFace (Handle(GEOM_Object) theFace);
+  Standard_EXPORT Handle(GEOM_Object) MakePointOnFace (Handle(GEOM_Object) theFace,
+                                                       int                 theNumberOfPnts);
 
   // Vector
   Standard_EXPORT Handle(GEOM_Object) MakeVectorDXDYDZ (double theDX, double theDY, double theDZ);
@@ -142,6 +143,7 @@ class GEOMImpl_IBasicOperations : public GEOM_IOperations {
                       double              theParam2,
                       double              theParam3,
                       const PointLocation theLocation,
+                      int                 theNumberOfPnts = 1,
                       const bool          takeOrientationIntoAccount = false,
                       Handle(GEOM_Object) theRefPoint = 0);
 };