Current location - Quotes Website - Signature design - Why does CAD always close when you use it?
Why does CAD always close when you use it?

1. If the toolbar in AUTOCAD disappears, right-click on the toolbar, or Tools - Options - Configuration - Reset, you can also use the command: MENULOAD command, and then click Browse , select ACAD.MNC to load.

2. When labeling, when labeling is at a certain distance from the image, execute the DIMEXO command and enter numbers to adjust the distance.

3. When using the break command, when entering the second point, you can enter @, so that you can break at the first point.

4. In AUTOCAD, files can be inserted into other files as blocks, but this will make the files too large. You can use the PURGE command to clear them.

5. In AUTOCAD, modify the ACAD.CNT file and add your own help link in the help.

6. The menu source file in AUTOCAD is a .MNU file. You can modify it to add your own commands to the menu, and then load it with the MENU command. You can refer to AUTOCAD help to understand the menu file format. It is relatively simple to add your own commands to the icon toolbar. You can right-click on the toolbar, click NEW in the TOOLBAR dialog box, enter the toolbar name, then select CUSTOMIZE, select CUSTOM, and drag the empty button into the toolbar. Then right-click on the empty button, define its properties, and the icon can be personalized.

7. Solution when a fatal error occurs when printing under XP system using AUTOCAD (2002 and 2004):

Do not turn on the print stamp function in AUTOCAD. , you need to change the ACPLTSTAMP.ARX file in the AUTOCAD root directory to another name or delete it.

However, AUTOCAD cannot be run when deleting, and it must have administrator rights, otherwise it cannot be deleted.

8. If AUTOCAD is forced to close after an error occurs and is restarted, the following phenomenon occurs: the file-open command cannot pop up a window to select a file. When outputting a file, the FILEDIA variable should be modified. .

9. How to arrange text into an arc shape: Use the ARCTEXT command, but the prerequisite is that EXPRESS must be installed.

10. How to insert non-rectangular pictures: Use the CLIPIT command, and EXPRESS must be installed.

11. The difference between adding "-" before the command and not adding "-":

"-" and not adding "-" have different meanings in AUTOCAD. Adding "-" is a compatible command developed after AUTOCAD2000 in order to have a unified writing method for commands in various language versions.

Adding "-" before the command is the command line mode of the command. If not, it is the dialog mode. To be more specific: after adding "-" in front of the command, the dialog mode will not appear when the command is run. All The commands are all entered on the command line. When the command is run without adding "-", a dialog box will appear, and the parameters are entered in the dialog box.

12. After modifying the ACAD.PGP file, there is no need to restart AUTOCAD. Just type the REINIT command, select PGP, and confirm, and the newly modified ACAD.PGP file will be loaded immediately.

13. After modifying ACAD.LSP, it cannot be loaded automatically. Every time you create a new document or open AUTOCAD, you must manually load the ACAD.LSP file. If you want to load it automatically every time you start or create a new file, LISP file, then you can modify the ACADLSPASDOC system variable to 1.

14. How to close the *BAK file in CAD:

(1) Tools - Options, select the "Open and Save" tab, and then change "Every Remove the check mark before "CREAT BACKUP COPY WITH EACH SAVES".

(2) You can also use the command ISAVEBAK to change the ISAVEBAK system variable to 0. When the system variable is 1, a "*BAK" backup file will be created every time you save.

15. Restore graphics from backup files:

First, display the file extension in Tools - Folder Options - then find the backup file and rename it to ". DWG" format, and finally open it using the method of opening other CAD files.

16. During quick selection, you can use the FI command to set the type style of quick selection, and use the FI command to filter the required objects.

17. If in a picture, the content of layer 1 is obscured by the content of layer 2, use TOOL——DISPLAY ORDER——BRING TO FRONT to display the obscured content. come out.

18. If you want to change all the STANDADN style annotation text in the figure to SIMPLEX style, you can add a sentence in ACAD.LSP:

(vl-cmdf ".style" " standadn" "simplex.shx")

19. How to insert EXCEL in AUTOCAD:

Copy the content in EXCEL, and then use EDIT in CAD--PASTE SPECIAL Three options "AUTOCAD ENTITIES" (Paste Special), and then spaces all the way. Of course, you also have to choose the zoom ratio and finally explode.

20. When marking text, how to mark superscript and subscript:

