Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Inputs Needed to Call the Tee Cross Function
origin - a 3*1 matrix with x,y,z positions corresponding to the point where the tee will be drawn.
R1 - the inner radius of the main pipe.
R2 - the outer radius of the main pipe.
R3 - the outer radius of the three four larger pipes of the tee.
L - the length of the skinnier pipes of the tee.
H - the length of the three four larger pipes of the tee.

Inputs Defined within the Tee Function

...

Technical Program Outline

The Cross program is built on the Tee Program.

mirror3 - mirrors the tee around the centerline of the main pipe.

cylinder7 - creates a cylinder withing the cross.

subtract4 - subtracts the cylinder from the cross creating a hollow pipe.

viewfront2 -

mirror4 -

bigunion2 - Please see General Program Information for the Tee Program for relevant input definitions.