/*! \page create_pipetshape_page PipeTShape To create a \b PipeTShape in the Main Menu select New Entity -> Primitives -> PipeTShape The dialog for definition of PipeTShape parameters and options is split into three tabs. \n Main parameters: \image html pipetshape1.png \image html pipetshape2.png \n Thickness reduction \image html pipetshape3.png This tab allows applying, if necessary, thickness reductions at the open ends of the T-shape pipe (two ends of the main pipe and one end of the incident pipe). For each end it is possible to define: \image html pipetshape4.png \n Position By default the PipeTShape is created at the center of coordinates and oriented by XY (main pipe) and XZ (incident pipe) axes, but it is possible to define a custom \b Position. \image html pipetshape5.png Advanced options: \ref preview_anchor "Preview" - displays the resulting shape in the viewer before \b Apply command. 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. \n TUI Commands: There are three different TUI commands for PipeTShape creation: The following arguments can be used with these commands: - \b R1 - Radius of the main pipe. - \b W1 - Thickness of the main pipe. - \b L1 - Length of the main pipe. - \b R2 - Radius of the incident pipe. - \b W2 - Thickness of the incident pipe. - \b L2 - Length of the incident pipe. - \b HexMesh - If True, the shape is split into blocks (suitable for hexahedral mesh). - \b P1 - First junction point of the main pipe (GEOM Vertex). - \b P2 - Second junction point of the main pipe (GEOM Vertex). - \b P3 - Junction point of the incident pipe (GEOM Vertex). - \b H - Height of the chamfer along the incident pipe (used only with geompy.MakePipeTShapeChamfer command). - \b W - Width of the chamfer along the main pipe (used only with geompy.MakePipeTShapeChamfer command). - \b RF - Radius of the fillet (used only with geompy.MakePipeTShapeFillet command). - \b theRL - Internal radius of left thickness reduction. - \b theWL - Width of left thickness reduction. - \b theLtransL - Length of left transition part. - \b theLthinL - Length of left thin part. - \b theRR - Internal radius of right thickness reduction. - \b theWR - Width of right thickness reduction. - \b theLtransR - Length of right transition part. - \b theLthinR - Length of right thin part. - \b theRI - Internal radius of incident thickness reduction. - \b theWI - Width of incident thickness reduction. - \b theLtransI - Length of incident transition part. - \b theLthinI - Length of incident thin part. Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_pipetshape "Advanced objects". */