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

Compare with Current View Page History

Version 1 Next »

General Program Information

Basics - Cylinders

cylinderA
cylinderA(p1,R1,L) :=

  • a function that takes in the inputs of a point, radius. and length to render a cylinder perpendicular to the point given. This function is used at the beginning or middle of a line of AutoCAD code.

cylinderB
cylinderB(p1,R1,p2) :=

  • a function that takes in the inputs of two points and a radius to render a cylinder at any angle in space. This function is used at the beginning or middle of a line of AutoCAD code.

cylinderC
cylinderC(p1,R1,L) :=

  • a function that takes in the inputs of a point, radius. and length to render a cylinder perpendicular to the point given. This function is used at the end of a line of AutoCAD code.

cylinderD
cylinderD(p1,R1,p2) :=

  • a function that takes in the inputs of two points and a radius to render a cylinder at any angle in space. This function is used at the end of a line of AutoCAD code.
  • No labels