Difficulty: Easy
Correct Answer: set the grid to isometric
Explanation:
Introduction / Context:
AutoCAD supports isometric drafting by adjusting the snap/grid and cursor to the three isometric axes. Proper initialization saves time and prevents errors when placing edges at 30 degrees and verticals, and when drawing isocircles on the correct isoplane.
Given Data / Assumptions:
Concept / Approach:
Setting the grid (and snap) to isometric reorients the crosshair and snap increments to match the left, right, and top isoplanes. This facilitates drawing edges at correct orientations and simplifies subsequent use of the Ellipse–Isocircle option for circular features. Layers, OSNAP, and ORTHO are secondary considerations and vary per user preference; the critical first step is enabling isometric behavior in the grid/snap system.
Step-by-Step Solution:
Verification / Alternative check:
With isometric grid active, cursor axes and crosshair align to isometric directions, confirming correct setup before drawing begins.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
set the grid to isometric
Discussion & Comments