/*!
\page create_geom_obj_page Creating geometrical objects
Salome Geometry module provides the toolset allowing to create a vast
range of geometrical objects, from points to complex extrusions:
- create \subpage create_basic_geom_obj_page "Basic objects" - points,
lines, circles...
- create \subpage create_primitives_page "Primitives" - cubes, spheres, cones...
- create \subpage create_complex_obj_page "Complex objects" by
extrusion, rotation, interpolation of other objects.
- create and edit \subpage work_with_groups_page "Groups of objects" of
lower dimension, which belong to the objects of higher dimension.
- \subpage build_by_blocks_page "Build by blocks" faces from
edges and solids from faces.
- \subpage create_explode_page "Explode" objects of higher dimension
into sub-objects of lower dimension.
- create \subpage create_topological_obj_page "Topological objects" - edges, wires, shells...
\note It is possible to use the variables defined in the SALOME \b NoteBook
to specify the numerical parameters for creation of any object.
*/