Salome HOME
Merge from V7_3_BR branch 18/12/2013
[modules/geom.git] / doc / salome / gui / GEOM / input / suppress_internal_wires_operation.doc
1 /*!
2
3 \page suppress_internal_wires_operation_page Suppress Internal Wires
4
5 \n To <b>Suppress Internal Wires</b> in the <b>Main Menu</b> select
6 <b>Repair - > Suppress Internal Wires</b>.
7
8 \n This operation removes all internal wires or specified internal
9 wires from user specified shapes. This operation is available in <b>OCC
10 Viewer</b> only.
11
12 \n The \b Result will be a \b GEOM_Object. 
13
14 \n <b>TUI Command:</b> <em>geompy.SuppressInternalWires(Shape, Wires),
15 </em> where \em Shape is a shape where wires are to be removed, \em Wires is a
16 list of wires ID's to be removed; if the list is empty then all
17 internal wires are removed.
18
19 <b>Arguments:</b>
20 <ul>
21 <li>Name of the resulting object</li>
22 <li>User specified shape</li>
23 <li>User specified internal wires (lying on this shape except for its
24 boundary), or all internal wires if <b>Remove all internal wires</b> box is
25 checked </li>
26 </ul>
27
28 \image html repair4.png
29
30 \n <b>Example:</b>
31
32 \image html supp_int_wires1.png "The box with internal wires"
33
34 \image html supp_int_wires2.png "The internal wires have been suppressed"
35
36 Our <b>TUI Scripts</b> provide you with useful examples of the use of
37 \ref tui_suppress_internal_wires "Repairing Operations".
38
39 */