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

  1.  
  2.    3.2.4 CHANGE VIEWPORT
  3.  
  4.  
  5. The CHANGE VIEWPORT command is used to change the clipping rectangle or
  6. boundary of a viewport. The clipping rectangle for a viewport can only be
  7. made smaller than its original definition. Once a viewport has been defined,
  8. its size cannot be increased.
  9.  
  10.  
  11.    COMMAND FORMAT
  12.  
  13.       #CHANGE VIEWPORT :View x1 :Loc x2 x3
  14.  
  15.          or
  16.  
  17.       #CHANGE VIEWPORT FULL :View x1
  18.  
  19. If the FULL modifier is omitted, the required view is identified by 'x1'.
  20. The two locations 'x2' and 'x3' define the extents of a window which will
  21. become the new clipping rectangle for the viewport. The window definition
  22. must be inside the identified viewport. ( See fig. 3.5 ).
  23.  
  24.  
  25.    MODIFIERS
  26.  
  27. FULL           The FULL modifier is used to change the viewport clipping
  28.                rectangle to its full size - the original viewport definition
  29.                size. The viewport can be identified via IDENTS, or the
  30.                VIEWPORT modifier can be used to identify a viewport by name.
  31.  
  32. .VIEWPORT      The name of a viewport.
  33.  
  34.  
  35.