X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_smoothingsurface.doc;h=a4d3fb6471d6940d3971141779ba866a439cca94;hb=ac61a2cdfc5f166fb3bc17f82e89a460555548cb;hp=9f2263ec6ee5ad45ab70d6913d58dbb94b5ec7e8;hpb=5f4c43d53a17d4262672136ab21dc0c355a7b93e;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_smoothingsurface.doc b/doc/salome/gui/GEOM/input/creating_smoothingsurface.doc index 9f2263ec6..a4d3fb647 100644 --- a/doc/salome/gui/GEOM/input/creating_smoothingsurface.doc +++ b/doc/salome/gui/GEOM/input/creating_smoothingsurface.doc @@ -1,20 +1,34 @@ /*! -\page create_smoothingsurface_page SmoothingSurface +\page create_smoothingsurface_page Smoothing Surface -To create a \b SmoothingSurface in the Main Menu select New Entity - > +To create a Smoothing Surface 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. +\image html smoothingsurface_dlg.png -TUI Command: geompy.MakeSmoothingSurface(lPoints) +In this dialog you can specify the following parameters: +- \b Name of the surface; +- the list of \b Points or compounds of points, from which it is approximated; +- Max nbr of Bezier pieces in the resulting surface; +- Max BSpline surface degree of the resulting BSpline surface; +- 3D tolerance of initial approximation -Arguments: -- \b lPoints - list of points +\note 3D tolerance of initial approximation represents a tolerance of +initial plate surface approximation. If this parameter is equal to 0 (default), +its value is automatically computed as max(0.0001, 10*error), +where error is a 3D tolerance of the surface representing a maximal +distance between computed plate surface and given points. -\image html smoothingsurface_dlg.png +Advanced options: \ref preview_anchor "Preview" + +Press "Apply" or "Apply & Close" button to get the resulting GEOM_Object(Surface). + +TUI Command: geompy.MakeSmoothingSurface(thelPoints, theNbMax, theDegMax, theDMax), where: +- \em thelPoints is a list of points or compounds of points; +- \em theNbMax maximum number of Bezier pieces in the resulting surface; +- \em theDegMax maximum degree; +- \em theDMax specifies 3D tolerance of initial approximation Example: