Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

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