Tube
Tube feature creates a tube solid.
To create a Tube in the active part:
select in the Main Menu Primitives - > Tube item or
click
Tube button in the toolbar
The following property panel appears.
Tube
Input fields:
rmin defines the inner radius of the the tube;
rmax defines the outer radius of the the tube;
height defines the height of the the tube;
TUI Command:
- model.addTube(Part_doc, rmin, rmax, height)
- Parameters:
part – The current part object.
real – rmin.
real – rmax.
real – height.
- Returns:
Result object.
Result
An example is shown below.
Tube created
See Also a sample TUI Script of Create Tube operation.