]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/creating_geom_objects.doc
Salome HOME
Merge from V6_5_BR 05/06/2012
[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_adv_obj_page "Advanced geometrical objects" - Pipe TShape...</li>
13 <li>create \subpage create_complex_obj_page "Complex objects" by
14 extrusion, rotation, interpolation of other objects.</li>
15 <li>create and edit \subpage work_with_groups_page "Groups of objects" of
16 lower dimension, which belong to the objects of higher dimension.</li>
17 <li>\subpage build_by_blocks_page "Build by blocks" faces from
18 edges and solids from faces.</li>
19 <li>\subpage create_explode_page "Explode" objects of higher dimension
20 into sub-objects of lower dimension.</li> 
21 <li>create \subpage create_topological_obj_page "Topological objects" - edges, wires, shells...</li>
22 </ul>
23
24 \note It is possible to use the variables defined in the SALOME \b NoteBook
25  to specify the numerical parameters for creation of any object.
26
27
28 */