*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
| Wiki Markup |
|---|
h1. General |
...
Basics - Views
Describes the different positions an object can be rendered in for AutoCAD.
...
Information h2. Basics - Views Describes the different positions an object can be rendered in for AutoCAD. {float:left|border=1px solid black} [!AutoCAD Views Topview.JPG|width=120px!|AutoCAD Pipe Program] {float} \\ *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") |
...
{float:left|border=1px solid black} [!AutoCAD Views Topview.JPG|width=120px!|AutoCAD Pipe Program] {float} \\ *viewtop* - 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 viewtop := concat("_-view",sp,"o",sp,"t",sp) |
...
{float:left|border=1px solid black} [!AutoCAD Views Frontview.JPG|width=120px!|AutoCAD Pipe Program] {float} \\ *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 viewfront := concat("_-view",sp,"o",sp,"f",sp) |
...
{float:left|border=1px solid black} [!AutoCAD Views Frontview.JPG|width=120px!|AutoCAD Pipe Program] {float} \\ *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 viewfront1 := concat("_-view",sp,"o",sp,"f") |
...
{float:left|border=1px solid black} [!AutoCAD Views Rightview.JPG|width=120px!|AutoCAD Pipe Program] {float} \\ *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 viewrightside := concat("_-view",sp,"o",sp,"r",sp) |
...
{float:left|border=1px solid black} [!AutoCAD Views Rightview.JPG|width=120px!|AutoCAD Pipe Program] {float} \\ *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 viewrightsidw1 := concat("_-view",sp,"o",sp,"r") |
...
{float:left|border=1px solid black} [!AutoCAD Views SE.JPG|width=120px!|AutoCAD Pipe Program] {float} \\ *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") |