To generate
Extrusion along a path
in the Main Menu select New Entity - > Generation -
> Extrusion along a path or click
button in the
toolbar.
To create an extruded Pipe shape, you need to define the Base Object (vertex, edge, planar wire, face or shell), which will be extruded and the Path Object (edge or wire) along which the Base Object will be extruded.
The Result of the operation will be a GEOM_Object (edge, face or shell, solid or compsolid).
TUI Command: geompy.MakePipe(baseShape, pathShape)
Arguments: Name + 1 shape (vertex, edge, planar wire, face or shell) serving as base object + 1 shape (edge or wire) for definition of the path.
Example:
|
|
Our TUI Scripts provide you with useful examples of creation of Complex Geometric Objects.