/*!
\page create_smoothingsurface_page Smoothing Surface
To create a Smoothing Surface in the Main Menu select New Entity - >
Advanced - > SmoothingSurface
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.
The result of the operation will be a GEOM_Object(Surface).
TUI Command: geompy.MakeSmoothingSurface(Points)
\image html smoothingsurface_dlg.png
Example:
\image html smoothingsurface.png
Our TUI Scripts provide you with useful examples of creation of
\ref tui_creation_smoothingsurface "Advanced objects".
*/