(1) Superscript: When editing text, enter 2^, then select 2^, and click the a/b button , that’s it.

(2) Subscript: When editing text, enter ^2, then select ^2 and click the a/b button.

(3) Superscript and subscript: When editing text, enter 2^2, then select 2^2 and click the a/b button.

21. How to modify the text alignment without changing the text position: MODIFY——OBJECT——TEXT——JUSTIFY. If you change the alignment, the text position will not change.

22. In AUTOCAD, the frame displaying coordinates in the lower left corner of the drawing area sometimes turns gray. When the mouse moves in the drawing area, the displayed coordinates do not change. In this case, you need to press the F6 key or change the COORDS system Change the variable to 1 or 2.

When the system variable is 0, it means that the coordinate display is updated when a pointing device is used to specify a point.

When the system variable is 1, it means that the coordinate display is continuously updated.

When the system variable is 2, it means that the coordinate display is continuously updated. When distance and angle are required, the distance and angle to the previous point are displayed.

23. When there is no dotted frame displayed when drawing, for example, when drawing a rectangle, after taking a point, no rectangular dotted frame changes when the mouse is dragged. At this time, the system variable of DRAGMODE needs to be modified. It is recommended to change it to AUTO. .

When the system variable is ON and the object to be dragged is selected, the outline of the object will be displayed during dragging only when DRAG is entered in the command line.

When the system variable is OFF, the outline of the object is not displayed when dragging.

When the system variable is set to AUTO, the outline of the object is always displayed when dragging.

24. When selecting an object and the virtual frame generated by dragging the mouse changes to a solid frame and two intersecting points are left after selection, just modify the BLIPMODE system variable to OFF.

25. If the dialog box in the command changes to a command prompt, then change the CMDDIA system variable to 1.

When the system variable is 0, it is the command line;

When the system variable is 1, it is the dialog box.

26. When you open an old drawing with AutoCAD, you will sometimes encounter an abnormal error and exit. In this case, first use the method introduced earlier. If the problem still exists, you can create a new graphics file, and Inserting the old image in tile form may solve the problem.

27. In AutoCAD, sometimes the dimension arrows and the trajectory lines drawn by Trace become hollow. Use the TRIMMODE command and enter a new value of 1 at the prompt line to make them solid again.

28. After completing the part drawings for assembly, you can insert the part drawings and explode them, then use group to form a group and then assemble. At this time, use the ddselect command to control the state of the group selection and cancel. When selecting a group, you can delete, cut, and modify the members in the group, and then turn on the group state when you want to move parts.

29. AutoCAD provides a large number of command abbreviations. The following provides single-character abbreviations in CAD (R14):

A:ARC, B:Bmake, C:Circle, D:ddim, E:erase, F:fillet, G:group, H:batch, I:ddinsert, L:line,

M:move, O:offset, P:pan, R:redraw , S:stretch, T:mtext, U:undo, V:ddview, W:Wblock, X:explode, Z:zoom.

30. Autocad2004 has added the function of setting a password for graphics. The specific setting method is as follows:

(1) After executing the save command, in the pop-up save drawing as (save drawing as) In the dialog box, select security options in the tools drop-down menu in the upper right corner of the dialog box, autocad will pop up the security options dialog box,

(2) Click Password tab, enter the password in the password or phrase to open this drowing text box. In addition, digital signatures can also be set using the digital sinnature (digital signature) tab.

31. Transparent command, you can see this word in many places on the forum. The so-called transparent command means entering and executing the command on the command line while running other commands. Transparency commands are mostly commands to modify graphics settings, or to open drawing auxiliary tools, such as snap, grid, or zoom.

To use a command transparently, enter a single quote "'" before entering the command. In the command line, there is a double dash "〉〉" before the prompt of a transparent command. After the transparent command is executed, the original command will continue to be executed.

However, during the process of transparent use of a command, other transparent commands cannot be used, which means that transparent commands cannot be nested.

32. To set the drawing units, the command is units, and the menu command is format--units. After executing this command, the drawing units dialog box will pop up. In the dialog box It contains four areas: length, angle, graphic unit of design center block and output sample. You can make corresponding settings. Clicking the direction button will pop up the direction control dialog box. In this dialog box, you can set the reference angle direction. The default is 0 degrees east.

