Versions Compared

Key

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

...

viewtop1 - 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
viewtop1 := concat("_-view",sp,"o",sp,"t")

viewtop
viewtop := concat("_ - view",sp,"o",sp,"t",sp) a 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 viewtop := concat("_-view",sp,"o",sp,"ft",sp)

viewfront - a 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 front view
viewfront1
viewfront1 viewfront := concat("_-view",sp,"o",sp,"f",sp)

viewfront1 - a variable that yields an AutoCAD command that appears at the end of a line of AutoCAD code which renders a 3D image in front view
viewrightside
viewrightside viewfront1 := concat("_-view",sp,"o",sp,"rf",sp)

viewrightside - a variable that yields an AutoCAD command that appears at the beginning or middle of a line of AutoCAD code which renders a 3D image with the right side facing the user
viewrightside1
viewrightsidw1 viewrightside := concat("_-view",sp,"o",sp,"r",sp)

viewrightside1 - a variable that yields an AutoCAD command that appears at the end of a line of AutoCAD code which renders a 3D image with the right side facing the user
viewse
viewse viewrightsidw1 := concat("_-view",sp,"o",sp,"ser")

viewse - a variable that yields an AutoCAD command that appears at the end of a line of AutoCAD code which renders a 3D image in a south eastern view
viewse := concat("_-view",sp,"se")