Thread Content
Question: What preparations are needed to start drawing? Answer: Sharpening the axe doesn’t delay chopping wood. Like hand-drawing, computer drawing also requires some necessary preparations. Such as setting layers, line types, annotation styles, target snapping, unit formats, drawing boundaries, etc. Many repetitive tasks can be prepared in advance using template files such as ACAD.DWT, so that they can be used right away when starting a new drawing. Question: What scale is good for drawing in AutoCAD? Answer: It is best to draw at a 1:1 ratio; the output ratio can be adjusted as desired. Drawing scale and output scale are two different concepts. When exporting, if \"1 unit of output = 500 units in drawing\", it means the output is done at a scale of 1/500; if \"10 units of output = 1 unit in drawing\", it means the output is enlarged by a factor of 10. There are many advantages to drawing at a 1:1 ratio. First, errors are easy to spot, as drawing based on actual dimensions makes it simple to identify any unreasonable settings regarding the sizes. Secondly, marking dimensions is very convenient; the software measures the values itself, and if a mistake is made in drawing, it can be detected by looking at the dimension values (of course, the software also allows setting the dimension scaling factor, but that still requires extra effort). Third, when copying partial graphics between different drawings or using blocks, since the scale is 1:1, it is easy to adjust the block size. Fourth, it is very convenient for assembling assembly drawings from part drawings or for breaking down assembly drawings into part drawings. Fifth, there is no need for complicated calculations of scaling up or down, which improves work efficiency and prevents errors that may occur during the conversion process. Question: What is the use of layers? Answer: Making reasonable use of layers can achieve twice the result with half the effort. When starting to draw, some basic layers are set up in advance. Each layer has its own specific purpose, and the advantage of this is that by creating just one graphic file, it is possible to generate many of the required drawings; modifications can also be made specifically to each layer. Question: What are command aliases? Answer: To make it easier to enter commands and avoid having to remember their full English names, command aliases (ALIAS) can be used in place of those commands. Entering C is equivalent to entering the CIRCLE command, while L is equivalent to the LINE command. Command aliases can **speed up the input of commands and improve drawing efficiency. Experienced users usually use their left hand to type commands and their right hand to move the mouse. Command aliases are set in the ACAD.PGP file, which can be edited using any text editor. AutoCAD provides the ALIASEDIT tool for modifying command aliases, allowing for interactive editing of aliases through a dialog box. Question: Before drawing, must the drawing limits (LIMITS) be set properly? Answer: When drawing a new diagram, it is best to set the drawing boundaries according to national standard sheet sizes. The graphic boundaries are like the size of a drawing sheet; when drawing, one works within these boundaries, making everything clear at a glance. It is convenient to print the diagrams drawn according to the interface, and automatic batch output of diagrams is also possible. Of course, some people are used to drawing multiple graphs in a single graphic file, in which case setting graph boundaries doesn’t make much sense. Question: After dimensioning, small white dots sometimes appear in the drawing and cannot be deleted. Why? Answer: When creating dimensions in AutoCAD, a DEFPOINTS layer is generated automatically to store information such as the locations of the dimension points; this layer is usually frozen. For some reason, these dots sometimes appear. To delete it, first thaw the DEFPOINTS layer before deleting. But note that if a point associated with a dimension is deleted, the corresponding dimension will also be deleted. Question: *I’m used to the full-screen crosshair in R12, but the cursor in R14 is very small. What should I do? Answer: You can click on the menu Tools\preferences\point device and set the cursor percentage to 100% (the default is 5%). The CURSORSIZE system variable can also be modified directly in the command line. Question: Is target snapping (OSNAP) useful? Answer: It’s very useful. Especially when drawing mechanical drawings that require high precision, target capture is the best tool for accurate positioning. Autodesk also attaches great importance to this; with each version update, the performance of the target capture feature improves significantly. Never use the cursor line to select a point directly, as such a point cannot be very accurate. Question: Why aren’t the drawn cross-hatching lines or dimension lines continuous? Answer: The hatch lines and dimension annotations created in AutoCAD can all have line type properties. If the current line type is not a continuous one, then the drawn profile lines and dimension lines will not be continuous.