General Program Information

Basics - Move

move - a variable that gives an AutoCAD command that shifts the location of an object.
move(p1,p2,p3) :=

  • concat("_move",sp,point(p1<0>),sp,sp,point(p2<0>),sp,"@"point(p3<0>))
  • No labels