]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
small modification
authorrnc <rnc@opencascade.com>
Wed, 4 Jul 2012 11:27:16 +0000 (11:27 +0000)
committerrnc <rnc@opencascade.com>
Wed, 4 Jul 2012 11:27:16 +0000 (11:27 +0000)
doc/salome/gui/GEOM/input/partition_explanation.doc

index ad6c24c5baa5a841519ad34ba7f5d17aadc43620..ecc6410519c2cab6a4bec9210b84d0c261721cc2 100644 (file)
@@ -2,13 +2,13 @@
 
 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.
 
-\section Fuse
+\b Fuse
 
 The \b fuse operation will make a <b>single solid</b> from the two given solids :
 
 \image html fuse.png
 
-\section Partition
+\b Partition
 
 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). 
 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.
@@ -17,7 +17,7 @@ This operation allows you to identify different areas in a shape (e.g. different
 
 \image html partition.png
 
-\section Compound
+\b Compound
 
 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".
 The two solids remain unconnected. The compound is just a set of shapes, no more.