|
Creating Linetypes:
- Always begin with the "alignment field" which in AutoCAD is always "A"
- Next select the dash length (1 is a dash one inch long)
- The space is set with - and then the length (-.1 is a space 1/10th of an inch long)
- The linetype will repeat automatically.
For example: A, 1, -.1,.1,-.1,.1,-.1 creates ________ __ __ repeating.
File Extensions in AutoCAD include:
- .DWG (drawing)
- .BAK (backup)
- .SHX (font)
- .PGP
- .MNS (menu source file)
- .MNC (compiled menu file)
- .PCP
- .PC2
- .PC3
- .DWF (e plot - internet)
- .DWT (templates)
- .DWS (standards)
AutoLISP (PREFIX notation)
- Add 1.0 plus 2.0 is (+ 1.0 2.0)
- Subtract 3 from 4 is (- 4.0 3.0)
- Multiply 5.0 by 5.0 is (* 5.0 5.0)
- Divide 20.0 by 4.0 is (/ 20.0 4.0)
Multiple Drawings (MDE)
The best way to copy an object from one drawing to another is with a right-click and the 'copy" or "copy with base point"
option. (it allows more accurate placement
However,you can also use "drag and drop" to copy objects from one drawing to another: Select the object, press the control
key and pick and drag the object from one drawing to the other. (this cannot be done if a grip point has been selected)
Layer Names (and all named object in AutoCad)
- may have up to 255 characters
- may consist of letters, numbers and spaces
- you may not use: <,>,/,\,",?,*,=,',:,;,[ or ,
- you may not use special characters (such as Unicode fonts)
AutoCAD 2000 Certification Study Guide
AutoCAD Certification Prep Home Page
|