HCBBS Forum (English)
Submit Chemical Projects / Find Solutions
Amplify Your Requirements on a Broader Chemical Platform *Engineering · Technology · Equipment · Solutions*
Submit Request

Essentials of AutoCAD Tips

2007-12-24View Original

Thread Content

1. Selection techniques When selecting elements for editing, it’s possible to accidentally select too many of them. In such cases, there’s no need to cancel the command and start over; instead, simply enter “remove” after the “Select target” prompt, then choose one by one the elements that were selected in excess (try not to select too many, or it will be difficult to choose!). When making selections, type any two letters, such as “mn”. You’ll then see a list of options appear in the command line, including “fence”, “wc”, “wf”, etc., which is very convenient.   2. AutoCAD cropping techniques As shown in the figure, to crop the lines outside a certain circle (or any other boundary) in the right-side image, the usual method is to select the cropping boundary first and then the line segments that need to be cropped. In fact, AutoCAD offers a simpler way to do this, as follows: (1) Execute the cropping command as usual, and select the cropping boundary (press Enter to confirm) ;   ⑵. When prompted to select the line segment element to be clipped, enter “f” (i.e., fence) and press Enter to confirm ;   ⑶. As indicated under \"First Fence point\", draw a continuous rubber-band-like straight line that intersects the segment to be clipped, then press Enter to confirm (see illustration).   Two points still need attention: 1. The straight line of the rubber band does not need to be closed ; 2. When the rubber band’s straight line intersects the segment to be cut multiple times, cut off the part from the next intersection onward (this is very important).   3. Selection techniques Users can select targets one by one using the mouse, with each selected target being added to the selection set. In addition, AutoCAD provides various window-based methods for selecting targets, such as Window (by typing “w” to respond to Select object: or by drawing a rectangular box from right to left on the screen to respond to Select object:), Crossing (by typing “C” to respond to Select object: or by drawing a rectangular box from left to right on the screen to respond to Select object:), Cpolygon (by typing “CP” to respond to Select object:), and Wpolygon (by typing “WP” to respond to Select object:]. The Window and Crossing methods use rectangular windows, while Wpolygon and Cpolygon use polygonal windows. With the Window and Wpolygon methods, an entity is selected only when all of its parts are contained within the window; whereas with the Crossing and Cpolygon methods, the entity is selected as long as at least one part of it is within the window. AutoCAD also provides the Fence method (by typing “F” in response to Select object:) to select entities; a non-closing polyline is drawn, and all entities that intersect this polyline are selected. When selecting targets, it is sometimes possible to accidentally choose ones that should not be selected. In such cases, the user can type R in response to the “select objects:” prompt to remove the incorrectly chosen targets from the selection set, then type A to add new targets to the selection set. When the selected entity is next to another entity, hold down the CTRL key and then click the left mouse button repeatedly; the adjacent entities will be highlighted one after another until the selected entity is highlighted. After that, press Enter (or click the right mouse button) to select that entity. It is also possible to select entities conditionally, by using ‘Filter’ to select objects. In AutoCAD 2000, there is also the QuickSelect method for selecting entities; it functions similarly to Filter, but is simpler and more convenient to use. AutoCAD’s functions for creating selection sets are very powerful; using them in a flexible manner can **improve** drawing efficiency.   4. How to reference ACAD’s form and tolerance symbols in a WORD table? It’s actually simple, but some beginners are too hesitant to try it! ⑴ Set the background color in ACAD to white, as WORD cannot handle background colors; ⑵ In ACAD, create the form and tolerance symbol frame separately and ensure it is displayed at full size to cover the entire drawing area; ⑶ Use ACAD’s “Copy to Clipboard” command to select the form and tolerance symbol frame; ⑷ Switch to the WORD table and paste it there. However, the entire table will become messy as a result. In this case, be patient and use WORD’s built-in image editing functions to trim away any extra edges of the frame, then drag and drop the image into the table so that it fits within the appropriate size. To make the operation easier, you can increase the display scale of the document.   5. How to add commands and corresponding icons to the ACAD toolbar Taking CAD 2004 as an example, the CAD toolbar does not display all available commands; users need to add them themselves when necessary.   For example, if the multi-line command (mline) is not available by default in the drawing toolbar, it must be added manually.   The steps are as follows: View -> Toolbar -> Command tab; select the option to display relevant commands in the window on the right side of the drawing area. Then find “Polyline”, click left mouse button to select it; if it is not placed in any existing toolbar, it will appear as a separate toolbar ; Otherwise, it becomes part of the existing toolbar.   At this point, it was discovered that the newly brought-up “Multi-Line” command had no icon! ! We need to add an icon for him.   Here’s how to do it: After dragging out the command, do not close the custom window. Click on the “Multi-line” command, and in the lower right corner of the panel that appears, select the appropriate icon for it!   At this point, we can also see that CAD allows us to customize icons for each command. This makes it easy to create a personalized toolbar! !   Finally, to delete a command, repeat the above steps: drag the command you want to delete back, and then select “Yes” in the confirmation prompt. The screenshots below show the sequence of operations: 6. Variables ⑴. System variables ①. When using AutoCAD, it can be observed that the dialog boxes within commands turn into prompt lines; for example, the print command is controlled by the system variable CMDDIA, and turning this variable off will resolve the issue.   ②Whether the ellipse generated by the ellipse command is a polyline or an ellipse as a solid is determined by the system variable PELLIPSE; when it is set to 1, the resulting ellipse is a PLINE.   ③.DIMSCALE determines the scale of dimensioning; it is an integer, with a default value of 1. It is advisable to change this value to the actual scaling factor once the drawing has been scaled to a specific ratio.   ⑵Operations: ⑴. BREAK splits an entity at two points; if “@” is used to select the second point, the entity can be split from the first point.   ⑵.In AutoCAD R14’s BONUS there is an ARCTEXT command that allows for the insertion of text along arcs; to use it, first select the arc, then enter the text content and press OK.   ⑶.In AutoCAD, files can be inserted into other files as blocks. However, too many blocks can make the file too large; use PURGE to remove them, removing one layer at a time – you’ll need to do this several times!   7. Common shortcut keys can improve your drawing speed!   F1: Get help   F2: Switch between the drawing window and the text window   F3: Control whether automatic object snapping is enabled   F4: Digitizer control   F5: Switch between isometric planes   F6: Control the way coordinates are displayed on the status bar   F7: Control the grid display mode   F8: Control the orthographic mode   F9: Control the grid snapping mode   F10: Control the polar mode   F11: Object tracking control   Ctrl+B: Control the grid snapping mode (F9)   Ctrl+C: Copy the selected objects to the clipboard   Ctrl+F: Control whether automatic object snapping is enabled (F3)   Ctrl+G: Control the grid display mode (F7)   Ctrl+J: Repeat the last command   Ctrl+K: Create hyperlinks   Ctrl+N: Create a new graphic file   Ctrl+M: Open the options dialog box   Ctrl+1: Open the properties dialog box   Ctrl+2: Open the image resource manager   Ctrl+6: Open the image data atoms   Ctrl+: Open an image file   Ctrl+P: Open the print dialog box   Ctrl+S: Save the file   Ctrl+U: Control the polar mode (F10)   Ctrl+V: Paste content from the clipboard   Ctrl+W: Object tracking control (F11)   Ctrl+X: Cut the selected content   Ctrl+Y: Redo   Ctrl+Z: Undo the previous action   8. A few more things about CAD layers   Layer functionality provides great convenience for managing engineering drawings; with it, we can easily create and modify graphics. Therefore, it is essential for every beginner to master knowledge about layers.  9. How to calculate the area of 2D graphics in AutoCAD: In AutoCAD, it is possible to calculate the area (as well as the perimeter) of 2D closed shapes in a convenient and accurate manner; however, the calculation methods vary depending on the type of shape.   ⑴. For simple shapes, such as rectangles and triangles. Simply execute the AREA command (which can be entered via the command line or by clicking the corresponding command icon). After the prompt \"Specify first corner point or :\\" appears, turn on snap mode and select the intersection points of the rectangle or triangle one by one, then press Enter. AutoCAD will automatically calculate the area and perimeter, and display the results on the command line.   ⑵. For simple shapes, such as circles or other two-dimensional closed shapes composed of polylines or splines. Execute the AREA command; after the prompt \"Specify first corner point or :\\", select the Object option, and choose the shape for which you want to calculate the values. AutoCAD will then automatically calculate the area and perimeter.   ⑶For complex closed shapes composed of simple lines and arcs, the AREA command cannot be used directly to calculate the area of the shape. First, use the Boundary command (whose usage is determined by selecting the appropriate option in the dialog box shown below; it is used to create a region from a shape whose area is to be calculated). Create a region or polyline object from the shape for which you want to find the area. Then execute the AREA command. When the command prompt reads “Specify first corner point or :”, select the Object option and choose the region that was just created. AutoCAD will then automatically calculate the area and perimeter.   10. Tips for Replacing Fonts in AutoCAD When exchanging AutoCAD files, it is often necessary to specify replacement fonts because designers use or possess different fonts (especially single-line fonts required in earlier versions). As shown in the figure below, since the UMHZ.shx font was not available on my computer, I had to use the hzkt.shx font that was available on my system instead.   This prompt appears every time AutoCAD is started when opening an existing file. In fact, this font replacement can be specified at once in the configuration: Run the config command, enter the font file and its full path in the shaded area of the dialog box shown below (where the font file to be replaced is specified). After clicking OK, the prompt for font replacement will no longer appear the next time AutoCAD is started to open an existing file.   11. How to use AutoCAD skillfully   ① Changing the size of the crosshair   ---- When creating engineering drawings, it is necessary to draw according to the principles of projection. To facilitate \"alignment in length, evenness in height, and equal width,\" the size of the crosshair can be adjusted during drawing. Use the Options command or select the drop-down menu Tools/Options to open the Options dialog box. Navigate to the Display tab, and by modifying the percentage of the cursor size relative to the screen size in the Crosshair Size field, or by dragging the slider, you can change the default value of 5% and increase the size of the crosshair in the drawing window.   ②、 Draw with a thick solid line   ---- Technical drawing **standards specify the line types to be used in mechanical drawings. There are several ways to draw thick solid lines in AutoCAD 2000, and the simplest method is to use the lweight command. This command can be entered directly in the command line, or you can select the drop-down menu Format/Lineweight; in the resulting dialog box, set the desired line width. The default line width is 0.25 mm, and the slider can be used to adjust the scale at which the line width is displayed on the screen. This is a transparent command. You can also click the layers icon on the object properties toolbar; in the Layer Properties dialog box, you can set the line width just as you would set color and line style. Therefore, when the plotter generates the output, there is no need to adjust the pen width or line width anymore.   ③Draw curves ---- When creating diagrams, it is common to encounter the need to draw intersection lines, tangent lines, and other types of curves. Manual drawing is troublesome; it requires finding special points and a certain number of ordinary points, and the curves drawn can have large errors. It is easy to draw planar curves or spatial curves using AutoCAD 2000.   ---- Method 1: Use the Pline command to draw a polyline on a 2D graph that passes through specific points; by fitting it with a Fit or Spline curve using the Pedit command, it can be transformed into a smooth planar curve. Using the 3Dpoly command to draw broken lines on a 3D shape that pass through specific points, and then fitting them with a spline curve via the Pedit command, can result in a smooth spatial curve.   ---- Method 2: Use the Solids command to create basic 3D solids (cuboids, cylinders, cones, spheres, etc.), and then apply Boolean combination operations such as intersection, union, difference, and interference to obtain various complex solids. After that, use the View/3D Viewpoint dropdown menu to select different viewpoints in order to generate standard views and obtain various projection views of the curves.   ④Control of entity display ---- In AutoCAD 2000, three system variables can be entered using the keyboard to control the display of entities.   ISOLINES: By default, solids are displayed in wireframe format, with each surface on the solid represented by grid lines. The number of grid lines is controlled by this system variable, with valid values ranging from 0 to 2047, and the initial value is 4. The higher the grid value, the easier it is to observe the solid, but the waiting time before display increases.   DISPSILH: This variable controls the display of the entity’s contour edges; its value can be 0 or 1. The default value is 0, which means the contour edges are not displayed. When set to 1, the contour edges are shown.   FACETRES: This variable controls the smoothness of the entities after they have been processed through HIDE (hiding), SHADE (coloring), and RENDER (rendering). The valid range is 0.01–10.0, with a default value of 0.5. The higher the value, the smoother the display, but the waiting time before display appears increases when using the HIDE, SHADE, and RENDER commands. Usually, its value is increased only during the final output.   ⑤Opening multiple graphic files simultaneously – During the drawing process, users need to view multiple graphic files at the same time; AutoCAD 2000 provides the capability to open multiple graphic files in one window at once (see Figure 5). Select the Window dropdown menu and choose to arrange the graphic files overlapping, horizontally, or vertically. It also allows the graphics from one graphic file to be directly dragged into another using the mouse, which greatly facilitates the design process.   ⑥Modify graphic properties ---- In drawing, the property window allows for easy and convenient modification of the properties of a specific object within the graphic. You can use the Properties command or select from the drop-down menu Tools/Properties; alternatively, you can use the shortcut Ctrl+1 to open the Properties dialog box, and then select the items you wish to modify as indicated in the table.   ⑦Design Center Management – Design work is carried out using AutoCAD 2000. With the new Design Center management system, it’s easy to preview, select, search for, and utilize all existing design results. You can obtain the required graphic resources from your existing files, the local network, or even the Internet, add them to the Design Center, or drag them directly into the current drawing. The DesignCenter window can be opened using the AdCenter command, by selecting the Tools/AutoCAD DesignCenter option from the dropdown menu, or via the shortcut key Ctrl+1. 12. Entering special symbols in CAD We know that the symbol “Ф” used to represent diameter, “±” for the horizontal plane, and the degree symbol “°” can all be entered using control codes %%C, %%P, and %%D. But what about entering other symbols? We can enter special characters using a “character mapping table”. The specific steps are as follows: ⑴. Enter the “MText” command, then create a text box; this will open the “Multiline Text Editor” dialog box. In this dialog box, we can see that among the four buttons on the right side, one of them is a button ;   ⑵Click the arrow in the lower right corner of this button to open a dropdown list; we can see four options: “Degress %%d”, “Plus/Minus %%p”, “Diameter %%c”, and “Non-breaking Space”. By selecting one of the first three options, we can directly enter the symbols “°”, “±”, and “Φ”, thus avoiding the hassle of having to remember special control codes.   ⑶When clicking “Other”, the “Character Mapping Table” dialog box will open, which contains more symbols for the user to choose from. Its contents depend on the font selected by the user from the “Font” dropdown list. Its interface is entirely in the familiar Chinese layout, so I believe there should be no issues for everyone.   ⑷In the “Character Mapping Table” dialog box, select the character you want to use. Then double-click on the selected character, or click the “Select” button and then the “Copy” button to copy the character to the clipboard. Click “Close” to return to the original dialog box. Place the cursor in the location where you want to insert the character, and use “Ctrl+V” to paste the character from the clipboard into the current window.   13. Introduction to Model Space and Paper Space Auto CAD has two different spaces: model space and paper space (using the LAYOUT tab). There are likely many CAD experts who don’t fully understand these two concepts either. So, let’s start by understanding their characteristics:
??
?? Characteristics of viewports in model space:
? ?⑴. In model space, it is possible to draw two-dimensional graphics and three-dimensional models at full scale, along with dimension annotations.   ?? ⑵. In model space, each viewport contains a view of an object. For example: setting different viewports will yield top views, front views, side views, and 3D views, etc.   ?? ⑶. Use the VPORTS command to create viewports and set their parameters, and these can be saved for later use.   ?? ⑷、The viewports are tiled; they cannot overlap and are always adjacent to each other.   ?? ⑸、At any given moment, only one viewport is active; the crosshair can appear in only one viewport, and it is possible to edit only that active viewport (for tasks such as panning and zooming).   ?? ⑹. Only the active viewport can be printed ; If the UCS icon is set to ON, it will appear in each viewport.   ?? ⑺. The system variable MAXACTVP determines that the range of the viewport is from 2 to 64.   ?? Characteristics of the viewport in the drawing space: ?? ⑴ PAPER on the status bar has replaced MODEL.   ?? ⑵, the VPORTS, PS, MS, and VPLAYER commands are active. (The PLAN, VPOINT, and DVIEW commands can be used only after the MS command is activated.)   ?? ⑶, The boundaries of the viewport are solids. You can delete, move, scale, and stretch the viewport.   ?? ⑷, there are no restrictions on the shape of the viewport. For example: circular viewports, polygonal viewports, etc., can be created.   ?? ⑸、The viewports are not tiled; they can be overlapped or separated using various methods.   ??⑹. Each viewport is on the layer that created it; the boundaries of the viewport have the same color as the layer, but the line style of those boundaries is always solid. When exporting the image, if you do not want to include the viewport in the print, you can place it on a separate layer and freeze it.   ?? ⑺, Multiple viewports can be printed simultaneously.   ?? ⑻. The crosshair can extend continuously, passing through the entire graphics screen, independent of each viewport.   ?? ⑼ The MVIEW command can be used to open or close viewports; the SOLVIEW command is used to create viewports, while the VPORTS command is used to restore viewports that have been saved in model space. By default, viewports are active once they are created. Closing some viewports can increase the redraw speed.   ?? ⑽ To print a graphic while hiding the hidden lines of the 3D graphics, use the MVIEW command > HIDEPLOT and select the viewport boundaries that are to be hidden.   ?? ⑾. The system variable MAXACTVP determines that the number of viewports in active mode is 64.   ??   ?? Through the explanations above, I believe everyone now has a clear understanding of these two spaces. But keep in mind: when we first enter the drawing space, we cannot see any viewports; we must use the VPORTS or MVIEW commands to create new viewports or restore the existing viewport settings (which are usually saved in model space). The MS and PS commands can be used to switch back and forth between model space and LAYOUT (paper space).   14. Clever use of keys in AutoCAD’s snap function When it is necessary to capture a point on an object, simply bring the mouse close to that object, and keep pressing the Tab key. Various special points on that object (such as the endpoints, midpoint, perpendicular points of a line; the intersection points with the object; the quarter points, center point, tangent points, and perpendicular points of a circle) will be displayed in turn. Select the desired point by clicking with the left button to capture it.   Note that when the mouse is brought near the intersection point of two objects, their special points will be displayed in turn (the object to which they belong will turn into a dashed line), which is very useful for locating points in areas where the geometry is relatively complex.   Additionally, for the center point of the circle in version R14, the original tangent points in versions R14 and R2000, and the vertical point when perpendicular to the extension of that line, it is difficult to locate these points using only automatic snapping (Object Snap). By using the aforementioned method of “using the TAB key for assisted snapping,” it becomes easier to locate these points. 15. The acad.lsp editing commands can be utilized to improve work efficiency. For example: (DEFUN C:3 () (COMMAND “ZOOM” “0.50X”) (PRINC)). By pressing 3, the screen is immediately zoomed in. Another example: (DEFUN C () (COMMAND “PURGE” “A” “*” “N”) (PRINC)). 16. Tables in CAD can be imported similar to tables in Excel. ⑴ Select the table in Excel; use thin lines for the table borders, then copy it. ⑵ In CAD, use selective paste under the editing options and choose “Autocad entities”. ⑶ Select the insertion point; you’ll find that the inserted table lines are not aligned. Use inverse selection to select all the vertical lines (many horizontal lines will also be selected; we will select them in the next step). Hold down Shift while selecting the table lines, making sure not to include all the vertical lines as well, otherwise they too will be selected. Now only the vertical lines remain; move them to align properly, and trim any excess lines at the top-left corner. The table is now complete, and it looks exactly the same as if you had drawn each line manually and entered the values one by one.   ⑷It’s not perfect yet, as the font size isn’t consistent with your image; we’ll fix that issue now. Select a text element in the table, check its height, and use Windows’ built-in calculator to determine the difference in ratio between that height and the size you desire for the text; then use the scale function to adjust the text size to your desired level. If you also want to set a width coefficient for the text, in order to achieve the same alignment as what you see in Excel, define the table as a block first; when inserting the block, select the coefficient for the x-direction, which is the width coefficient of the text – and that’s it. AutoCAD 2000 not only provides Object ARX, an object-oriented C++ application programming interface, but it also offers Microsoft Visual Basic for Applications (VBA), which allows developers to create modules to customize and expand AutoCAD’s functions. (See the ActiveX and VBA Developer’s Guide in the AutoCAD Help.) It also boasts stronger 3D modeling, editing, and modification capabilities, as well as network functions, compared to AutoCAD R14.
Reply #22007-12-24
Drawing Question: What preparations are needed to start drawing? Answer: Sharpening the axe doesn’t delay chopping wood. Like hand-drawn drawing, computer drawing also requires some necessary preparations. Such as setting layers, line types, annotation styles, target capture, unit formats, drawing boundaries, etc. Many repetitive tasks can be prepared in advance using template files such as ACAD.DWT, so that new drawings can be used right away once they are created. 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; whereas 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 detect, 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 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 should be 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 on the interface, and automatic batch output of diagrams is also possible. Of course, some people are used to drawing multiple diagrams in a single graphic file, in which case setting a diagram interface doesn’t make much sense. Question: After dimensioning, small white dots sometimes appear in the drawing and cannot be removed. Why? Answer: When AutoCAD creates dimensions, it automatically generates a DEFPOINTS layer that stores 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 points associated with a dimension are 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 capture (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 locate a point directly; 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 section lines and dimension lines will not be continuous. Editor’s question: How to use the “Cancel Command” button on R12? Answer: The default key for canceling commands in R14 is the “ESC” key. If you are used to using “Ctrl+C” in R12, you can click on Menu > Tools > Preferences > Compatibility > Priority for accelerator keys > AutoCAD Classic; this way, you can use “Ctrl+C” to cancel commands, while the “ESC” key will still work as usual. Question: How to remove multiple line segments at once? Answer: When the TRIM command prompts you to select the graphic to be cut, the common selection methods of window and crossing are not supported. When cutting multiple line segments, multiple selections are required to complete it. At this time, the fence selection method can be used. When the trim command asks you to select the shapes to be removed, enter “f”, then draw a dashed line on the screen and press Enter; all the shapes that intersect with this dashed line will be removed. Similarly, for the EXTEND command, entering F when prompted with \"select object:\" allows multiple entities to be extended at once. Question: Why did the deleted lines reappear? Answer: The most likely reason is that several lines overlap each other. This is a common problem for beginners. Also, when a center line or dashed line remains a continuous line regardless of how the line width ratio is changed (after REGEN), this is usually the reason as well. Question: How to quickly switch layers? Answer: Click the “Make objects’ layer current” button on the “Object Properties” toolbar (the button on the far left of the toolbar), then select any object on the layer you want to switch to in the drawing area; the current layer will immediately change to the layer containing the selected object. Question: How to handle manually drawn drawings, especially those with many previously hand-drawn engineering sketches? Answer: Scanning the drawings into a computer might be a solution. But note that the graphics processed by AutoCAD are vector graphics, while those created from scanned drawings are raster graphics. Due to this difference in nature, although graphic files generated from scanned drawings can be inserted into AutoCAD, they can only be viewed and not edited. There are also some vectorization tools that can convert raster images into vector images, but due to technical limitations, the efficiency and quality of such conversion are not satisfactory. The author has tried various such tools, and the results were disappointing. (If there’s time to do that, it’s better to redraw it.) Save: Question: How can I reduce the file size? Answer: After the graphic is completed, use the PURGE command to remove unnecessary data, such as unused blocks, layers without entities, as well as unused line styles, fonts, and dimension styles. This can effectively reduce the file size. Generally, thorough cleaning requires PURGING two to three times. Additionally, by default, data is saved to R14 in append mode, which is faster. If disk space needs to be freed, the ISAVEPERCENT system variable must be set to 0 to disable this incremental saving feature, so that the file size is reduced upon the second save. Question: How to set up the auto-save feature? Answer: Set the SAVETIME variable to a smaller value, such as 10 (minutes). The default save time in AutoCAD is 120 minutes. Question: How to restore automatically saved graphics? Answer: AutoCAD saves automatically saved drawings in AUTO.SV$ or AUTO?.SV$ files. Find these files and rename them to the corresponding drawing file names, and they can then be opened in AutoCAD. Generally, this file is stored in WINDOWS’ temporary directory, such as C:\WINDOWS\TEMP. Question: How can data be restored if an accidental save overwrites the original image? Answer: If it was saved only once, promptly change the file with the BAK suffix to have a DWG suffix, and then open it in AutoCAD. If it is saved multiple times, the original image cannot be restored. Question: Why does the prompt appear in the command line instead of showing an Open or Export dialog box? Answer: The AutoCAD system variable FILEDIA is used to control the display of the file list dialog boxes. Setting FILEDIA to 1 will cause these dialog boxes to appear; if FILEDIA is set to 0, you can still get a dialog box to show up by entering a symbol “~” in response to the first prompt for the command you have selected. Of course, when calling a file operation command from a batch command or an AutoLISP/ADSRX/ObjectARX application, a command-line prompt is required, and no dialog box should appear. Question: Why isn’t the date and time of a file updated in the file browser when it is saved? Answer: Autodesk has identified this issue; it only occurs in the Win95B operating system, and it has never happened under Win95A or Windows NT. As a temporary solution, the system variable ISAVEPERCENT can be set to 0 in AutoCAD R14, causing AutoCAD to rewrite the entire drawing content every time it is saved. This may prolong the saving time, but it ensures that the file date is updated correctly. Font question: Why can’t Chinese characters be displayed? Or did the entered Chinese characters turn into question marks? Answer: The reason may be: 1. The corresponding font does not use a Chinese character font, such as HZTXT.SHX, etc ; 2. There are no Chinese font files in the current system ; The shape files used should be copied to AutoCAD’s font directory (usually ...\FONTS\) ; 3. For certain symbols, such as Greek letters, the corresponding font file must also be used; otherwise, they will be displayed as ? Number. Question: How to resolve the issue of garbled Chinese characters when opening R12 files in R14? Answer: When using R14 to open an R12 file, garbled characters appear even if the Chinese font file is selected correctly, because R14 and R12 use different code pages, DWGPAGECODE. You can download the code page conversion tool wnewcp from AutoDesk’s homepage. After running wnewcp, first select the “R11/R12” checkbox, then click the “Browse” button to choose the file or directory to be converted. Next, select the new code page (ANSI) and click “Start Conversion” to begin the conversion. After the conversion, Chinese characters will be displayed correctly in R14. The code conversion tool DWGCODE.EXE provided by Tianzheng can also be used for code conversion. If these tools are not available, open the graphic file that needs to be converted in the R12 environment, enter DWGCODEPAGE in COMMAND mode, change its value to ASCII, and then save the file. Batch modification can be achieved using the SCR command set file or through LISP programming. Question: Why can’t the height of the entered text be changed? Answer: When the height value of the font being used is not 0, the DTEXT command does not prompt for entering a height when writing text; as a result, the height of the text created in this way remains constant, including dimension annotations created using that font. Question: How to change an existing font format? Answer: If you want to change the size, font, aspect ratio, spacing, tilt angle, insertion point, etc., of existing text, it is best to use the “Properties (DDMODIFY)” command (provided that you have already defined various text formats). Click the “Properties” command, select the text you want to modify, press Enter, and the “Modify Text” window will appear; then choose the items you want to change. Question: Can system fonts be used, such as SimSun or KaiTi? Answer: Although ACADR14 can use *.TTF Chinese font files, such fonts consume a lot of CPU time; on computers with lower specifications, the display speed (such as when using the real-time scaling command) is extremely slow. It is recommended that computers with lower specifications use *.shx files. In Chinese character *.shx files, it is recommended to use the HZ*.shx font files provided by Daheng or Haochen for ACADR12; however, the absence of such fonts on different machines can cause issues with the display of Chinese characters. Of course, using the system font in small amounts for aesthetic purposes is also acceptable. Menu Question: Why are the button icons on the toolbar replaced by smiley faces? Answer: When AutoCAD cannot find the path to the button bitmap file, these button icons in the toolbar or toolbox will be replaced by a smiling face. This may occur after the toolbar has been customized, and the menu template file (MNU) has been edited manually. In this case, a text editor can be used to open the menu source file (MNS) and the menu template file (MNU). The customized toolbar section from the MNS file can be copied and pasted into the MNU file. Then, the old MNS, MNC, and MNR files can be renamed or deleted. Finally, the MNU file can be loaded using the MENU/MENULOAD command; AutoCAD will recompile the menu files, generating new MNS, MNC, and MNR files, thereby resolving the issue. Additionally, this issue can also occur if the bitmap file is not in AutoCAD’s supported paths. Please make sure that the support path in the “Preferences” dialog box includes the directory where the bitmap file is located. For example, if you move a button from a customized toolbar to a toolbar in AutoCAD’s standard menu, you must edit that button file so that the bitmap file is saved in a supported path. It can be done following these steps: 1. After moving or copying the icon to a different menu toolbar, keep the toolbar dialog box open, and right-click on the icon to edit it. 2. In the button properties dialog box, select the “Edit” button. 3. In the Button Editor dialog box, select the Save as button and specify a bitmap file directory in a path supported by AutoCAD. 4. Close the button editor, then select the Apply button in the button properties dialog box. Finally, close AutoCAD and restart it. Question: How to localize the menu? Answer: Under WIN95/98, use an editor such as Notepad to open the acad.mnu file in the support directory, change the English command names inside it to Chinese, save the file, and then exit. Then enter the “menu” command in R14 to load the acad.mnu menu file, and the drop-down menu will change to Chinese. If there is a already localized menu file, it can be used directly. Printing Question: Why do the PLOT and ASE commands only produce prompts in the command line, without any dialog boxes appearing? Answer: The AutoCAD system variable CMDDIA is used to control the display of dialog boxes for the PLOT command and the ASE command; setting CMDDIA to 1 can resolve the issue. Q: The quality of the printed image is very poor; there are differences in gray levels along the lines. Why? A: This situation is usually related to the configuration of the printer or plotter, its drivers, and the operating system. Generally, the problem can be solved by considering the following points. 1. When configuring a printer or plotter, is the error jitter switch turned off? ; 2. Are the drivers for the printer or plotter correct, and is an upgrade needed? ; 3. If AutoCAD is configured to output using the system printer, reconfigure it by using the ADI drivers provided by AutoCAD for various printers and plotters ; 4. For different models of printers or plotters, AutoCAD provides corresponding commands that allow for further detailed configuration. For example, for printer series that support the HPGL/2 language, the command “hpconfig” can be used” ; 5. In the AutoCAD Plot dialog box, set the correspondence between pen numbers and colors, line types, and pen widths ; Assign the same pen number (preferably 1) to different colors, but the line style and pen width associated with that pen number can vary. Some inkjet printers can only support pen numbers from 1 to 16; if the pen number is too large, printing will not be possible ; 6. Is the pen width set too high, for example, greater than 1? ; 7. If the operating system is Windows NT, an updated NT patch package (Service Pack) may be required. Question: After installing R14, there are no fonts available in MS WORD. What’s going on? Answer: The reason affecting the MS WORD font is related to a virtual printer called Phantom AutoCAD OLE/ADI, which is installed on R14 as part of the system. The Phantom AutoCAD OLE/ADI virtual printer enables R14 to print or draw raster graphics through the new ADI driver. In a typical R14 installation, this option is not available; this virtual printer is created only during a full installation or a custom installation. Sometimes it is even set as the default system printer without any notification. Based on the \"what you see is what you get\" principle of Microsoft Office software, the font used in MS WORD documents is determined by the system’s default printer. In other words, the font displayed on the screen should be the same as or similar to the font used for printing. Windows first looks for a suitable screen display font based on the printer’s printing font. If no matching font is found, or if the printer driver does not provide information on screen fonts, Windows will choose the screen font that is closest to the printer’s font. If the Phantom AutoCAD OLE/ADI virtual printer is set as the default system printer, MS WORD will only have two font options: modern and plotter. In the Windows system, by designating the correct system printer as the default printer, the fonts in MS WORD can return to normal. If there are no other printers in the system, a Windows system printer should be configured first in the “Printer Settings”; even a “logical” printer will do. One thing to keep in mind is that you must not modify the properties of the Phantom AutoCAD OLE/ADI virtual printer, nor should you delete it arbitrarily; otherwise, it will affect the output of raster graphics and OLE objects, and may even cause the system to crash. Question: Is batch printing possible? Answer: Method 1: First, export the graphic to a PLT file, and then use a batch file in DOS to print the PLT files in a specified directory in batches. Method 2: R14 has dedicated external functions that enable multiple graphic files to be sent to one or more printers or plotters, based on different printing configuration files, thereby achieving batch output of graphics. These two methods are more flexible, have fewer chances of errors, and are therefore more efficient. Select Batch Plot Utility in the AutoCAD program group. Question: The lines in AutoCAD drawings pasted into a Word document come out too thin when printed. What should I do? Answer: Cutting and pasting AutoCAD drawings into an MS Word document seems to work quite smoothly. But when the document is printed, those AutoCAD graphic lines become very thin, resulting in a poor appearance. We offer the following solutions to users: 1. Use the PostScript printing driver in AutoCAD to configure a PostScript printer. 2. If the background color in AutoCAD differs from that in MS Word, for example, the default background color in R14 is black, then it is necessary to first change AutoCAD’s background color to match that of MS Word. 3. Run the PLOT command and select to save the plot to a file. Set the brush width in the Brush Settings dialog box. 4. Start a new graphic and use the PSIN command to import this.eps file. 5. Then cut and paste the graphic into MS Word. There is another method: in AutoCAD, convert the lines into PLINE lines, set the width, and then copy and paste them into WORD. Question: Why can some graphics be displayed but not printed? Answer: This occurs when the graphics are drawn on layers automatically created by AutoCAD (DEFPOINTS, ASHADE, etc.). Entities should be avoided on these layers.
Reply #32007-12-24
Method 1: Use the PURGE command. Using the PURGE command to delete all unused blocks, layers, line styles, etc., in the drawing can help reduce the size of the file. If the file is intended only to be sent to the other party for viewing or for permanent archiving, the following actions can be taken before using the PURGE command: First, explode the blocks inserted in the drawing, so that the drawing contains no blocks at all ; Second, group all elements on layers with the same style into one layer to reduce the number of layers. This allows more tiles and layers to become unused, so that they can be PURGED and the file size can be further reduced. Using the PURGE command, it is convenient to use the All option (enter parameter a). Examples are as follows:
?Command: purge
? Purge unused Blocks/Dimstyles/Layers/LTypes/SHapes/STyles/Mlinestyles/All:
   aNames to purge: (press Enter directly)
   Verify each name to be purged? (press Enter directly)
   Purge block cz08? y
   Purge block cz16? y
   Purge layer CEN? y
   Purge layer HAT? y
   No unreferenced linetypes found.
   No unreferenced text styles found.
   No unreferenced shape files found.
   Purge dimension style LEAD? y
   No unreferenced mlinestyles found. I also found that by using the PURGE command multiple times in a row, each time with the All option, until the following message appears, the amount of unused elements that can be removed has been reduced to its minimum. Command: purge Purge unused Blocks/Dimstyles/Layers/LTypes/SHapes/STyles/Mlinestyles/All: a    Names to purge: (press Enter directly)    Verify each name to be purged? (press Enter directly)    No unreferenced blocks found.    No unreferenced layers found.    No unreferenced linetypes found.    No unreferenced text styles found.    No unreferenced shape files found.    No unreferenced dimension styles found.    No unreferenced mlinestyles found. Method 2: Use the WBLOCK command. Use the WBLOCK command to create a new graphic file in block format for the graphics that need to be transferred, and use this newly created graphic file for transmission or archiving. So far, this is the most effective “weight loss” method the author has found. Here is a brief explanation: Command: wblock (enter the file name and storage location in the pop-up dialog; since it’s very simple, the diagram of the dialog is omitted here). Block name: (press Enter directly). Insertion base point: (choose any point). Select objects: (press Enter after making the selection). Command: This will create a new graphic file in the folder you specified. Comparing the two methods above, each has its advantages and disadvantages: using the PURGE command is simple to operate, but its “weight loss” effect is slightly weaker ; The greatest advantage of using the WBLOCK command is its effective ability to reduce file size, while the biggest drawback is that it’s not possible to save the newly created graphic with any modifications (or even without any modifications at all); otherwise, the file size will increase again. The author reduced his own DWG files using two methods and compared the results, finding that the size of the files after reduction differed by less than 5K. Readers can decide which method to use based on their own circumstances. Before transmitting DWG files, use WINZIP (recommended by the author) for compression; the result is excellent, with the file size reducing to only about 40% of its original size.
Reply #42007-12-24
AutoCAD is now an essential tool for designers. But how can we make use of the same tool to avoid unnecessary waste and improve work efficiency? Paying attention to the following points and avoiding certain practices might help increase efficiency: 1. Do not easily modify the line style scale of individual line segments in the Property Manager. Usually, when starting to draw, the line style for center lines is needed, and it’s possible that the line style scale is set incorrectly at the beginning of drawing, resulting in the lines drawn appearing as solid lines rather than center lines. The line style scale changed by LTSCALE applies to all line segments in the entire drawing, whereas the line style scale modified in the Property Manager after selecting an object applies only to that specific line. If the line style scale of a single element changes, then the actual scale of that element’s line style is the product of the LTSCALE value and the scale factor of that individual object. For example, if an object’s line scale in the property manager is 10 and the LTSCALE value is 5, then the object’s line scale should be 50.   II. Do not hastily force changes to the properties of individual elements. It is advisable to set several options in a layer to their default values relative to that layer (including line style, color, and line width), so as to facilitate subsequent modifications to the graphic. If necessary, create a new layer instead of forcing specific line styles, colors, or line widths on the objects.   III. Do not hastily set the line width for a single object in the object toolbar. If a wider line is truly needed, use the PLINE command to create a line style with that width. When printing drawings, it is very convenient to use a print style table CTB file to distinguish different line widths by color.   IV. When creating blocks, avoid placing objects on layers other than layer “0”. The advantage of placing objects on layer “0” is that, when a block is inserted, its properties will change according to the properties of the layer where it is inserted, which facilitates freezing layers and printing based on color later on.   V. Try to use the SPLINE command as little as possible to create lines. Although lines created in this way are smoother, they can be difficult to modify; for example, commands such as TRIM and EXTEND cannot always be used on such lines.   VI. Do not easily explode dimension objects, nor change the numerical values within them separately. Treat the entire dimension as a single object; this way, it can be modified automatically with ease, and commands such as TRIM and EXTEND can be used on it, causing the numerical values in the dimensions to be adjusted automatically.   VII. Do not use multi-line text casually. When text annotations are needed and the amount of text is small, rather than using text for explanations, it is better to use single-line text; if there is a large amount of descriptive text, then multi-line text should be used. Both approaches facilitate subsequent modifications. Because if multiple lines of text are used in many places, it is difficult to modify the format and size of the text, as the format brush (MATCHPROP) cannot be used for matching, whereas single-line text can be used very effectively.   VIII. Try not to draw duplicate lines. Duplicate lines are often created in Tensho Building 2, so a command to remove them has been added to Tensho Building 2. But if it is necessary to use separate lines, then these two lines will definitely not be on the same layer.   9. Do not decompose blocks casually. If it is truly necessary to modify a block, then redefine it.
Reply #52007-12-24
AutoCAD boasts powerful and convenient drawing capabilities; sometimes, after using it to create drawings, our goal is not to print them out, but to use the results in other programs. For example, teachers can use AutoCAD to create materials that are difficult to produce with other software, for use in lesson plan development ; For example, illustrations in printed materials such as traffic maps can be created using AutoCAD and then used in typesetting software. In this case, we can export the AutoCAD drawings as image files in a universal format, and then use those image files in other programs.   In AutoCAD, it is simple to export the drawn graphics as image files: click the “Export” command in the “File” menu using the left mouse button, or type “export” directly in the command bar. The “Export” dialog box will appear; select the “*.bmp” format from the drop-down list under “Save As”, then click “Save”. Select or outline the graphics that you want to export using the mouse, and press Enter – the selected graphics will then be exported as BMP format image files.   Although the method is simple, there are techniques involved in carrying it out. For example, how to ensure the clarity of the output image, and how to replace the black background in AutoCAD drawings.   A reminder for everyone: when exporting images in AutoCAD, the screen display serves as the absolute standard. The size of the output image is the same as that of the AutoCAD graphic window; the graphics in the window are exported at the same scale as they appear on the screen, and the output result is independent of the actual size of the graphics. Additionally, content that is not displayed on the screen cannot be output. Therefore, to make the output image as clear as possible, the portion to be output should be displayed in its entirety on the screen at the largest possible scale.   We know that in AutoCAD, when the graphic display scale is high, circles and arcs appear to be composed of several straight line segments. This does not affect the printed output, but when exporting an image, the result will be exactly the same as what is displayed on the screen. Therefore, if circles or arcs appear as broken line segments, the viewres command should be used before exporting the image to optimize the screen display resolution, so that the circles and arcs appear as smooth and realistic as possible.   The image files exported in AutoCAD have a resolution of the screen resolution, namely 72dpi. If the file is used in other programs solely for screen display, this resolution is sufficient. If it is to be printed in the end, the resolution of the image must be increased in an image processing software such as Photoshop; 300 dpi is generally sufficient.   The color of the output image is also exactly the same as that displayed on the screen, maintaining the black background with white text style of the AutoCAD interface, which may not match the actual effect we need. Some friends solve this by using the “Invert” function in Photoshop on the image. However, the “inversion” operation also changes the colored parts of the image, such as blue turning into yellow. In fact, by making a simple setting in AutoCAD, it is possible to change the background color without affecting the colors of the graphics. The method is: click the \"System Configuration\" command under the \"Tools\" menu, then click the \"Display\" tab and the \"Colors\" button. The \"AutoCAD Window Colors\" settings window will appear; simply select white or another color from the \"Basic Colors\" option and press Enter twice, and the background color of the window will change. The color of the output image is exactly the same as the actual drawing color.
Reply #62007-12-24
As we all know, in ATUOCAD, editing drawing objects always involves selecting objects. Knowing exactly how to use the selection tools provided by AUTOCAD in the fastest and most convenient way to quickly select objects is key to rapidly editing graphics. Readers can type “Select” in ATUOCAD’s command line and press Enter; we will then see various options for selecting entities. This article aims to provide a detailed explanation of the method for selecting objects in ATUOCAD, including some options that are rarely known to us.   I. Direct selection method (default)   Select the entity directly using the mouse or other input devices; the entity will then appear in high brightness, indicating that it has been selected and can be edited. Users can access the “Options…” dialog box by selecting the “Tools” menu in AUTOCAD; once the Options dialog is open, they should choose the “Selection” tab to set the size of the selection box (readers can try making adjustments as needed to achieve the desired result). If we enter AU (AUto) when prompted with “Select entity:”, the effect will be the same as that of the “direct selection method”.   II. Window Method When the prompt “Select Objects:” appears in the command line, if you move the selection box to an empty area of the diagram and hold down the left mouse button, ATUOCAD will ask for the other corner. At this point, if you move the selection box to another location and press the left mouse button, ATUOCAD will automatically use these two points as the opposite vertices of a rectangle, thereby defining a default rectangular window. If the window is defined from left to right, all entities within the frame are selected, while those outside the window or overlapping with it are not selected ; If the rectangular window is defined from right to left, then not only objects located inside the window are selected, but also those that intersect the window boundaries are selected. In fact, boxes defined from left to right are solid-line boxes, while those defined from right to left are dashed-line boxes (you might want to take a close look at this). For the window selection method, you can also directly enter W (Windows) when prompted with “Select Objects:”, which will bring up the window selection mode; however, in this case, the frames defined as windows will be solid lines regardless of whether they are arranged from left to right or from right to left. If we enter BOX under the “Select Objects:” prompt and then select a solid, the result will be exactly the same as with the default window selection method. III. Cross Selection When the prompt “Select Objects:” appears, type C (Crossing). In this case, regardless of the direction from which the rectangular frame is defined, it will be a dashed frame, and cross selection of entities will take place. Any entity that lies within the area covered by the dashed frame, whether it intersects with the frame or is contained within it, will be selected.   IV. Grouping Method Group several objects together. When the prompt “Select Objects:” appears, type G (group) and press Enter. Then the command line will show “Enter group name:”; enter the name of the group after this prompt and press Enter. All the corresponding graphics will be selected. This method is suitable for those objects that need to be operated on frequently. Additionally, if you directly select an object when the “Select Objects:” prompt appears, all objects in the group to which that object belongs will also be selected.   V. Previous Method   Using this function, the selected object from the previous editing operation can be used as the current selection set. Under the “Select Objects:” prompt, type P(previous)) and press Enter; this will use the selection set created last before the current editing command was executed as the current selection set.   VI. Final method: Using this function, the object drawn previously can be used as the current selection set. Under the “Select Objects:” prompt, type L (last) and press Enter; then ATUOCAD will automatically select the last object that was drawn.   VII. All Methods: This function allows all objects in the current graphic to be used as the current selection set. Under the prompt “Select Objects:”, type ALL (note: do not just type “A”) and press Enter, and AutoCAD will automatically select all objects.   VIII. Irregular Window Method: Under the “Select Objects:” prompt, enter WP (wpolygon) and press Enter to create an arbitrary closed irregular polygon; all objects within this polygon are selected. (Readers may notice that the polygon boundary in this case is a solid line, similar to the selection method used for rectangular windows defined from left to right.)   IX. Irregular Cross-Window Method: Under the “Select Objects:” prompt, type CP (cpolygon, cross polygon) and press Enter to create an arbitrary irregular polygon. The objects located within this polygon, as well as all objects that intersect with it, are selected (at this point, the polygon boundary is shown as a dashed line, similar to the selection method used for rectangular windows defined from right to left).   X. Outline Method This method is similar to the irregular intersection window method (dashed lines), but it does not require forming a closed polygon; when this method is used, all shapes that intersect the outline are selected. Enter F (fence) under the “Select Objects:” prompt to enter this mode.   XI. Deduction Method In this mode, we can remove one or some of the objects from the selection set. Enter R (remove) under the “Select Objects:” prompt to enter this mode.   XII. Returning to the addition mode: In the removal mode, that is, when the prompt “Remove Objects:” appears, type A (add) and press Enter. ATUOCAD will then display the prompt “Select Objects:”, allowing you to return to the addition mode.   13. Multiple Choice   Similarly, when selecting entities, enter M (Multiple) to allow multiple selections without highlighting the objects, thereby speeding up the process of selecting complex objects. If the intersection point of two intersecting objects is specified twice, \"Multiple Selection\" will also select these two intersecting objects.   14. Multiple Choice: When it is required to select an entity, if we want to edit only one entity (or object), we can enter SI (Single) to choose the object we wish to edit; thus, only one object can be edited at a time.   15. Alternating Object Selection When selecting an object as prompted by “Select Objects:”, if that object is very close to other objects, it becomes difficult to select it accurately. But we can use the “alternating object selection method”. At the “Select Objects:” prompt, press the Ctrl key to place the selection box over the objects you want to select, then click the left mouse button. One of the objects covered by the selection box will be selected, and the cursor will change to a cross shape. If the selected object is not the one desired, release the Ctrl key and continue clicking the left mouse button; with each click, ATUOCAD will change the object that is enclosed by the selection box, allowing the user to easily select a specific object.   16. Quick Selection This is a new feature in AUTOCAD2000; it allows for the creation of a selection set based on certain filtering criteria. After entering the command QSELECT, the “Quick Selection” dialog box appears, allowing you to make selections based on the type of objects to be filtered, as well as the properties and range of filtering desired. You can also right-click in the drawing window of AUTOCAD 2000; the menu includes a “QUICKSELECT” option. However, it should be noted that if the property of the selection target we set is “per layer,” this function cannot be used.   17. Selection using filter (FILTER) In AUTOCAD2000, a new feature was added that allows for the creation of selection sets based on the properties of objects. After entering FILTER in the command line, the “Object Selection Filter” dialog box will appear. We can then create a specific filter and save it, so that it can be called later with the same ease as we call “blocks”. Pay attention to the following three points: 1. You can first use the selection filter to choose an object, and then directly use the edit commands; or when the edit command prompts you to select an object, enter P to respond with the previously selected object.   2. In the filtering criteria, color and line type do not refer to the colors and line types inherent in an object due to its layer assignment, but rather to the colors and line types specifically assigned to it using commands such as COLOUR and LINTYPE.   3. Named filters can be used not only in the graphic in which they were defined but also in other graphics. For selecting conditions, users can use various criteria such as color, line width, and line style.   The above are just some insights I have gained from my daily use of AUTOCAD. As long as everyone pays close attention when using it and keeps accumulating experience, AUTOCAD’s powerful functions will make our complex design and drafting tasks much easier.
Reply #72007-12-24
Thickening certain lines in a drawing is a task that is often carried out, and AutoCAD 2000 provides the following methods for thickening drawing lines. 1. Set line width? Lineweight can be adjusted for lines within a layer, or it can be set specifically in the status bar or under the Format menu. Note that after making the settings, you need to press the LWT button in the lower right corner of the work interface to see the effect of the line thickness. Note that using this method to set the line thickness is not convenient, and the results are not very satisfactory. To see the actual thickness of the lines, either by exporting to Word or directly in AutoCAD, significant effort is required. 2. Boldening with the Pedit command: Type Pedit directly in the Command line and press Enter, or use the menu command Modify\Polyline to achieve the same result. After entering the command, select the Width option to bold the line; however, the preliminary preparations required vary depending on the type of line. 1) For composite lines drawn directly using the Draw\Polyline command (which can create straight lines and arcs), the Pedit command can be used to thicken them directly. 2) For a straight line drawn using the Draw\Line command, when the Pedit command is used, a prompt will appear asking whether you want to convert the selected line into a compound line, since it isn’t one already. By entering “Y” and pressing Enter, the line will be converted into a compound line, and the subsequent steps will be the same as those in the first step. Actually, there is a specific command for drawing thick lines — Trace. This command will prompt you to enter the line width before drawing, and the method for drawing straight lines afterward is the same as that of the Line command. What’s annoying is that one has to wait until the second line is drawn (or after pressing Enter) to see the effect of the first line, which is rather awkward. This command is used very rarely; it cannot be found in the menu. 3) Circles drawn using the Draw\Circle command cannot be thickened directly, but by using the Trim or Break commands to modify or split the circle so that it is no longer a complete circle, it can be easily thickened using the Pedit command. Even better, you don’t need to immediately use the command to exit after bolding it. You’ll find a ‘Close’ option under the Pedit command; by selecting this option (by entering ‘C’ and pressing Enter), the broken circle can be closed back into a complete circle, with the outline of that circle now being bolded. 4) Thickening of Ellipses: In AutoCAD, two types of ellipses can be drawn – true ellipses and compound line ellipses. True ellipses cannot be thickened using the Pedit command, whereas compound line ellipses can be thickened with this command. The type of ellipse that can be drawn is determined by the value of the system variable Pellipse. Just like with regular commands, enter the system variable name Pellipse in the Command line and press Enter; the current value will be displayed. If the value is 0, only a true ellipse can be drawn, but if it is set to 1, the ellipses drawn thereafter will be compound-line ellipses. After drawing an ellipse, the Pedit command can be used to thicken the ellipse’s outline. 5) Thickening of arbitrary curves: Arbitrary curves drawn using the Draw\Spline command cannot be thickened using the Pedit command. To bold any curve, a composite linear fitting method can be used to generate such a curve; this type of curve is a composite line curve, and it can certainly be bolded using the Pedit command. The fitting process is roughly as follows: first, a multi-segment polyline is drawn using the Draw\Polyline command based on the trend of the curve. Later, when using the Prdit command, both the Fit and Spline options can be used to fit such a multi-segment polyline, turning it into a curve that follows the same trend as the polyline, as shown in the figure. 6) Thickening rectangles and polygons: Rectangles drawn using Draw\Rectangle, or polygons drawn using Draw\Polygon, are essentially composite lines, and can be thickened directly using the Pedit command. Well, once you have learned the methods for thickening the above types of graphic lines, it will be possible to thicken any complex graphic lines as well. It should be noted that the Pedit command can only bold one line at a time; if there are many lines in a graphic that need to be bolded, using this method is quite troublesome. Although the Join option under the Pedit command can be used to connect lines that are end-to-end (intersection and separation are not possible), thereby thickening them and reducing the number of operations required, there may still be a lot of work left to do for thickening. Some users may not be able to see the Express menu on their computers; this is due to the fact that AutoCAD was not installed using the \"full installation\" method. In such cases, either Express needs to be added, or the existing AutoCAD needs to be uninstalled and then reinstalled using the \"full installation\" method. If Express is installed but the “Express” menu is not visible on the screen, try the following commands: Menuload, Expresstools, Expressmenu.
Reply #82007-12-24
The purge command is commonly used; generally, after a file is completed, I’m used to running purge on it
Reply #92007-12-25
I don’t know yet. I’ll give it a try. Thank you!
Reply #102007-12-25
Really great stuff, I’ve added it to my collection. Thank you!
Reply #112007-12-28
  F1: Get help
