...
- x = manifold.origin0 + manifoldoutr*cos(pi/3) + 2zc
- y = manifold.origin0 + manifoldoutr*sin(pi/3) + 2zc
ND = NDManifold
R3 = radhole
L = tanklength
n1 = floor(tanklength/orificedist)
n2 = 1
d1 = orificedist
win1 =
- x = manifold.origin0 - manifoldoutr
- y = manifold.origin1 - manifoldoutr
- z = manifold.origin2
win2 =
- x = manifold.origin0 + manifoldoutr + zc
- y = manifold.origin1 + manifoldoutr + zc
- z = manifold.origin2
EN = ENPipeSpec
Note: zc corresponds to the zoom constant used within AutoCAD and created in the basics file that is referenced by the pipe program.
...
The Manifold program is build on the Sludge Pipe Program.
zoomwin - zooms on a window space
pipe1 - draws a pipe (from the pipe program)
cylinder1 - draws a cylinder with pipeoutr as radius
cylinder2 - draws a cylinder with pipeinras radius
cylinder3 - is to draw a cylinder for orifice purpose
*viewrightside - change view to viewrightside
...