General Program Information

Basics - Extrude

extrudeA -
extrudeA(p1,L,ataper) :=

  • concat("_extrude",sp,point(p1<0>),sp,sp, stringit(L),sp,stringit(0),sp,sp)

extrude - a function with uses a point to select an object and elongates an object by a specified length.
extrude(p1,L) :=

  • concat("_extrude",sp,point(p1<0>),sp,sp,stringit(L),sp) if acadversion = 2006
  • concat("_extrude",sp,point(p1<0>),sp,sp,stringit(L)) if acadversion = 2008
  • concat("_extrude",sp,point(p1<0>),sp,sp,stringit(L)) otherwise
  • No labels