--- /dev/null
+/*!
+
+\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>
+
+*/
<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>
*/
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
<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
/*!
-\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>.