本人刚刚接触CAD,对很多快捷键不是很熟,哪位高人能将快捷键告知一二,本人不限感激,最好是结合本专业的,我用的是CAD2000,结合天正软件。
本人刚刚接触CAD,对很多快捷键不是很熟,哪位高人能将快捷键告知一二,本人不限感激,最好是结合本专业的,我用的是CAD2000,结合天正软件。
2楼
快捷键可以自己设,在cad系统文件里有扩展名为aucad.PGP的文件打开就是了。很简单。cad是开放型软件。
回复
3楼
是acad.pgp文件。如果怕改错了,可以拷一份放在别的目录下
回复
4楼
; $Header: $
; $NoKeywords: $
; AutoCAD Program Parameters File For AutoCAD 2000
; External Command and Command Alias Definitions
; Copyright (C) 1997-2000 by Autodesk, Inc.
; Each time you open a new or existing drawing, AutoCAD searches
; the support path and reads the first acad.pgp file that it finds.
; -- External Commands --
; While AutoCAD is running, you can invoke other programs or utilities
; such Windows system commands, utilities, and applications.
; You define external commands by specifying a command name to be used
; from the AutoCAD command prompt and an executable command string
; that is passed to the operating system.
; -- Command Aliases --
; You can abbreviate frequently used AutoCAD commands by defining
; aliases for them in the command alias section of acad.pgp.
; You can create a command alias for any AutoCAD command,
; device driver command, or external command.
; Recommendation: back up this file before editing it.
; External command format:
; ,[],,
,
; The bits of the bit flag have the following meanings:
; Bit 1: if set, dont wait for the application to finish
; Bit 2: if set, run the application minimized
; Bit 4: if set, run the application "hidden"
; Bit 8: if set, put the argument string in quotes
;
; Fill the "bit flag" field with the sum of the desired bits.
; Bits 2 and 4 are mutually exclusive; if both are specified, only
; the 2 bit is used. The most useful values are likely to be 0
; (start the application and wait for it to finish), 1 (start the
; application and dont wait), 3 (minimize and dont wait), and 5
; (hide and dont wait). Values of 2 and 4 should normally be avoided,
; as they make AutoCAD unavailable until the application has completed.
;
; Bit 8 allows commands like DEL to work properly with filenames that
; have spaces such as "long filename.dwg". Note that this will interfere
; with passing space delimited lists of file names to these same commands.
; If you prefer multiplefile support to using long file names, turn off
; the "8" bit in those commands.
; Examples of external commands for command windows
CATALOG, DIR /W, 8,指定文件: ,
DEL, DEL, 8,要删除的文件: ,
DIR, DIR, 8,指定文件: ,
EDIT, START EDIT, 9,要编辑的文件: ,
SH, , 1,*操作系统命令: ,
SHELL, , 1,*操作系统命令: ,
START, START, 1,*要启动的应用程序: ,
TYPE, TYPE, 8,要列出的文件: ,
; Examples of external commands for Windows
; See also the (STARTAPP) AutoLISP function for an alternative method.
EXPLORER, START EXPLORER, 1,,
NOTEPAD, START NOTEPAD, 1,*要列出的文件: ,
PBRUSH, START PBRUSH, 1,,
; Command alias format:
; ,*
; The following are guidelines for creating new command aliases.
; 1. An alias should reduce a command by at least two characters.
; Commands with a control key equivalent, status bar button,
; or function key do not require a command alias.
; Examples: Control N, O, P, and S for New, Open, Print, Save.
; 2. Try the first character of the command, then try the first two,
; then the first three.
; 3. Once an alias is defined, add suffixes for related aliases:
; Examples: R for Redraw, RA for Redrawall, L for Line, LT for
; Linetype.
; 4. Use a hyphen to differentiate between command line and dialog
; box commands.
; Example: B for Block, -B for -Block.
;
; Exceptions to the rules include AA for Area, T for Mtext, X for Explode.
; -- Sample aliases for AutoCAD commands --
; These examples include most frequ
回复
5楼
在cad的support目录下。你自己搜索也可以。
回复
6楼
1、对象特性
ADC, *ADCENTER(设计中心“Ctrl+2”)
CH, MO *PROPERTIES(修改特性“Ctrl+1”)
MA, *MATCHPROP(属性匹配)
ST, *STYLE(文字样式)
COL, *COLOR(设置颜色)
LA, *LAYER(图层操作)
LT, *LINETYPE(线形)
LTS, *LTSCALE(线形比例)
LW, *LWEIGHT (线宽)
UN, *UNITS(图形单位)
ATT, *ATTDEF(属性定义)
ATE, *ATTEDIT(编辑属性)
BO, *BOUNDARY(边界创建,包括创建闭合多段线和面域)
AL, *ALIGN(对齐)
EXIT, *QUIT(退出)
EXP, *EXPORT(输出其它格式文件)
IMP, *IMPORT(输入文件)
OP,PR *OPTIONS(自定义CAD设置)
PRINT, *PLOT(打印)
PU, *PURGE(清除垃圾)
R, *REDRAW(重新生成)
REN, *RENAME(重命名)
SN, *SNAP(捕捉栅格)
DS, *DSETTINGS(设置极轴追踪)
OS, *OSNAP(设置捕捉模式)
PRE, *PREVIEW(打印预览)
TO, *TOOLBAR(工具栏)
V, *VIEW(命名视图)
AA, *AREA(面积)
DI, *DIST(距离)
LI, *LIST(显示图形数据信息)
回复
7楼
2、绘图命令:
PO, *POINT(点)
L, *LINE(直线)
XL, *XLINE(射线)
PL, *PLINE(多段线)
ML, *MLINE(多线)
SPL, *SPLINE(样条曲线)
POL, *POLYGON(正多边形)
REC, *RECTANGLE(矩形)
C, *CIRCLE(圆)
A, *ARC(圆弧)
DO, *DONUT(圆环)
EL, *ELLIPSE(椭圆)
REG, *REGION(面域)
MT, *MTEXT(多行文本)
T, *MTEXT(多行文本)
B, *BLOCK(块定义)
I, *INSERT(插入块)
W, *WBLOCK(定义块文件)
DIV, *DIVIDE(等分)
H, *BHATCH(填充)
回复
8楼
3、修改命令:
CO, *COPY(复制)
MI, *MIRROR(镜像)
AR, *ARRAY(阵列)
O, *OFFSET(偏移)
RO, *ROTATE(旋转)
M, *MOVE(移动)
E, DEL键 *ERASE(删除)
X, *EXPLODE(分解)
TR, *TRIM(修剪)
EX, *EXTEND(延伸)
S, *STRETCH(拉伸)
LEN, *LENGTHEN(直线拉长)
SC, *SCALE(比例缩放)
BR, *BREAK(打断)
CHA, *CHAMFER(倒角)
F, *FILLET(倒圆角)
PE, *PEDIT(多段线编辑)
ED, *DDEDIT(修改文本)
回复
9楼
4、视窗缩放:
P, *PAN(平移)
Z+空格+空格, *实时缩放
Z, *局部放大
Z+P, *返回上一视图
Z+E, *显示全图
回复
10楼
5、尺寸标注:
DLI, *DIMLINEAR(直线标注)
DAL, *DIMALIGNED(对齐标注)
DRA, *DIMRADIUS(半径标注)
DDI, *DIMDIAMETER(直径标注)
DAN, *DIMANGULAR(角度标注)
DCE, *DIMCENTER(中心标注)
DOR, *DIMORDINATE(点标注)
TOL, *TOLERANCE(标注形位公差)
LE, *QLEADER(快速引出标注)
DBA, *DIMBASELINE(基线标注)
DCO, *DIMCONTINUE(连续标注)
D, *DIMSTYLE(标注样式)
DED, *DIMEDIT(编辑标注)
DOV, *DIMOVERRIDE(替换标注系统变量)
回复
11楼
(二)常用CTRL快捷键
【CTRL】+1 *PROPERTIES(修改特性)
【CTRL】+2 *ADCENTER(设计中心)
【CTRL】+O *OPEN(打开文件)
【CTRL】+N、M *NEW(新建文件)
【CTRL】+P *PRINT(打印文件)
【CTRL】+S *SAVE(保存文件)
【CTRL】+Z *UNDO(放弃)
【CTRL】+X *CUTCLIP(剪切)
【CTRL】+C *COPYCLIP(复制)
【CTRL】+V *PASTECLIP(粘贴)
【CTRL】+B *SNAP(栅格捕捉)
【CTRL】+F *OSNAP(对象捕捉)
【CTRL】+G *GRID(栅格)
【CTRL】+L *ORTHO(正交)
【CTRL】+W *(对象追踪)
【CTRL】+U *(极轴)
回复