]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/creating_smoothingsurface.doc
Salome HOME
0022289: EDF 2623 GEOM: Make "MakePipeWithDifferentsSections" available from GUI
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_smoothingsurface.doc
1 /*!
2
3 \page create_smoothingsurface_page SmoothingSurface
4
5 To create a \b SmoothingSurface in the <b>Main Menu</b> select <b>New Entity - >
6 Advanced - > SmoothingSurface </b>
7
8 Specify the parameters of the SmoothingSurface object creation in the opened dialog
9 box and press "Apply" or "Apply & Close" button.
10 Result of each operation will be a GEOM_Object.
11
12 <b>TUI Command:</b> <em>geompy.MakeSmoothingSurface(lPoints)</em>
13
14 <b>Arguments:</b>
15 - \b Points - list of points
16
17 \image html smoothingsurface_dlg.png
18
19 Example:
20
21 \image html smoothingsurface.png
22
23 Our <b>TUI Scripts</b> provide you with useful examples of creation of
24 \ref tui_creation_smoothingsurface "Advanced objects".
25
26 */