Versions Compared

Key

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

General Program Information

Basics - Torus

torus - a function that takes in the inputs of a point and two radii to render a 3D circular ring in AutoCAD.
torus(p1,R1,R2) :=

  • concat("_torus",sp,point(p1<0>),sp,stringit(R1),sp,stringit(R2),sp)