Salome HOME
Merge remote branch 'origin/akl/22379'
[modules/geom.git] / doc / salome / gui / GEOM / input / tui_advanced_geom_objs.doc
index d013ef01306b4fdf1ea8a3871c8ff673dade3afe..d4e0e0b8aa9ef591c180257b67877764b4b892bd 100644 (file)
 
 \anchor tui_creation_smoothingsurface
 <br><h2>Creation of SmoothingSurface</h2>
-
-\code
-import geompy
-import salome
-gg = salome.ImportComponentGUI("GEOM")
-
-# create SmoothingSurface object
-smoothingsurface = geompy.MakeSmoothingSurface([value])
-
-# add object in the study
-id_smoothingsurface = geompy.addToStudy(smoothingsurface,"SmoothingSurface")
-
-# display smoothingsurface
-gg.createAndDisplayGO(id_smoothingsurface) 
-\endcode
+\tui_script{advanced_geom_objs_smoothingsurface.py}
 
 <!--@@ insert new functions before this line @@ do not remove this line @@-->
 */