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

Compare with Current View Page History

Version 1 Current »

General Program Information

Basics - Shademode

This variable sets the properties of the visual styles of AutoCAD models.

shademode2dwire - Displays the objects using lines and curves to represent the boundaries. Raster and OLE objects, linetypes, and lineweights are visible.
shademode2dwire :=

  • concat("shademode",sp,"2")

shademode3dwire - Displays the objects using lines and curves to represent the boundaries.
shademode3dwire :=

  • concat("shademode",sp,"3")

shademode3dhid - Displays the objects using 3D wireframe and hides lines and curves representing back faces.
shademode3dhid :=

  • concat("shademode",sp,"h")

shademodereal - Displays the objects with realistic view.
shademodereal :=

  • concat("shademode",sp,"r")

shademodeconcept - Displays the objects with less realistic view, but with more details.
shademodeconcept :=

  • concat("shademode",sp,"2")
  • No labels