To create a PipeTShape in the Main Menu select New Entity -> Primitives -> PipeTShape
Specify the parameters of the PipeTShape object in the opened dialog box and press "Apply" or "Apply & Close" button. The result of the operation will be a GEOM_Object.
TUI Command: geompy.MakePipeTShape(R1, W1, L1, R2, W2, L2, HexMesh=True, P1=None, P2=None, P3=None)
Arguments:
Advanced options Preview
Example:
A Pipe T-Shape can be created with a chamfer at the junction of the main and the incident pipes:
TUI Command: geompy.MakePipeTShapeChamfer(R1, W1, L1, R2, W2, L2, H, W, HexMesh=True, P1=None, P2=None, P3=None)
The arguments are the same as of the normal Pipe T-Shape plus:
Example:
A Pipe T-Shape can be created with a fillet at the junction of the main and the incident pipes:
TUI Command: geompy.MakePipeTShapeFillet(R1, W1, L1, R2, W2, L2, RF, HexMesh=True, P1=None, P2=None, P3=None)
The arguments are the same as of the normal Pipe T-Shape plus:
Example:
Our TUI Scripts provide you with useful examples of creation of Advanced objects.