Inputting Feet–Inches Values in AutoCAD
Context
- Course operates within an architectural drawing template in AutoCAD.
- Architectural template → default base unit = inch (no need to explicitly specify inches in most inputs).
Review of Correct Distance Entry Methods ("2 ft 6 in")
- 2′6
- Apostrophe ( ' ) = architectural tick → denotes feet.
- No quotation mark required because inches are the base unit.
- 2′6"
- Adds the inch symbol ( " ); optional but permissible.
- 2′−6"
- Incorporates dash as commonly seen in blueprint dimensions.
- 30
- Because 2 ft 6 in=30 in, entering the total inches directly is valid.
- 30"
- Same as above but explicitly appends inch symbol.
Review of Incorrect / Problematic Entry Methods
- "2 ft 6'", "2 ft 6"", "2 6"
- All contain a space between the two values.
- In AutoCAD, spacebar can trigger Enter → program stops reading after the first value.
- Result: AutoCAD only registers 2 ft, ignoring the “6 in.” component.
- "26" (typed as two-six with no tick)
- Interpreted as 26 in, not 2 ft 6 in (4 in. short).
- "2 ft, 6 in" (uses comma)
- AutoCAD interprets comma-separated pair as absolute XY coordinate (x,y), not a single linear distance.
Practical Habits & Tips
- Instructor will frequently:
- Convert mixed feet-inch dimensions straight to total inches for speed.
- Use the compact form: 2′6 (tick for feet, omit inch symbol).
- Remember: any whitespace risks being treated as Enter → avoid unless you intend to finish the command.
Looking Ahead
- Next video transitions to placing kitchen & bath fixtures; correct distance entry will be applied repeatedly.