X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Ftui_advanced_geom_objs.doc;h=d4e0e0b8aa9ef591c180257b67877764b4b892bd;hb=97d9c2c6b1eb1b8c37b74e9409ebdb89c42c8c27;hp=d013ef01306b4fdf1ea8a3871c8ff673dade3afe;hpb=5f4c43d53a17d4262672136ab21dc0c355a7b93e;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/tui_advanced_geom_objs.doc b/doc/salome/gui/GEOM/input/tui_advanced_geom_objs.doc index d013ef013..d4e0e0b8a 100644 --- a/doc/salome/gui/GEOM/input/tui_advanced_geom_objs.doc +++ b/doc/salome/gui/GEOM/input/tui_advanced_geom_objs.doc @@ -16,21 +16,7 @@ \anchor tui_creation_smoothingsurface

Creation of SmoothingSurface

- -\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} */