*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
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 the inner radius of the pipe
Pipelength - the length of the pipe
...
subtract <-- subtract(p2,p3)
p2 =
- x : origin0 + outerradius(2* pipeinr)
- y : origin1
- z : origin2
p3 =
- x : origin0 + outerradius(2*pipeinr)
- y : origin1
- z : origin2
