Salome HOME
Fix compilation error (conflict of OK name between OCCT Plate_Plate.hxx and GEOM...
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_complex_obj.doc
1 /*!
2
3 \page create_complex_obj_page Creating Complex Objects
4
5 <b>New entity -> Generation</b> sub-menu allows creating new geometric
6 objects by modification and multiplication of the existing objects:
7
8
9 <ul>
10 <li>\subpage create_extrusion_page "Extrude" a 2D object by vector,
11 creating a 3D object. </li>
12 <li>\subpage create_revolution_page "Revolve" an object around an
13 axis, creating a body of revolution.</li>
14 <li>\subpage create_filling_page  "Create a surface" from a set of edges.</li>
15 <li>\subpage create_extrusion_alongpath_page "Extrude an object along a path",
16 creating a more complex trajectory object.</li>
17 <li>\subpage create_pipe_path_page "Restore Path" of a pipe-like shape.</li>
18 <li>\subpage create_thickness_page "Add thickness" to objects.</li>
19 <li>\subpage create_groups_page "Generate Groups" for certain generation operations.</li>
20 </ul>
21
22 <b> New entity -> Advanced </b> sub-menu allows creating new geometric
23 objects using advanced algorithms:
24
25 <ul>
26 <li>\subpage create_smoothingsurface_page "Smoothing surface" from a
27   cloud of points. </li> 
28 </ul>
29
30 */