You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

General Information

Basics - Views

Describes the different positions an object can be rendered in for AutoCAD.

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

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

  • 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 := concat("_-view",sp,"o",sp,"r",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 with the right side facing the user

viewrightside1
viewrightsidw1 := concat("_-view",sp,"o",sp,"r")

  • 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 := concat("_-view",sp,"se")

  • 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
  • No labels