Salome HOME
Implementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentati...
[modules/geom.git] / doc / salome / gui / GEOM / input / using_boolean_operations.doc
index 88152d543b6405af60335562b5e4d44b54d5834b..cfbb5f4446d3d7f612020c7d3df353ef1a31a8ba 100644 (file)
@@ -2,14 +2,22 @@
 
 \page using_boolean_operations_page Using Boolean Operations
 
-\n You can use the following boolean operations for construction of more
+For detail description of the Boolean operations please refer to
+<a href="SALOME_BOA_PA.pdf">this document</a>. 
+It provides a general review of the Partition and Boolean
+operations algorithms, describes the usage methodology and highlighs
+major limitations of these operations.
+
+You can use the following boolean operations for construction of more
 complex geometrical objects (2D & 3D elements):
 
 <ul>
-<li>\ref fuse_operation_page "Fuse"</li>
-<li>\ref common_operation_page "Common"</li>
-<li>\ref cut_operation_page "Cut"</li>
-<li>\ref section_opeartion_page "Section"</li>
+<li>\subpage fuse_operation_page "Fuse" - creates a shape from two shapes.</li>
+<li>\subpage common_operation_page "Common" - transforms the common part
+of two objects into an independent object.</li>
+<li>\subpage cut_operation_page "Cut" - cuts one shape with
+another. </li>
+<li>\subpage section_opeartion_page "Section" - creates a section between two shapes.</li>
 </ul>
 
 There is a general TUI command covering all these operations, which
@@ -36,7 +44,7 @@ Shape2 is the second argument of Cut operation;
 <em>geompy.MakeSection(Shape1, Shape2)</em>, where \em Shape1 and \em
 Shape2 is the second argument of Section operation;
 
-\n Our <b>TUI Scripts</b> provide you with useful examples of the use of 
+Our <b>TUI Scripts</b> provide you with useful examples of the use of 
 \ref tui_boolean_operations_page "Boolean Operations".
 
 */