*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
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)
...