]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
small reorganization of transformation operations in the documentation in order to...
authorrnc <rnc@opencascade.com>
Tue, 17 Apr 2012 11:25:46 +0000 (11:25 +0000)
committerrnc <rnc@opencascade.com>
Tue, 17 Apr 2012 11:25:46 +0000 (11:25 +0000)
doc/salome/gui/GEOM/input/features.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/transformation_operations.doc
doc/salome/gui/GEOM/input/transforming_geom_objs.doc
doc/salome/gui/GEOM/input/using_boolean_operations.doc

diff --git a/doc/salome/gui/GEOM/input/features.doc b/doc/salome/gui/GEOM/input/features.doc
new file mode 100644 (file)
index 0000000..26a4d99
--- /dev/null
@@ -0,0 +1,20 @@
+/*!
+
+\page features_page Features
+
+Geometry module provides the following Features,
+which allow to:
+
+
+<ul>
+<li>Produce a \subpage fillet1d_operation_page "1D Fillet" on the
+            corners of a Wire with Planar Edges.</li>
+<li>Produce a \subpage fillet2d_operation_page "2D Fillet" on the corners of a Planar Face.</li>
+<li>Produce a \subpage fillet_operation_page "3D Fillet" on the selected
+            edges of an object.</li>
+<li>Produce a \subpage chamfer_operation_page "Chamfer" on the selected edges of an object.</li>
+<li>Remove matter from an object by producing an \subpage extruded_cut_operation_page "Extruded Cut".</li>
+<li>Add matter to an object by producing an \subpage extruded_boss_operation_page "Extruded Boss".</li>
+</ul>
+
+*/
index fedea7cfcab945e7748feb09f87cfe1b370a62d5..075973737f418e4212ebe513b6151992ef722f5e 100644 (file)
@@ -18,14 +18,6 @@ which allow to:
 <li>Create a \subpage projection_operation_page "Projection" of an object on a face.</li>
 <li>Create a simultaneous \subpage multi_translation_operation_page "Translation in several directions".</li>
 <li>Create a simultaneous \subpage multi_rotation_operation_page</li> "Rotation in several directions".</li>
-<li>Produce a \subpage fillet_operation_page "Fillet" on the selected
-            edges of an object.</li>
-<li>Produce a \subpage fillet1d_operation_page "1D Fillet" on the
-            corners of a Wire with Planar Edges.</li>
-<li>Produce a \subpage fillet2d_operation_page "2D Fillet" on the corners of a Planar Face.</li>
-<li>Produce a \subpage chamfer_operation_page "Chamfer" on the selected edges of an object.</li>
-<li>Remove matter from an object by producing an \subpage extruded_cut_operation_page "Extruded Cut".</li>
-<li>Add matter to an object by producing an \subpage extruded_boss_operation_page "Extruded Boss".</li>
 </ul>
 
 */
index 741df29487b9acbab26c4996018741c8640ca59b..573182a4d63499675156ed2b5894b462b84b350f 100644 (file)
@@ -6,11 +6,16 @@ The objects created in Salome can be processed with Transformation
 operations, which can be classified into:   
 
 <ul>
-<li>\subpage using_boolean_operations_page  "Boolean operations" using
-Boolean logical operators.</li>
+<li>\subpage using_boolean_operations_page  "Boolean operations", which allow combining objects
+with boolean logical operators.</li>
 <li>\subpage transformation_operations_page "Transformation operations", 
 which modify shape or location of the selected object.</li>
 
+<li>\subpage features_page "Features", 
+which allow adding or removing matter from an object.</li>
+
+<li>Operations with \subpage blocks_operations_page "Blocks".</li>
+
 <li>\subpage partition_page "Partition" operation, which creates a compound
 by intersection of several shapes with a tool object or a plane.</li>
 <li>\subpage archimede_page "Archimede" operation, which creates a
@@ -21,8 +26,6 @@ special case of \b Explode operation. </li>
 <li>\subpage shared_shapes_page "Get shared shapes" operation, a
 special case of \b Explode operation. </li>
 
-<li>Operations with \subpage blocks_operations_page "Blocks".</li>
-
 
 <li>\subpage restore_presentation_parameters_page "Restore presentation parameters". 
 This cross-operation functionality allows the resulting shape to
index cfbb5f4446d3d7f612020c7d3df353ef1a31a8ba..d0bca5b6a86e3b64dbf696ed8cdb9c2508b5e42e 100644 (file)
@@ -1,6 +1,6 @@
 /*!
 
-\page using_boolean_operations_page Using Boolean Operations
+\page using_boolean_operations_page Boolean Operations
 
 For detail description of the Boolean operations please refer to
 <a href="SALOME_BOA_PA.pdf">this document</a>.