autocad—油浸式变压器的参数化绘图设计.rar
autocad—油浸式变压器的参数化绘图设计,autocad—油浸式变压器的参数化绘图设计4.8万字 80页包括设计说明书,设计分析论文,总结,cad设计图,程序代码,dcl,lsp,sld文件摘 要随着社会的进步和市场经济的激烈竞争,对工程设计提出了更高、更新的要求,cad正是适应这一要求的产物。目前,我国cad技术的应用取得了较好的成绩,但由于cad技术涉及面...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 刘瑞 发布
AutoCAD—油浸式变压器的参数化绘图设计
4.8万字 80页
包括设计说明书,设计分析论文,总结,CAD设计图,程序代码,dcl,lsp,sld文件
摘 要
随着社会的进步和市场经济的激烈竞争,对工程设计提出了更高、更新的要求,CAD正是适应这一要求的产物。目前,我国CAD技术的应用取得了较好的成绩,但由于CAD技术涉及面广,影响因数多,在实际应用方面还不可能完全满足要求。二次开发是CAD技术应用取得实效的关键环节,因此,结合具体的专业CAD二次开发更具有实际意义。
由于变压器绘图在变压器设计绘图中占的比例大,变压器设计中频繁的重复计算和绘图。本次毕业设计开发了实用的变压器参数化绘图程序,从而提高了产品的设计效率和质量,降低了产品成本,能为企业获得较好的社会效益和经济效益。变压器参数化绘图系统使用AutoLISP和DCL编写,程序采用模块化的设计理念设计,提高了程序的生命力,本系统大大的缩短了产品设计周期,使企业提高了产品开发效率和设计质量。
关键词:Autolisp ,参数化绘图,变压器,计算机辅助设计
ABSTRACT
As the development of society, the competitiveness of economy and market get increasingly fierce, and then high and new requirement has been put forward. CAD (Computer-Aided Design) technique is the very outcome of this requirement. Recently, in CAD technique application, we have gotten a great success. However, involving in a large scale and with too many factors, it’s impossible to meet all the requirements in the actual application of the CAD technique. The re-develop is the key ring for CAD technique to make a real effect; therefore, the Re-develop Technology CAD in a certain field will be more effective.
Because the Transformer Mapping accounts for a large proportion in Transformer Design Mapping, calculation and mapping repeat again and again in the Transformer Design. In this Graduation Design, a practical parameterized mapping program design of transformer has been developed, and therefore improved the designing efficiency and the quality of products, reduced the cost and is helpful for enterprises to gain a better social and economical benefit. The transformer parameterized mapping system is composed in Auto LISP and DCL; in designing the program, Modular Idea is applied to improve the vitality of the program. This system greatly shortens the design circle of products and improves the R&D efficiency and quality of products.
Key words: AutoLISP,the parameterized mapping,transformer,computer-aided desig
目 录
摘 要 I
ABSTRACT II
第一章 AutoCAD二次开发概述 1
1.1 AutoCAD简介 1
1.2 AutoCAD二次开发语言及工具简介 2
1.2.1 AutoLISP 2
1.2.2 ADS 2
1.2.3 ObjectARX 2
1.2.4 VisualLISP 3
1.2.5 VBA 3
1.2.6 Visual Java 4
1.3 AutoLISP语言与DCL简介 4
1.3.1 AutoLISP简介 4
1.3.2 DCL简介 5
1.4 参数化绘图系统简介 8
1.4.1 概 述 8
1.4.2 理解参数化设计 8
1.4.3 设计参数化系统的基本要素 9
1.4.4 参数化设计的一般步骤 9
第二章 实用绘图工具的开发设计 10
2.1 概述 10
2.2设置绘图环境设计 10
2.2.1设计思想及流程 10
2.2.2 设计实施与程序设计 11
2.3. 图框的绘制 14
2.3.1 图纸的基本幅面 14
2.3.2 图框格式 15
2.3.3图框程序 16
2.4设计日期的输入 17
2.5 标题栏的绘制与填写方法 17
2.5.1 零件名称 18
2.5.2 零件材料 18
2.5.3 图样代号 18
2.5.4 比例 18
2.5.5 设计者 18
2.2.6 设计时期 19
2.5.7 选取点 19
2.5.8 程序操作界面 19
2.6 明细表 19
2.6.1 绘制明细表 19
2.6.2 绘制明细表程序 19
2.6.3 填写明细表 21
2.6.4 技术要求 23
2.7 序号标注 23
第三章 变压器绝缘部分参数化绘图设计 24
3.1 变压器各部件零件图的参数化绘图概述 24
3.2 绝缘部件的参数化绘图 25
3.3总体设计思路 26
3.4铁轭垫块参数化绘图 26
3.4.1参数确定 26
3.4.2 对话框界面设计 27
3.4.3 总体绘图设计思路 28
3.4.4 布局的点位图 28
3.4.5 主视图的绘制 28
3.4.6 左视图的绘制 29
3.4.7 俯视图的绘制 30
3.5下铁轭绝缘的参数话设计 31
3.5.1参数的确定 31
3.5.2 对话框界面设计 31
3.5.3 总体绘图设计思路 32
3.5.4 布局的点位图 32
3.5.5 主视图的绘制 33
3.5.6俯视图的绘制 33
3.5.7平面图的绘制 34
3.5.8平面右图的绘制 35
3.6上铁轭绝缘的参数化设计 35
3.6.1参数的确定 35
3.6.2 对话框界面设计 36
3.6.3 总体绘图设计思路 36
3.6.4 布局的点位图 37
3.6.5 主视图的绘制 38
3.6.6俯视图的绘制 38
3.6.7平面图的绘制 39
3.6.8平面右图的绘制 39
3.7绝缘装配的参数化设计 40
3.7.1 对话框界面设计 40
3.7.2 总体绘图设计思路 41
3.7.3 布局的点位图 41
3.7.4 块的绘制 41
第四章 结 论 43
参 考 文 献 44
致谢辞 45
附录A:铁轭垫块的主程序清单 46
附录B:上铁轭垫块的主程序清单 53
参 考 文 献
[1] 符纯华,计算机辅助设计,四川理工学院,2005。
[2] 符纯华、石艳,计算机辅助设计上机实验指导书 2005。
[3] 成大先,机械设计手册单行本,化学工业出版社,2004。
[4] 邱宣怀,机械设计,高等教育出版社,2003重印。
[5] 李学志,Visual LISP程序设计,清华大学出版社,2006.5
[6] 陈铁鸣,新编机械设计课程设计图册,高等教育出版社,2003.7。
[7] 汪琪美、霍新明,对话框与驱动程序设计,海洋出版社,1998。
[8] 吴勇进、林美樱,AutoLISP&DCL基础篇,中国铁道出版社
4.8万字 80页
包括设计说明书,设计分析论文,总结,CAD设计图,程序代码,dcl,lsp,sld文件
摘 要
随着社会的进步和市场经济的激烈竞争,对工程设计提出了更高、更新的要求,CAD正是适应这一要求的产物。目前,我国CAD技术的应用取得了较好的成绩,但由于CAD技术涉及面广,影响因数多,在实际应用方面还不可能完全满足要求。二次开发是CAD技术应用取得实效的关键环节,因此,结合具体的专业CAD二次开发更具有实际意义。
由于变压器绘图在变压器设计绘图中占的比例大,变压器设计中频繁的重复计算和绘图。本次毕业设计开发了实用的变压器参数化绘图程序,从而提高了产品的设计效率和质量,降低了产品成本,能为企业获得较好的社会效益和经济效益。变压器参数化绘图系统使用AutoLISP和DCL编写,程序采用模块化的设计理念设计,提高了程序的生命力,本系统大大的缩短了产品设计周期,使企业提高了产品开发效率和设计质量。
关键词:Autolisp ,参数化绘图,变压器,计算机辅助设计
ABSTRACT
As the development of society, the competitiveness of economy and market get increasingly fierce, and then high and new requirement has been put forward. CAD (Computer-Aided Design) technique is the very outcome of this requirement. Recently, in CAD technique application, we have gotten a great success. However, involving in a large scale and with too many factors, it’s impossible to meet all the requirements in the actual application of the CAD technique. The re-develop is the key ring for CAD technique to make a real effect; therefore, the Re-develop Technology CAD in a certain field will be more effective.
Because the Transformer Mapping accounts for a large proportion in Transformer Design Mapping, calculation and mapping repeat again and again in the Transformer Design. In this Graduation Design, a practical parameterized mapping program design of transformer has been developed, and therefore improved the designing efficiency and the quality of products, reduced the cost and is helpful for enterprises to gain a better social and economical benefit. The transformer parameterized mapping system is composed in Auto LISP and DCL; in designing the program, Modular Idea is applied to improve the vitality of the program. This system greatly shortens the design circle of products and improves the R&D efficiency and quality of products.
Key words: AutoLISP,the parameterized mapping,transformer,computer-aided desig
目 录
摘 要 I
ABSTRACT II
第一章 AutoCAD二次开发概述 1
1.1 AutoCAD简介 1
1.2 AutoCAD二次开发语言及工具简介 2
1.2.1 AutoLISP 2
1.2.2 ADS 2
1.2.3 ObjectARX 2
1.2.4 VisualLISP 3
1.2.5 VBA 3
1.2.6 Visual Java 4
1.3 AutoLISP语言与DCL简介 4
1.3.1 AutoLISP简介 4
1.3.2 DCL简介 5
1.4 参数化绘图系统简介 8
1.4.1 概 述 8
1.4.2 理解参数化设计 8
1.4.3 设计参数化系统的基本要素 9
1.4.4 参数化设计的一般步骤 9
第二章 实用绘图工具的开发设计 10
2.1 概述 10
2.2设置绘图环境设计 10
2.2.1设计思想及流程 10
2.2.2 设计实施与程序设计 11
2.3. 图框的绘制 14
2.3.1 图纸的基本幅面 14
2.3.2 图框格式 15
2.3.3图框程序 16
2.4设计日期的输入 17
2.5 标题栏的绘制与填写方法 17
2.5.1 零件名称 18
2.5.2 零件材料 18
2.5.3 图样代号 18
2.5.4 比例 18
2.5.5 设计者 18
2.2.6 设计时期 19
2.5.7 选取点 19
2.5.8 程序操作界面 19
2.6 明细表 19
2.6.1 绘制明细表 19
2.6.2 绘制明细表程序 19
2.6.3 填写明细表 21
2.6.4 技术要求 23
2.7 序号标注 23
第三章 变压器绝缘部分参数化绘图设计 24
3.1 变压器各部件零件图的参数化绘图概述 24
3.2 绝缘部件的参数化绘图 25
3.3总体设计思路 26
3.4铁轭垫块参数化绘图 26
3.4.1参数确定 26
3.4.2 对话框界面设计 27
3.4.3 总体绘图设计思路 28
3.4.4 布局的点位图 28
3.4.5 主视图的绘制 28
3.4.6 左视图的绘制 29
3.4.7 俯视图的绘制 30
3.5下铁轭绝缘的参数话设计 31
3.5.1参数的确定 31
3.5.2 对话框界面设计 31
3.5.3 总体绘图设计思路 32
3.5.4 布局的点位图 32
3.5.5 主视图的绘制 33
3.5.6俯视图的绘制 33
3.5.7平面图的绘制 34
3.5.8平面右图的绘制 35
3.6上铁轭绝缘的参数化设计 35
3.6.1参数的确定 35
3.6.2 对话框界面设计 36
3.6.3 总体绘图设计思路 36
3.6.4 布局的点位图 37
3.6.5 主视图的绘制 38
3.6.6俯视图的绘制 38
3.6.7平面图的绘制 39
3.6.8平面右图的绘制 39
3.7绝缘装配的参数化设计 40
3.7.1 对话框界面设计 40
3.7.2 总体绘图设计思路 41
3.7.3 布局的点位图 41
3.7.4 块的绘制 41
第四章 结 论 43
参 考 文 献 44
致谢辞 45
附录A:铁轭垫块的主程序清单 46
附录B:上铁轭垫块的主程序清单 53
参 考 文 献
[1] 符纯华,计算机辅助设计,四川理工学院,2005。
[2] 符纯华、石艳,计算机辅助设计上机实验指导书 2005。
[3] 成大先,机械设计手册单行本,化学工业出版社,2004。
[4] 邱宣怀,机械设计,高等教育出版社,2003重印。
[5] 李学志,Visual LISP程序设计,清华大学出版社,2006.5
[6] 陈铁鸣,新编机械设计课程设计图册,高等教育出版社,2003.7。
[7] 汪琪美、霍新明,对话框与驱动程序设计,海洋出版社,1998。
[8] 吴勇进、林美樱,AutoLISP&DCL基础篇,中国铁道出版社