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

Compare with Current View Page History

« Previous Version 2 Next »

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)
  • No labels