/*! \page create_extrusion_alongpath_page Pipe Construction To generate a \b Pipe in the Main Menu select New Entity - > Generation - > Extrusion along a path \n To create an extruded \b Pipe shape, you need to define the Base Object (vertex, edge, wire, face or shell), which will be extruded and the Path Object (edge, face or shell) along which the Base Object will be extruded. \n The \b Result of the operation will be a GEOM_Object (edge, face, solid or compsolid). \n TUI Command: geompy.MakePipe(baseShape, pathShape) \n Arguments: Name + 1 shape (vertex, edge, wire, face or shell) serving as base object + 1 shape (edge, face or shell) for definition of the path. \image html pipe.png Example: \image html pipe_wire_edgesn.png \image html pipesn.png Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_pipe "Complex Geometric Objects". */