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

  1.  
  2.    7.2.3 SCALE ENTITY
  3.  
  4.  
  5. The SCALE ENTITY command is used to scale or scale and copy a group of
  6. entities.
  7.  
  8.  
  9.    COMMAND FORMAT
  10.  
  11.       #SCALE ENTITY SCALE value [modifiers] :Ent ... :Loc x1 :Ent ...
  12.  
  13. The entities to be scaled or scaled and copied are selected at the Ent
  14. prompt. The location 'x1' defines the local origin for the scale transfor-
  15. mation. ( See fig. 7.19 ).
  16.  
  17.  
  18.    MODIFIERS
  19.  
  20. COPY           The COPY modifier is used to create a new copy of the entities
  21.                that were identified. The original entities are left intact
  22.                while new entities are created at the specified scale and
  23.                origin. ( See fig. 7.20 ).
  24.         
  25.                Without the COPY modifier, the original entities are scaled.
  26.  
  27. .ACTIVELAYER   When entities are copied using the SCALE ENTITY command, the
  28.                new entities will be created on the same layer as the original
  29.                entities. If the ACTIVELAYER modifier is used, the new
  30.                entities will be created on the current active layer.
  31.  
  32. .ACTIVEDEPTH   When entities are copied using the SCALE ENTITY command, the
  33.                new entities will be created on the same depth as the
  34.                original entities. If the ACTIVEDEPTH modifier is used, the
  35.                new entities will be created on the current active depth.
  36.  
  37. SCALE          Requires a positive vale defining the scale factor. A value
  38.                of 2.5 will enlarge the entities to two and a half times
  39.                their original size. A scale of .5 will reduce the entities
  40.                to half of their original size.
  41.  
  42. NOTEXTSCALE    This modifier is used to inhibit the scaling of text. The
  43.                location of any text entity is affected by the scale, but
  44.                the text height and width remain unchanged.
  45.  
  46. NODIMSCALE     This modifier is used to inhibit the scaling of parameters
  47.                associated to dimension entities. The dimension layout is
  48.                scaled, but the dimension arrowheads, lead and extension gaps
  49.                will remain the same. ( See fig. 7.21 ).
  50.  
  51.  
  52.