Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_extrusion_alongpath.doc
1 /*!
2
3 \page create_extrusion_alongpath_page Pipe Construction
4
5 To generate a \b Pipe in the <b>Main Menu</b> select <b>New Entity - > Generation  - > Extrusion along a path</b>
6
7 \n To create an extruded \b Pipe shape, you need to define the <b>Base
8 Object</b> (vertex, edge, planar wire, face or shell), which will be extruded
9 and the <b>Path Object</b> (edge or wire) along which the <b>Base 
10 Object</b> will be extruded.
11 \n The \b Result of the operation will be a GEOM_Object (edge, face, shell,
12 solid or compsolid).
13
14 \n <b>TUI Command:</b> <em>geompy.MakePipe(baseShape, pathShape)</em>
15 \n <b>Arguments:</b> Name + 1 shape (vertex, edge, planar wire, face or
16 shell) serving as base object + 1 shape (edge or wire) for
17 definition of the path.
18
19 \image html pipe.png
20
21 <b>Example:</b>
22
23 \image html pipe_wire_edgesn.png
24
25 \image html pipesn.png
26
27 Our <b>TUI Scripts</b> provide you with useful examples of creation of
28 \ref tui_creation_pipe "Complex Geometric Objects".
29
30 */