Salome HOME
Synchronize adm files
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_geom_objects.doc
1 /*!
2
3 \page create_geom_obj_page Creating geometrical objects
4
5 Salome Geometry module provides the toolset allowing to create a vast
6 range of geometrical objects, from points to complex extrusions: 
7
8 <ul>
9 <li>create \subpage create_basic_geom_obj_page "Basic objects" - points,
10 lines, circles...</li>
11 <li>create \subpage create_primitives_page "Primitives" - cubes, spheres, cones...</li>
12 <li>create \subpage create_complex_obj_page "Complex objects" by
13 extrusion, rotation, interpolation of other objects.</li>
14 <li>create and edit \subpage work_with_groups_page "Groups of objects" of
15 lower dimension, which belong to the objects of higher dimension.</li>
16 <li>\subpage build_by_blocks_page "Build by blocks" faces from
17 edges and solids from faces.</li>
18 <li>\subpage create_explode_page "Explode" objects of higher dimension
19 into sub-objects of lower dimension.</li> 
20 <li>create \subpage create_topological_obj_page "Topological objects" - edges, wires, shells...</li>
21 </ul>
22
23 \note It is possible to use the variables defined in the SALOME \b NoteBook
24  to specify the numerical parameters for creation of any object.
25
26
27 */