明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 303|回复: 2

[资源] acdmac_2013_customization_guide

[复制链接]
发表于 2022-9-28 17:51 | 显示全部楼层 |阅读模式
发现一个AutoCAD官方的pdf,
里面对于形、字体自定义介绍很详细.不知道有没有中文版本的这个帮助文件啊?


Chapter 1 Basic Customization . . . . . . . . . . . . . . . . . . . . . . . . 1
Overview of Customization . . . . . . . . . . . . . . . . . . . . . . . . 1
Organize Program and Support Files . . . . . . . . . . . . . . . . . . . . 3
Overview of File Organization . . . . . . . . . . . . . . . . . . . . 3
Multiple Drawing Folders . . . . . . . . . . . . . . . . . . . . . . 5
Locate Customized Files . . . . . . . . . . . . . . . . . . . . . . . 7
Locate Plot Style Files . . . . . . . . . . . . . . . . . . . . . . 8
Locate Plotter Files . . . . . . . . . . . . . . . . . . . . . . . 8
Locate Support Files . . . . . . . . . . . . . . . . . . . . . . 9
Locate Drawing Template Files . . . . . . . . . . . . . . . . 12
Locate Texture Files . . . . . . . . . . . . . . . . . . . . . . 13
Create Command Aliases . . . . . . . . . . . . . . . . . . . . . . . . . 14
Create Command Aliases . . . . . . . . . . . . . . . . . . . . . . 15
Chapter 2 Custom Linetypes . . . . . . . . . . . . . . . . . . . . . . . . . 17
Overview of Linetype Definitions . . . . . . . . . . . . . . . . . . . . . 17
Simple Custom Linetypes . . . . . . . . . . . . . . . . . . . . . . . . . 18
Simple Custom Linetypes . . . . . . . . . . . . . . . . . . . . . . 20
Text in Custom Linetypes . . . . . . . . . . . . . . . . . . . . . . . . . 21
Text in Custom Linetypes . . . . . . . . . . . . . . . . . . . . . . 23
Shapes in Custom Linetypes . . . . . . . . . . . . . . . . . . . . . . . 24
Chapter 3 Custom Hatch Patterns . . . . . . . . . . . . . . . . . . . . . . 27


Overview of Hatch Pattern Definitions . . . . . . . . . . . . . . . . . . 27
Overview of Hatch Pattern Definitions . . . . . . . . . . . . . . . 29
Hatch Patterns with Dashed Lines . . . . . . . . . . . . . . . . . . . . 29
Hatch Patterns with Dashed Lines . . . . . . . . . . . . . . . . . 31
Hatch Patterns with Multiple Lines . . . . . . . . . . . . . . . . . . . . 31
Hatch Patterns with Multiple Lines . . . . . . . . . . . . . . . . . 33
Chapter 4 User Interface Customization . . . . . . . . . . . . . . . . . . . 35
Understand User Interface Customization . . . . . . . . . . . . . . . . 35
Overview of the Customization . . . . . . . . . . . . . . . . . . . 35
Customization Glossary . . . . . . . . . . . . . . . . . . . . . . . 36
Customize Commands . . . . . . . . . . . . . . . . . . . . . . . . . . 36
Overview of Commands . . . . . . . . . . . . . . . . . . . . . . 36
Create, Edit, and Reuse Commands . . . . . . . . . . . . . . . . . 37
Create, Edit, and Reuse Commands . . . . . . . . . . . . . 38
Create Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
Overview of Macros . . . . . . . . . . . . . . . . . . . . . . 40
Use Special Control Characters in Macros . . . . . . . . . . 42
Pause for User Input in Macros . . . . . . . . . . . . . . . . 44
Provide International Support in Macros . . . . . . . . . . . 46
Use Built-in Commands in Macros . . . . . . . . . . . . . . 46
Repeat Commands in Macros . . . . . . . . . . . . . . . . . 46
Use Single Object Selection Mode in Macros . . . . . . . . . 47
Use Conditional Expressions in Macros . . . . . . . . . . . 47
Use AutoLISP in Macros . . . . . . . . . . . . . . . . . . . . 48
Control the Display of Command Items . . . . . . . . . . . . . . 50
Create Tooltips for Commands . . . . . . . . . . . . . . . . . . . 51
Create and Manage Images for Commands . . . . . . . . . . . . . 51
Assign Images to a Command . . . . . . . . . . . . . . . . 52
Customize User Interface Elements . . . . . . . . . . . . . . . . . . . . 52
Menus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
Overview of Menus . . . . . . . . . . . . . . . . . . . . . . 52
Create and Manage Pull-down Menus . . . . . . . . . . . . 53
Tool Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
Overview of Tool Sets and Tool Groups . . . . . . . . . . . 56
Create and Manage Tool Sets . . . . . . . . . . . . . . . . . 57