F2: Switch between the drawing window and text window
F3: Control whether automatic object snapping is enabled
F4: Digitizer control
F5: Switch between isometric planes
F6: Control how coordinates are displayed on the status bar
F7: Control grid display mode
F8: Control orthographic mode
F9: Control grid snap mode
F10: Control polar mode
F11: Control object tracking mode
Ctrl+B: Control grid snap mode (F9)

Just took a look…
dra: Radius dimensioning
ddi: Diameter dimensioning
dal: Aligned dimensioning
dan: Angular dimensioning
Ctrl+C: Copy selected objects to the clipboard
Ctrl+F: Control whether automatic object snapping is enabled (F3)
Ctrl+G: Control grid display mode (F7)
Ctrl+J: Repeat the previous command
Ctrl+K: Hyperlink
Ctrl+N: Create a new drawing file
Ctrl+M: Open the options dialog box
AA: Measure area and perimeter
AL: Align objects
AR: Array objects
AP: Load *lsp programs
AV: Open the view dialog box
SE: Open the automatic object snapping dialog box
ST: Open the font settings dialog box
SO: Draw 2D solids
SP: Spell check
SC: Scale objects
SN: Set grid snap mode
DT: Text settings
DI: Measure the distance between two points
OI: Insert external objects
Ctrl+1: Open the properties dialog box
Ctrl+2: Open the image resource manager
Ctrl+6: Open image data atoms
Ctrl+O: Open an image file
Ctrl+P: Open the print dialog box
Ctrl+S: Save file
Ctrl+U: Control polar mode (F10)
Ctrl+V: Paste content from the clipboard
Ctrl+W: Control object tracking mode (F11)
Ctrl+X: Cut selected content
Ctrl+Y: Redo
Ctrl+Z: Undo the previous action
A: Draw arcs
B: Define blocks
C: Draw circles
D: Dimension resource manager
E: Delete
F: Round edges
G: Combine objects
H: Fill
I: Insert
S: Stretch
T: Text input
W: Define blocks and save them to disk
L: Lines
M: Move
X: Explode
V: Set current coordinates
U: Restore previous actions
O: Offset
P: Move
Z: Scale

