geom/doc/salome/gui/GEOM/input/creating_smoothingsurface.doc
2011-10-13 10:08:36 +00:00

28 lines
754 B
Plaintext

/*!
\page create_smoothingsurface_page SmoothingSurface
To create a \b SmoothingSurface in the <b>Main Menu</b> select <b>New Entity - >
Advanced - > SmoothingSurface </b>
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.
<b>TUI Command:</b> <em>geompy.MakeSmoothingSurface(Points, isClosed)</em>
<b>Arguments:</b>
- \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 <b>TUI Scripts</b> provide you with useful examples of creation of
\ref tui_creation_smoothingsurface "Advanced objects".
*/