You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Note: All coordinates are referenced in top view in the program unless otherwise specified

Input Definitions

  • Origin is a 3*1 matrix with x,y,z positions corresponding to the point where the pipe will be drawn
  • Pipeinr is the radius of the inner cylinder
  • Pipeoutr is the radius of the outer cylinder
  • Pipelength is the length of the pipe

 
Technical Program Outline

zoomwin - zooms on a window space

cylinder1 - draws a cylinder with pipeoutr as radius

cylinder2 - draws a cylinder with pipeinr as radius

subtract1 - subtracts cylinder2 from cylinder1 to create a hollow pipe

  • No labels