*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
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
...
