/*! \page create_smoothingsurface_page SmoothingSurface To create a \b SmoothingSurface in the Main Menu select New Entity - > Advanced - > SmoothingSurface Specify the parameters of the SmoothingSurface object creation in the opened dialog box and press "Apply" or "Apply & Close" button. Result of each operation will be a GEOM_Object. TUI Command: geompy.MakeSmoothingSurface(Points, isClosed) Arguments: - \b Points - list of points - \b isClosed - Define if the created surface must be closed \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". */