geom/doc/salome/gui/GEOM/input/suppress_faces_operation.doc

31 lines
897 B
Plaintext
Raw Normal View History

/*!
\page suppress_faces_operation_page Suppress Faces
\n To produce a <b>Suppress Faces</b> operation in the <b>Main
Menu</b> select <b>Repair - > Suppress Faces</b>.
\n This operation suppresses a face of a shape. This operation is
available in <b>OCC Viewer</b> only.
\n The \b Result will be a \b GEOM_Object (ListOfGeomShapes).
\n <b>TUI Command:</b> <em>geompy.SuppressFaces(Shape, ListOfID),</em>
where \em Shape is a shape to be processed, \em ListOfID is a list of faces
ID's to be removed.
2012-08-09 13:58:02 +06:00
\n <b>Arguments:</b> Name + 1 shape + Faces which should be removed
(you can select them in the 3D viewer).
\image html repair2.png
\n <b>Example:</b>
2009-02-13 17:16:39 +05:00
\image html suppress_faces1.png "The initial box"
2009-02-13 17:16:39 +05:00
\image html suppress_faces2.png "The box with suppressed faces"
Our <b>TUI Scripts</b> provide you with useful examples of the use of
\ref tui_suppress_faces "Repairing Operations".
2012-08-09 13:58:02 +06:00
*/