Salome HOME
a4b42cee3406fde4320daf2f075de8e3a267b1de
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_smoothingsurface.doc
1 /*!
2
3 \page create_smoothingsurface_page Smoothing Surface
4
5 To create a <b> Smoothing Surface</b> in the <b>Main Menu</b> select <b>New Entity - >
6 Advanced - > SmoothingSurface </b>
7
8 Specify the \b Name of the surface and the list of \b Points, from which it is approximated and press "Apply" or "Apply & Close" button.
9
10 The result of the operation will be a GEOM_Object(Surface).
11
12 <b>TUI Command:</b> <em>geompy.MakeSmoothingSurface(Points)</em>
13
14 \image html smoothingsurface_dlg.png
15
16 Example:
17
18 \image html smoothingsurface.png
19
20 Our <b>TUI Scripts</b> provide you with useful examples of creation of
21 \ref tui_creation_smoothingsurface "Advanced objects".
22
23 */