home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / cad / xcad3000 / xcdoc / selenv < prev    next >
Text File  |  1995-07-10  |  5KB  |  102 lines

  1.  
  2.    3.1.11 SELECT ENVIRONMENT
  3.  
  4.  
  5. The SELECT ENVIRONMENT command contains a number of options allowing you to
  6. alter various environmental variables within X-CAD.
  7.  
  8.  
  9.    MODIFIERS
  10.  
  11. AUTOMENUS      The AUTOMENUS modifier is used with one of the following
  12.                modifiers to toggle the use of automenus.
  13.  
  14. .ALL           Toggle all system automenus on or off.
  15.  
  16. .VERBNOUN      Toggle the verb-noun automenus on or off.
  17.  
  18. .MODIFIERS     Toggle the modifier automenus on or off.
  19.  
  20. .IDENTS        Toggle the IDENTS automenus on or off.
  21.  
  22. ARCQUALITY     All curves on X-CAD such as arcs, ellipses and splines, are
  23.                drawn as a series of connected line segments. The ARCQUALITY
  24.                modifier can be used to adjust the number of segments that
  25.                make up a single curve.
  26.  
  27.                When plotting a drawing on a high resoloution raster plotter,
  28.                the fact that curves are made up of line segments may be
  29.                visible. To obtain the smoothest possible looking curve on
  30.                a plotter, it may be necessary to adjust the arc quality to
  31.                a higher precision to obtain the desired results. This is
  32.                done in 2 stages:
  33.  
  34.                   #SELECT ENVIRONMENT ARCQUALITY value    ( see below )
  35.  
  36.                will set a new curve precision. Only entities created after
  37.                this command will use the new value though. To change any
  38.                current entities to the new curve precision, the command
  39.  
  40.                   #REBUILD GRAPHICS CURVEONLY
  41.  
  42.                must be used. This will rebuild the graphics display list
  43.                for any entities that contain curves to the current
  44.                ARCQUALITY setting.
  45.  
  46.                Note, the ARCQUALITY setting also affects the number of
  47.                locations that are returned when using GENERATE or CHAIN
  48.                in IDENTS.
  49.  
  50.                The ARCQUALITY settings are as follows:
  51.  
  52.                   XCOARSE     Generates very low precision curves, but as
  53.                               these curves are made up of fewer line
  54.                               segments the display speed is greatly in-
  55.                               creased. When higher precision curves are
  56.                               required such as for plotting, the SELECT
  57.                               DISPLAY ARCQUALITY / REBUILD GRAPHICS combi-
  58.                               nation can be used.
  59.  
  60.                   COARSE      Generates low precision curves.
  61.  
  62.                   MEDIUM      Generates medium precision curves. This is
  63.                               the default setting.
  64.  
  65.                   FINE        Generates high precision curves.
  66.  
  67.                   XFINE       Generates the highest precision curves.
  68.  
  69. UNDO           The UNDO modifier is used with the following modifiers to
  70.                alter the size of the undo buffer used with the UNDO LAST
  71.                command.
  72.  
  73. .BUFFERSIZE    Allows a new undo buffer buffer-size to be entered. The
  74.                modifier is follwed by the new buffer-size in kilobytes, ie
  75.                BUFFERSIZE 16 for a new buffer-size of 16384 bytes.
  76.  
  77. .LIST          List the current size of the undo buffer.
  78.  
  79. AUTORETURN     Allows auto-return to be toggled on or off. Auto-return is
  80.                a feature in IDENTS that is used to automatically move on to
  81.                the next stage of an IDENTS stream when the required number of
  82.                locations of selections has been entered. If AUTORETURN is ON,
  83.                the 'action' key or colon does not need to be used to move on
  84.                to the next stage of the command in IDENTS in cases where it
  85.                is normally required to be entered after a set number of
  86.                locations or selections has been entered.  
  87.  
  88. REDRAW         The REDRAW modifier is used to toggle the display of redraws
  89.                in commands such as ECHO LAYER or ECHO DEPTH. If REDRAW is
  90.                selected OFF, no command will redraw the screen except for
  91.                REDRAW DISPLAY. This modifier is usually used in execute
  92.                files to speed up execution.
  93.  
  94. ECHO           The ECHO modifier is used to toggle the display of all
  95.                output to the console window. This modifier is usually
  96.                used in execute files to speed up execution.
  97.  
  98. FILEREQ        The FILEREQ modifier is used to toggle the display of
  99.                file requesters displayed by commands such as OPEN DRAWING
  100.                or DRAW SYMBOL.
  101.  
  102.