Salome HOME
small modification
[modules/geom.git] / doc / salome / gui / GEOM / input / partition_explanation.doc
1 /*!\page partition_explanation Fuse, Partition and Compound usage
2
3 It is frequently asked about the difference between the above mentioned operations. It's indeed simple. Lets take the example of a cylinder and a box that you want to join together.
4
5 \b Fuse
6
7 The \b fuse operation will make a <b>single solid</b> from the two given solids :
8
9 \image html fuse.png
10
11 \b Partition
12
13 The \b partition operation will do basically the same but it will <b>keep a face at the frontier between the two solids</b> (in brown on the picture below). 
14 This face is shared by the two solids, which means that this face is present only one time in the resulting shape and is a sub-shape of the box and a sub-shape of the cylinder.
15
16 This operation allows you to identify different areas in a shape (e.g. different materials) and to ensure a conformal mesh when meshing it later. Indeed the face at the frontier is meshed only one time. 
17
18 \image html partition.png
19
20 \b Compound
21
22 When you build a \b compound by using the build -> compound operation you just make <b>an object that contains the two separate solids</b> like in a "bag".
23 The two solids remain unconnected. The compound is just a set of shapes, no more.
24
25 \image html compound2.png
26
27 */