33. Interchange of windows , at work, sometimes we open several graphic files at the same time. It is troublesome to click the window with the mouse and then find the file to be opened. In CAD, you can use ctrl+f6 or ctrl+tab to exchange windows, but It should be noted that the input method at this time must be the English input method.

34. In CAD, you can use ctrl+z to cancel the above operation and ctrl+y to restore it. However, before 2004, you can only restore one step, but after 2004, you can restore it multiple times.

35. The color of the line set with the layer in cad cannot be selected in the quick selection. For example, if you set the color of layer 1 to green, draw a straight line on layer 1, and set the color to With the layer, if you select green with color during quick selection, the straight line cannot be selected.

36. When copying objects, you always need to enter M for multiple copies, which is more troublesome. You can add a program in the acad.lsp file to avoid entering M. My usage is:

(defun C:CVV ()

(setvar "cmdecho" 0)

(setq css (ssget)) (command "copy" css "" "m")

(setq css nil) (setvar "cmdecho" 1)

(prin1) )

Enter CVV and press Enter to achieve multiple copies.

37. When breaking a circle, AUTOCAD will delete the arc from the first breakpoint to the second breakpoint on the circle in the counterclockwise direction.

38. AUTOCAD2004 allows the use of objects such as lines, arcs, circles, ellipses or elliptical arcs, polylines, splines, construction lines, rays and text as shearing edges. The cutting edge can also serve as the cutting edge.

39. The chamfer distance is the length of each object that is trimmed or extended when it meets the chamfer line or intersects with other objects. If both chamfer distances are 0, the chamfer operation will trim or extend the two objects until they intersect, but will not create a chamfer line.

40. AUTOCAD allows you to add fillets to two parallel lines. As a result, AUTOCAD automatically sets the fillet radius to half the distance between the two parallel lines.

41. The layer set as the current layer must exist. When using the CLAYER command to set the current layer, the user must enter the layer name accurately, otherwise the setting will be invalid. This method of using the command line to enter the layer name is generally only suitable for experienced people, and beginners are not recommended to use it.

42. How to convert the three-dimensional coordinate system into two-dimensional: view---display---ucs iconproperties, just modify it.

43. AutoCAD skills - automatically find boundaries when trimming or extending (extend)

When applying trim (trim) or extend (extend) commands, often Tip: Select the boundary first, then select the cut or extend object.

If you press Enter or right-click when prompted to select a boundary, you can directly select the object to be cut or extended. The boundary to be cut or extended is the entity closest to it.

It should be noted that if the entity is completely outside the current view, it will not be used as a boundary.

44. Drawing of polygons

AutoCAD can create equilateral polygons with sides from 3 to 1024. When drawing, you can choose the inscribed circle method or the circumscribed circle method. Generally, we use Directly enter the value of the side length or select the endpoint to complete. In fact, we can also draw by specifying the two endpoints of a certain edge of the polygon. This is especially suitable when part of the graphic has been drawn. This requires the use of the "Edge" parameter in the "Polygon" command. When After we click the "Polygon" button or enter the "Polygon" command, we first need to enter the number of sides of the polygon according to the prompts. Next, we need to select the "Edge" parameter, and then capture the two endpoints to complete the drawing of the polygon. This can greatly Save drawing time

45. How to remove the borders of pictures inserted with the IMAGE command:

Just set the system variable IMAGEFRame to OFF; if the ET tool is installed, directly Click TOGGLE FRame in the standard toolbar to remove the border, and click again to add a border.

To improve the drawing speed using AutoCAD software, skills are essential. Below are some tips that the author has summarized in practice. You might as well give it a try.

46. How to eliminate the education production drawing stamp in CAD:

1. Save the drawing file as an R12 DXF file and it should be eliminated

2. This print stamp cannot be removed using Autocad's own print stamp function. Otherwise, everyone can just spend the money of the educational version and enjoy the benefits of the commercial version. Copy the graphic to the commercial version and this stamp will remain.

I studied this problem a few months ago. The solution is very simple. Just open the file with DWG Express 6.0, convert it to any version (you can also not convert the format and version), and save it as other dwg file is OK.

3. Install DWGgateway v2.0.0.121 and convert the graphics to other versions, such as R14. There will be no "print stamp" when opening.

4. Change the ACPLTAMP.ARX file in the cad root directory to another name or delete it to eliminate the printing stamp