2013-06-10 14:28:09 +06:00
|
|
|
/*!
|
|
|
|
|
2013-12-18 20:23:59 +06:00
|
|
|
\page create_smoothingsurface_page Smoothing Surface
|
2013-06-10 14:28:09 +06:00
|
|
|
|
2013-12-18 20:23:59 +06:00
|
|
|
To create a <b> Smoothing Surface</b> in the <b>Main Menu</b> select <b>New Entity - >
|
2013-06-10 14:28:09 +06:00
|
|
|
Advanced - > SmoothingSurface </b>
|
|
|
|
|
2013-12-18 20:23:59 +06:00
|
|
|
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.
|
2013-06-10 14:28:09 +06:00
|
|
|
|
2013-12-18 20:23:59 +06:00
|
|
|
The result of the operation will be a GEOM_Object(Surface).
|
2013-06-10 14:28:09 +06:00
|
|
|
|
2013-12-18 20:23:59 +06:00
|
|
|
<b>TUI Command:</b> <em>geompy.MakeSmoothingSurface(Points)</em>
|
2013-06-10 14:28:09 +06:00
|
|
|
|
|
|
|
\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".
|
|
|
|
|
|
|
|
*/
|