*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
Describes the different positions an object can be rendered in for AutoCAD.
viewtop1
viewtop1 := concat("_ - view",sp,"o",sp,"t") 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)
...