Versions Compared

Key

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

General Program Information

Input Definitions

...

Inputs Needed to Call the Pipe Function
Origin - a 3*1 matrix with x,y,z positions corresponding to the point where the pipe will be drawn
Pipeinr

...

- th inner radius of the

...

pipe
Pipe

...

length - the

...

length of the pipe

Inputs Defined within the Pipe Function
p2 =

  • x : origin0 + outerradius(2*pipeinr)
  • y : origin1
  • z : origin2
    p3 =
  • x : origin0 + pipeinr
  • y : origin1
  • z : origin2
    win1 =
  • x : origin0 - outerradius(2*pipeinr)
  • y : origin1 - outerradius(2*pipeinr)
  • z : origin2
    win2 =
  • x : origin0 + outerradius(2*pipeinr)
  • y : origin1 + outerradius(2*pipeinr)
  • z : origin2

Pipeoutr - the outer radius of the pipe, found from the pipe database using the outerradius(2*Pipeinr) function

Technical Program Outline

...