*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
viewfront
viewfront := concat("_-view",sp,"o",sp,"f",sp)
- Definition: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")
- Def: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)
- def: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")
- def: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")
- def: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