mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
7961b83044
This reverts commit 3cd92817cb
.
31 lines
897 B
Plaintext
31 lines
897 B
Plaintext
/*!
|
|
|
|
\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.
|
|
\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>
|
|
|
|
\image html suppress_faces1.png "The initial box"
|
|
|
|
\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".
|
|
|
|
*/
|