Version: 6.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Groups Pages
PipeTShape

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:

  • R1 - Radius of the main T-shape pipe.
  • W1 - Thickness of the main T-shape pipe.
  • L1 - Length of the main T-shape pipe.
  • R2 - Radius of the incident T-shape pipe.
  • W2 - Thickness of the incident T-shape pipe.
  • L2 - Length of the incident T-shape pipe.
  • HexMesh - If True, the shape is splitted into blocks (suitable for hexaedral mesh).
  • P1 - First junction point of the main pipe (GEOM Vertex).
  • P2 - Second junction point of the main pipe (GEOM Vertex).
  • P3 - Junction point of the incident pipe (GEOM Vertex).


Advanced options Preview

pipetshape_dlg.png

Example:

pipetshape.png

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:

  • H - Height of the chamfer along the incident pipe.
  • W - Width of the chamfer along the main pipe.

Example:

pipetshapechamfer.png

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:

  • RF - Radius of the fillet.

Example:

pipetshapefillet.png

Our TUI Scripts provide you with useful examples of creation of Advanced objects.

Copyright © 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS