Salome HOME
0022227: [CEA 827] Building a surface from a cloud of points
authoreap <eap@opencascade.com>
Wed, 3 Jul 2013 10:55:18 +0000 (10:55 +0000)
committereap <eap@opencascade.com>
Wed, 3 Jul 2013 10:55:18 +0000 (10:55 +0000)
Restore def MakeSmoothingSurface() removed by mistake

src/GEOM_SWIG/geomBuilder.py

index 1b63d3904e58de1097444764871209e8c4296c6d..e273bd5272bfb080d455d83fa0f6a8489f8f8996 100644 (file)
@@ -12231,6 +12231,16 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
             self._autoPublish(anObj, theName, "dividedCylinder")
             return anObj
 
+        ## Create a surface from a cloud of points
+        #  @param thelPoints list of points
+        #  @return New GEOM_Object, containing the created shape.
+        #
+        #  @ref tui_creation_smoothingsurface "Example"
+        def MakeSmoothingSurface(self, thelPoints):
+            anObj = self.AdvOp.MakeSmoothingSurface(thelPoints)
+            RaiseIfFailed("MakeSmoothingSurface", self.AdvOp)
+            return anObj
+
         #@@ insert new functions before this line @@ do not remove this line @@#
 
         # end of l4_advanced