Versions Compared

Key

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

...

viewtop1
viewtop1 := concat("_-view",sp,"o",sp,"t")

  • Definition:a variable that yields an AutoCAD command that appears at the end of a line of AutoCAD code which renders a 3D image in top view

viewtop
viewtop := concat("_-view",sp,"o",sp,"t",sp)

  • Definitiona variable that yields an AutoCAD command that appears at the beginning or middle of a line of AutoCAD code which renders a 3D image in top view

viewfront
viewfront := concat("_-view",sp,"o",sp,"f",sp)

...