The shortcuts you must learn in CAD will make you fly in drawing
MA:属性匹配 ST:文字样式 COL:设置颜色 LA:图层操作 LT:线形 LTS:线形比例 LW:线宽 UN:图形单位 ATT:属性定义 ATE:编辑属性 BO:边界创建,包括创建闭合多段线和面域EXIT : QUIT:退出 EXP:输出其它格式文件 IMP:输入文件 OP,PR:自定义CAD设置 PRINT:打印 PU:清除垃圾 R:重新生成 REN:重命名 DS:设置极轴追踪 OS:设置捕捉模式 PRE:打印预览 TO:工具栏 V:命名视图 AA:面积 DI:距离 LI:显示图形数据信息 SU:减集 UNI:加集 IN:交集 D:测量 W:写块 G:对相W组合 F2:文本窗口 F3:对象捕捉 F4:数字化仪控制 F5:等轴测平面切换 F6:控制状态行上坐标的显示方式 F7:栅格 F9:捕捉栅格 F10:极轴 F11:对象追踪 F12:动态输入
PO:点 L:直线 XL:射线 PL:多段线 ML:多线 SPL:样条曲线 POL:正多边形 REC:矩形 C:圆 A:圆弧 DO:圆环 EL:椭圆 REG:面域 MT:多行文本 T:多行文本 B:块定义 I:插入块 W:定义块文件 DIV:等分 H:填充 F8:正交 MA:格式刷 CAL:计算器
CO:复制 MI:镜像 AR:阵列 O:偏移 RO:旋转 M:移动 E:删除 X:分解 TR:修剪 EX:延伸 S:拉伸 LEN:直线拉长 SC:比例缩放 BR:打断 CHA:倒角 F:倒圆角 PE:多段线编辑 ED:修改文本 AL:对齐
P:平移 Z+空格+空格:实时缩放 Z:局部放大 Z+P:返回上一视图 Z+E:显示全图
DLI:直线标注 DAL:对齐标注 DRA:半径标注 DDI:直径标注 DAN:角度标注 DCE:中心标注 DOR:点标注 TOL:标注形位公差 LE:速引出标注 DBA:基线标注 DCO:连续标注 D:标注样式 DED:编辑标注 DOV :替换标注系统变量
【CTRL】+1:修改特性 【CTRL】+2:设计中心) 【CTRL】+O:打开文件 【CTRL】+N、M:新建文件 【CTRL】+P:打印文件 【CTRL】+S:保存文件 【CTRL】+Z:放弃 【CTRL】+X:剪切 【CTRL】+C:复制 【CTRL】+V:粘贴 【CTRL】+B :栅格捕捉 【CTRL】+F:对象捕捉 【CTRL】+G:栅格 【CTRL】+L:正交 【CTRL】+W:对象追踪 【CTRL】+U:极轴
1. Before drawing a picture, first draw a rectangle by inputting the length and width to determine the maximum size of the picture, then select the "Regenerate All Command" in the edit menu, and finally scroll the wheel until you see the picture.
2. When converting graphics in a higher version of CAD to a lower version, first open the high version icon to disk through "Save As", bring up the lower version, then select the lower version, and then "Rename". Save later.
3. Text style, annotation style, etc. are in the format menu. Use this command to modify the related format of the text.
4. The CAD drawing can be copied to WORD or EXCEL through the copy and paste command, but before copying, the drawing should be maximized through the scroll wheel, and then the drawing can be copied through the "select, copy and paste" method. Switch the diagram to WORD or EXCEL.
5. Coordinates are used through the annotation menu. For the "Trim and Stretch" command, be sure to select the boundary first. Then select the edge to be trimmed.
6. The coordinates of the general building plan (total station) are opposite to the coordinate markings in mathematics or computers, so X and Y should be entered in reverse to be correct. Difference: You cannot use decimal points when entering coordinates in the computer.
7. If you want to repeat the command you just executed, just press Enter.
The above is the detailed content of The shortcuts you must learn in CAD will make you fly in drawing. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











The five basic components of the Linux system are: 1. Kernel, 2. System library, 3. System utilities, 4. Graphical user interface, 5. Applications. The kernel manages hardware resources, the system library provides precompiled functions, system utilities are used for system management, the GUI provides visual interaction, and applications use these components to implement functions.

vscode built-in terminal is a development tool that allows running commands and scripts within the editor to simplify the development process. How to use vscode terminal: Open the terminal with the shortcut key (Ctrl/Cmd). Enter a command or run the script. Use hotkeys (such as Ctrl L to clear the terminal). Change the working directory (such as the cd command). Advanced features include debug mode, automatic code snippet completion, and interactive command history.

To view the Git repository address, perform the following steps: 1. Open the command line and navigate to the repository directory; 2. Run the "git remote -v" command; 3. View the repository name in the output and its corresponding address.

Although Notepad cannot run Java code directly, it can be achieved by using other tools: using the command line compiler (javac) to generate a bytecode file (filename.class). Use the Java interpreter (java) to interpret bytecode, execute the code, and output the result.

The main uses of Linux include: 1. Server operating system, 2. Embedded system, 3. Desktop operating system, 4. Development and testing environment. Linux excels in these areas, providing stability, security and efficient development tools.

VS Code One-step/Next step shortcut key usage: One-step (backward): Windows/Linux: Ctrl ←; macOS: Cmd ←Next step (forward): Windows/Linux: Ctrl →; macOS: Cmd →

Causes and solutions for the VS Code terminal commands not available: The necessary tools are not installed (Windows: WSL; macOS: Xcode command line tools) Path configuration is wrong (add executable files to PATH environment variables) Permission issues (run VS Code as administrator) Firewall or proxy restrictions (check settings, unrestrictions) Terminal settings are incorrect (enable use of external terminals) VS Code installation is corrupt (reinstall or update) Terminal configuration is incompatible (try different terminal types or commands) Specific environment variables are missing (set necessary environment variables)

There are six ways to run code in Sublime: through hotkeys, menus, build systems, command lines, set default build systems, and custom build commands, and run individual files/projects by right-clicking on projects/files. The build system availability depends on the installation of Sublime Text.
