X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fshape_processing_operation.doc;h=aa97ec32f8489ef571a0b182fa4c19eb71b29bcd;hb=69b2ec02a2002731ceaf0597fa9f4dd9cd57dc91;hp=ca438ada1da7b18beb792dbfbf165f3e1e7e0c80;hpb=239f8109c64fa0c5a2e1d87a420bad5529b57f48;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/shape_processing_operation.doc b/doc/salome/gui/GEOM/input/shape_processing_operation.doc index ca438ada1..aa97ec32f 100644 --- a/doc/salome/gui/GEOM/input/shape_processing_operation.doc +++ b/doc/salome/gui/GEOM/input/shape_processing_operation.doc @@ -3,10 +3,10 @@ \page shape_processing_operation_page Shape Processing \n To produce a Shape Processing operation in the Main Menu -select Repair - > Shape Processing. + select Repair - > Shape Processing. \n This operation processes one or more shapes using various operators. -\n The \b Result will be a \b GEOM_Object. +\n The \b Result will be a \b GEOM.GEOM_Object. \n TUI Command: geompy.ProcessShape(Shape, Operators, Parameters, Values), where \em Shape is a processed shape, \em Operators @@ -15,6 +15,19 @@ is a list of operators ("FixShape", "SplitClosedFaces", etc.), etc), \em Values is a list of values of parameters placed in the same order as in the list of Parameters. +\note Shape Processing is useful not only on invalid shapes, + but also on the shapes, that are classified as valid by + the Check functionality. Use it, if an operation (for + example, Partition) fails. + Example of usage: +
    +
  1. Try to partition objects obj1 and obj2.
  2. +
  3. Partition fails.
  4. +
  5. Perform Shape Processing on objects obj1 and obj2.
  6. +
  7. Try to partition them again.
  8. +
+ See also \ref tui_limit_tolerance "TUI example". + \n In this dialog box you can select the object that you need to process, define its name and operators applied to it during processing. @@ -140,15 +153,15 @@ curves not having the same parameter. \n Example: -\image html image154.jpg +\image html image154.png
Shape before applying Shape Processing (FixShape operator). View # 1.
-\image html image156.jpg +\image html image156.png
Shape before applying Shape Processing (FixShape operator). View # 2.
-\image html image160.jpg +\image html image160.png
The same shape after applying Shape Processing.