Salome HOME
5b102a173ac1659b5d6e9f80f23cb5ef2a5696fe
[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 \note The dialog accepts compounds of points as well as single nodes.
11
12 The result of the operation will be a GEOM_Object(Surface).
13
14 <b>TUI Command:</b> <em>geompy.MakeSmoothingSurface(Points)</em>
15
16 \image html smoothingsurface_dlg.png
17
18 Example:
19
20 \image html smoothingsurface.png
21
22 Our <b>TUI Scripts</b> provide you with useful examples of creation of
23 \ref tui_creation_smoothingsurface "Advanced objects".
24
25 */