Display degraded adaptation (toggle) [O]
Adapt to perspective grid [Shift]+[Ctrl]+[A]
Arrange objects [Alt]+[A]
Angle snapping (toggle) [A]
Animation mode (toggle) [N]
Switch to rear view [K]
Background locking (toggle) [Alt]+[Ctrl]+[B]
Previous time unit [.]
Next time unit [,]
Switch to top view [T]
Switch to bottom view [B]
Switch to camera view [C]
Switch to front view [F]
Switch to equal-sized user view [U]
Switch to right view [R]
Switch to perspective view [P]
Cycle through selection modes [Ctrl]+[F]
Default lighting (toggle) [Ctrl]+[L]
Delete objects [DEL]
Temporarily disable current view [D]
Show/hide geometric bounding boxes (toggle) [Ctrl]+[E]
Display first toolbar [Alt]+[1]
Expert mode – full screen (toggle) [Ctrl]+[X]
Hold scene [Alt]+[Ctrl]+[H]
Fetch scene [Alt]+[Ctrl]+[F]
Freeze selected objects [6]
Jump to last frame [END]
Jump to first frame [HOME]
Show/hide cameras [Shift]+[C]
Show/hide geometry [Shift]+[O]
Show/hide grids [G]
Show/hide helper objects [Shift]+[H]
Show/hide lights [Shift]+[L]
Show/hide particle systems [Shift]+[P]
Show/hide space warp objects [Shift]+[W]
Lock user interface (toggle) [Alt]+[0]
Match to camera view [Ctrl]+[C]
Material editor [M]
Maximize current view (toggle) [W]
Script editor [F11]
New scene [Ctrl]+[N]
Normal alignment [Alt]+[N]
Move grid downward using numeric keypad [-]
Move grid upward using numeric keypad [+]
NURBS surface display mode [Alt]+[L] or [Ctrl]+[4]
NURBS adjustment grid 1 [Ctrl]+[1]
NURBS adjustment grid 2 [Ctrl]+[2]
NURBS adjustment grid 3 [Ctrl]+[3]
Offset snapping [Alt]+[Ctrl]+[Space]
Open a MAX file [Ctrl]+[O]
Pan view [Ctrl]+[P]
Interactively pan view [I]
Place highlight [Ctrl]+[H]
Play/stop animation [/]
Quick rendering [Shift]+[Q]
Return to previous scene action [Ctrl]+[A]
Return to previous view action [Shift]+[A]
Undo scene actions [Ctrl]+[Z]
Undo view actions [Shift]+[Z]
Refresh all views [1]
Render using previous parameters [Shift]+[E] or [F9]
Rendering configuration [Shift]+[R] or [F10]
Cycle through XY/YZ/ZX locking modes [F8]
Constrain to X-axis [F5]
Constrain to Y-axis [F6]
Constrain to Z-axis [F7]
Rotate view mode [Ctrl]+[R] or [V]
Save file [Ctrl]+[S]
Transparently display selected objects (toggle) [Alt]+[X]
Select parent objects [PageUp]
Select child objects [PageDown]
Select objects by name [H]
Selection locking (toggle) [Space]
Dim selected object faces (toggle) [F2]
Show all view grids (toggle) [Shift]+[G]
Show/hide command panel [3]
Show/hide floating toolbars [4]
Display last rendered image [Ctrl]+[I]
Show/hide main toolbar [Alt]+[6]
Show/hide safe frame [Shift]+[F]
Show/hide brackets of selected objects [*] [J]
Show/hide toolbars [Y]/[2]
Percentage snapping (toggle) [Shift]+[Ctrl]+[P]
Enable/disable snapping [S]
Cycle through snap points [Alt]+[Space]
Sound (toggle) [/]
Place objects at intervals [Shift]+[I]
Switch to light view [Shift]+[4]
Cycle through child object levels [Ins]
Child object selection (toggle) [Ctrl]+[B]
Texture correction [Ctrl]+[T]
Increase dynamic coordinates [+]
Decrease dynamic coordinates [-]
Activate dynamic coordinates (toggle) [X]
Precisely enter transformation values [F12]
Unfreeze all objects [7]
Display hidden objects by name [5]
Refresh background image [Alt]+[Shift]+[Ctrl]+[B]
Show geometric bounding boxes (toggle) [F4]
View background [Alt]+[B]
Quickly display geometry using boxes (toggle) [Shift]+[B]
Enter virtual reality mode – numeric keypad [1]
Move virtual view downward – numeric keypad [2]
Move virtual view leftward – numeric keypad [4]
Move virtual view rightward – numeric keypad [6]
Move virtual view upward – numeric keypad [8]
Zoom in virtual view – numeric keypad [7]
Zoom out virtual view – numeric keypad [9]
Solidly display geometry in scene (toggle) [F3]
Display all objects in all views [Shift]+[Ctrl]+[Z]
Zoom viewport to selected object range [E]
Scale range [Alt]+[Ctrl]+[Z]
Double zoom viewport [Shift]+numeric keypad [+]
Magnifier tool [Z]
Halve viewport size [Shift]+numeric keypad [-]
Zoom based on selection [Ctrl]+[W]
Interactively zoom viewport []

