Versions Compared

Key

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

...

Inputs needed to call the tank function

tanktank~.originorigin~ - a 3 by 1 matrix with x,y,z positions corresponding to the point where the tank will be drawn
tank tank~.dimdim~ - a 3 by 1 matrix with x,y,z positions corresponding to the length, width, and height of the tank
thick - the thickness of the wall of the tank

...

  • x : tank.origin0 - tank.dim0 - zc
  • y : tank.origin1 + tank.dim1 + zc
  • z : tank.origin2 + tank.dim2

Note: zc corresponds to the a zoom constant within AutoCAD and can be found used within Autocad. It is defined in the basics file that is referenced by the tank program.

Technical Program Outline

...