Pipe Construction

To generate a Pipe in the Main Menu select New Entity - > Generation  - > Pipe

 

To create an extruded 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.

The Result of the operation will be a GEOM_Object (edge, face, solid or compsolid).

 

TUI Command: geompy.MakePipe(baseShape, pathShape)

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.

 

 

Example:

 

 

 

Our TUI Scripts provide you with useful examples of creation of Complex Geometric Objects.