Track View
Add keyframes [A]
Previous time unit []
Edit keyframe mode [E]
Edit area mode [F3]
Edit time mode [F2]
Expand object toggle [O]
Expand track toggle [T]
Function curve mode [F5] or [F]
Lock selected objects [Space]
Move highlighted item upward [↓]
Move highlighted item downward [↑]
Slightly move keyframe left [←]
Slightly move keyframe right [→]
Position area mode [F4]
Return to previous scene action [Ctrl]+[A]
Undo scene actions [Ctrl]+[Z]
Render using previous configuration [F9]
Rendering configuration [F10]
Collapse downward [Ctrl]+[↓]
Collapse upward [Ctrl]+[↑]

Material Editor
Render using previous configuration [F9]
Rendering configuration [F10]
Undo scene actions [Ctrl]+[Z]

Schematic View
Next time unit [>]
Previous time unit [
Reply #122007-12-30
It is recommended that the poster convert the materials into PDF format, compress them, and then upload them to the forum. Thank you!
Reply #132007-12-30
What rich knowledge! A lot of it is quite unfamiliar to me! But thanks anyway, I’ll study hard*.
Reply #142007-12-31
CAD is extremely complex; it takes a week to study it, and at least three to four months to truly master some of its techniques
Reply #152007-12-31
Very good material; I’m learning from it, thank you.
Reply #162008-01-01
Thank you for your great contribution! It would be even better if it were in PDF format!

Submit a Project

**Looking for Chemical Technology, Equipment & Solutions?** No Registration Required Broader Platform Exposure | Global Chemical Service Provider Connections

Submit Request — Free Consultation

Disclaimer

This is an automated machine translation of the original thread. Some technical terms may have inaccuracies; the original text shall prevail. Click "View Original" at the top right to access the source page, which supports IP-based automatic real-time language translation. Please watch out for contact details and sales inducements to prevent fraud. All content and translations are for reference only, representing solely the poster's personal views. For enquiries, email service@hcbbs.com.