Chapter 6 Command Scripts . . . . . . . . . . . . . . . . . . . . . . . . . 75
Create Command Scripts . . . . . . . . . . . . . . . . . . . . . . . . . 75
Overview of Command Scripts . . . . . . . . . . . . . . . . . . . 75
Overview of Command Scripts . . . . . . . . . . . . . . . . 76
Run Scripts at Startup . . . . . . . . . . . . . . . . . . . . . . . . 77
Run Scripts at Startup . . . . . . . . . . . . . . . . . . . . . 78
Chapter 7 Introduction to Programming Interfaces . . . . . . . . . . . . . 79
AutoLISP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
Overview of AutoLISP . . . . . . . . . . . . . . . . . . . . . . . . 79
Use AutoLISP Applications . . . . . . . . . . . . . . . . . . . . . 80
Automatically Load and Run AutoLISP Routines . . . . . . . . . . 82
Overview of AutoLISP Automatic Loading . . . . . . . . . . 82
The ACAD.LSP File . . . . . . . . . . . . . . . . . . . . . . 83
The ACADDOC.LSP File . . . . . . . . . . . . . . . . . . . . 84
The MNL File for an AutoLISP Menu . . . . . . . . . . . . . 85
Prevent AutoLISP Errors When Loading Startup Files . . . . 85
S::STARTUP Function: Postinitialization Execution . . . . . 86
ObjectARX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
Overview of ObjectARX . . . . . . . . . . . . . . . . . . . . . . . 88
Use ObjectARX Applications . . . . . . . . . . . . . . . . . . . . 88


Install and Uninstall Plug-In Applications . . . . . . . . . . . . . . . . 89
PackageContents.xml Format . . . . . . . . . . . . . . . . . . . . 90
ApplicationPackage Element . . . . . . . . . . . . . . . . . 93
CompanyDetails Element . . . . . . . . . . . . . . . . . . . 95
Components Element . . . . . . . . . . . . . . . . . . . . . 96
Supported Locale Codes . . . . . . . . . . . . . . . . . . . 103
Example of Basic .bundle Folder Structure . . . . . . . . . . . . 104
Example of Using Folders to Organize Components . . . . . . . 105
Chapter 8 Shapes and Shape Fonts . . . . . . . . . . . . . . . . . . . . . 109
Overview of Shape Files . . . . . . . . . . . . . . . . . . . . . . . . . 109
Overview of Shape Files . . . . . . . . . . . . . . . . . . . . . . 110
Create Shape Definition Files . . . . . . . . . . . . . . . . . . . . . . 110
Shape Descriptions . . . . . . . . . . . . . . . . . . . . . . . . . 111
Vector Length and Direction Code . . . . . . . . . . . . . . . . 112
Special Codes . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
Use Special Codes . . . . . . . . . . . . . . . . . . . . . . 114
Codes 0, 1, and 2: End of Shape and Draw Mode
Control . . . . . . . . . . . . . . . . . . . . . . . . . . . 115
Codes 3 and 4: Size Control . . . . . . . . . . . . . . . . . 115
Codes 5 and 6: Location Save/Restore . . . . . . . . . . . . 115
Code 7: Subshape . . . . . . . . . . . . . . . . . . . . . . 116
Codes 8 and 9: X-Y Displacements . . . . . . . . . . . . . 116
Code 00A: Octant Arc . . . . . . . . . . . . . . . . . . . . 117
Code 00B: Fractional Arc . . . . . . . . . . . . . . . . . . 118
Codes 00C and 00D: Bulge-Specified Arcs . . . . . . . . . . 119
Code 00E: Flag Vertical Text Command . . . . . . . . . . . 120
Text Font Descriptions . . . . . . . . . . . . . . . . . . . . . . . 121
Sample Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122
Extended Simplex Roman . . . . . . . . . . . . . . . . . . 123
Extended Standard Font for UNICODE . . . . . . . . . . . 151
Big Font Descriptions . . . . . . . . . . . . . . . . . . . . . . . 171
Define a Big Font . . . . . . . . . . . . . . . . . . . . . . 171
Define an Extended Big Font File . . . . . . . . . . . . . . 172
Use Big Font Text in a Drawing . . . . . . . . . . . . . . . 178
Use a Big Font to Extend a Font . . . . . . . . . . . . . . . 179
Unicode Font Descriptions . . . . . . . . . . . . . . . . . . . . 180
Superscripts and Subscripts in SHX Files . . . . . . . . . . . . . 181
Superscripts and Subscripts in SHX Files . . . . . . . . . . 181
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
发表于 2022-9-28 20:36 | 显示全部楼层
回复 支持 2 反对 0

使用道具 举报

发表于 2022-9-29 08:39 | 显示全部楼层
官方的在线帮助文档,应该已经全方位覆盖的。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-5-5 10:29 , Processed in 0.154658 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表