Salome HOME
This commit was generated by cvs2git to create tag 'V4_1_0rc1'.
[modules/geom.git] / doc / salome / gui / GEOM / input / shapesonshape.doc
1 /*!
2
3 \page shapesonshape_page Get Shapes on Shape
4
5 This operation is a special case of <b>Explode</b> operation. It produces a group of sub-shapes of the explosed shape, which are located in a definite way relatively another reference shape.
6
7 To use this operation, select in the Main Menu <b>Operations -> Get Shapes on Shape.</b> The following dialog box will appear. 
8
9 \image html shapesonshape.png
10
11 <ul>
12 <li> <b>Name</b> is the name of the resulting group of shapes; </li>
13 <li> <b>Shape for exploding</b> is the shape that will be exploded; </li>
14 <li> <b>Shape for checking</b> is the reference shape; </li>
15 <li> <b>Reconstruction Limit</b> is the type of created sub-shapes:
16                        solid, shell, face, wire, edge, vertex; </li>
17 <li> <b>State</b> is the position of the created sub-shapes relatively the reference shapes:
18         <ul>
19         <li> IN - the created sub-shapes are located inside the reference shape; </li>
20         <li> OUT - the created sub-shapes are located outside the reference shape; </li>
21         <li> ON - the created sub-shapes lie on the reference shape; </li>
22         <li> ONIN - the created sub-shapes lie on the reference shape or are located inside it; </li>
23         <li> ONOUT - the created sub-shapes lie on the reference shape or are located outside it; </li>
24         </ul> </li>
25 </ul>
26
27 Example: 
28
29 In the images below the box is the exploded shape and the cylinder is the reference shape. In the first image the edge IN the reference cylinder is highlighted in red, in the second the edges OUT of the reference cylinder are highlighted.
30
31 \image html shonshex1.png
32 \image html shonshex2.png
33
34  
35 */