home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / autocad / acadtut.arj / LESS3.EXE / LESS3.TXT < prev    next >
Text File  |  1990-08-10  |  4KB  |  96 lines

  1.                     Lesson 3   Page 1 of 2
  2. Mirror
  3. Explode
  4. Change
  5. Qtext
  6.  
  7. 1. Mirror
  8. The command mirror is useful for getting a mirror image of 
  9. entities on an existing drawing. It may also save time to draw 
  10. only one half of a detail and mirror it, so that both halves 
  11. are perfectly symmetrical.
  12. The objects are mirrored about a line defined by the user. This 
  13. line may be vertical, horizontal or angular, it important that 
  14. ortho mode be on or some strange effects may happen.
  15. You should also note that layers that are turned off or frozen 
  16. will not be mirrored.
  17. A system variable called mirrtext must be set to 0 for text to 
  18. be mirrored and not be in the mirror image mode. The command is 
  19. located on the tablet menu. This works only for text that is 
  20. horizontal.
  21. Vertical text will mirror but, you will find that the bottom 
  22. lines of text will become the top line, dimension text will end 
  23. up under the dimension lines and you will spend much time 
  24. moving it to the proper locations. You may be farther ahead to 
  25. erase the text and reenter it, you will have to make that 
  26. judgment.
  27.  
  28. 2. Explode
  29. The explode command is used to break down blocks and sometimes 
  30. dimensions and entities called polylines into their individual 
  31. entities.
  32. When a block is exploded it not only breaks down the block to 
  33. its individual lines, arcs, circles and text but it reverts the 
  34. entities back to the layer/layers which it was created on. A 
  35. block which was created on layer 0 will revert back to layer 0 
  36. and all entities within the block will loss the colors and 
  37. qualities that was assigned to them when they were inserted 
  38. into the drawing.
  39. Blocks that have been mirrored can not normally be exploded. A 
  40. special command called "expblk" has been written to do this 
  41. function.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                     Lesson 3   Page 2 of 2
  62. 3. Change
  63. As the name implies this command will change any entities 
  64. properties. Change works much the same as move or erase, in as 
  65. much as, you have to select the entities to change using single 
  66. pick, window or crossing. Change was meant to change the 
  67. location (x,y) of the end point of a line or several lines to a 
  68. new location. You may also change the properties of the 
  69. entities such as, layer, color, linetype, elevation and 
  70. thickness. It is not advisable to change the color of an 
  71. entity, in fact don't. It will only serve to confuse yourself 
  72. and other users as to what layer that entity resides. You may 
  73. change the placement of text by picking a new (change) point 
  74. then picking the text entity to move. You may also change the 
  75. text but, note, that this is done as one line of text and 
  76. therefore the entire line must be retyped. We have other 
  77. routines that are quicker and more accurate for modifying text, 
  78. please use them instead of change. Elevation and Thickness are 
  79. described in the manual and are not used much in our 
  80. application. Should you find that an entity or group of 
  81. entities is on the wrong layer the change command is a good way 
  82. to return them to the proper layer. Please be aware of the 
  83. color and line type characteristics for the layer you are 
  84. changing the entities too.
  85.  
  86. 4. QTEXT
  87. Qtext is short for Quick Text. When this command is invoked all 
  88. text existing in the drawing becomes represented by a rectangle 
  89. after a "regen". The text is no longer visible but the 
  90. rectangles appear as sort of a place holder for the text. The 
  91. advantage of qtext is that when a regen is performed the text 
  92. entities do not have to be mathematically calculated by the 
  93. computer hence making the regen much faster. The disadvantage 
  94. is that the text can no longer be read, until qtext is set to 
  95. "off" and another regen is forced by the command: "regen" <cr>.
  96.