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

  1. A.  Dimensioning types
  2.     
  3. 1.Linear (used most)
  4.     a.Horizontal
  5.     b.Vertical
  6.     c.Aligned
  7.     d.Rotated
  8.     e.Baseline
  9.     f.Continue
  10. 2.Angular
  11.  
  12. 3.Diameter
  13.  
  14. 4.Radius
  15.  
  16. B.  Dimension Variables
  17.  
  18. 1.Dimscale
  19.     a.will change the dim. text by the factor of dimscale
  20.     b.usually set to 1.0
  21.     c.can be used when dimensioning a plan view which is a       
  22.       different scale then the rest of the drawing.
  23.     d.must be set back to factor 1.0 after use for special dim.
  24.  
  25. 2.Dimasz
  26.     a.arrow size scale factor usually set to dim. text height.
  27.     b.usually set in the default or base drawing or in the       
  28.       startup script.
  29.     c.can be changed to 0 for no arrow heads.
  30.     d.remember to reset
  31.  
  32. 3.Dimcen
  33.     a.marks the center line of a circle or arc.
  34.  
  35. 4.Dimexo
  36.     a.extension line offset from the object line
  37.  
  38. 5.Dimexe
  39.     a.distance extension line goes by the dimension line
  40.  
  41. 6.Dimdli
  42.     a.spaces dimension lines apart
  43.               |    dl
  44.               /-------
  45.      dl       |
  46.      - - - ---/
  47.               |
  48. 7.Dimtxt
  49.     a.dimension text height
  50.     b.not used if normal text style is set to other then 0
  51.  
  52. 8.Dimtih
  53.     a.controls orientation of dimension text
  54.     b.if on all text is horizontal
  55.     c.if off text all text same orientation as the dim. line
  56.  
  57.  
  58.  
  59.  
  60.  
  61. 9.Dimse1
  62.     a.if on first extension line is suppressed
  63.     b.if off first extension line is drawn
  64.  
  65. 10.Dimse2
  66.     a.same results as #9 but on second extension line
  67.  
  68. 11.Dimlfac
  69.     a.scale factor for dimensioning
  70.     b.usually set to 1.0
  71.  
  72. 12.Dimblk
  73.     a.use a defined-block inplace of arrow heads
  74.  
  75. 13.Dimaso
  76.     a.turns associative dimensioning on or off
  77.  
  78. 14.Dimpost
  79.     a.define a string to be concatenated to a dimension string
  80.     b.example: with fractional mode add a " to the end of the 
  81.       dim. text
  82.  
  83. Most dim. variables set in the base drawing and should not
  84.     be changed. Reference the Autocad manual for more detailed
  85.     explanations.
  86.  
  87. This outline was not written by me and should be checked or 
  88. revised as necessary.
  89.