文档介绍:摘要
在机械加工中,麻花钻是应用最为广泛的孔粗加工刀具,同时也是几何形状最为复杂的切削刀具之一。尽管人们已做了大量有价值的研究工作来加深对其几何形状、切削方式以及制造方法的了解,但对于钻头的几何参数及切削性能仍需作深人的研究。
提出了基于 SolidWorks软件、调用API对象进行二次开发,实现麻花钻三维参数化设计的思路,介绍了在Visual Basic编程环境下进行二次开发的具体过程和关键技术。该方法可解决麻花钻前刀面、后刀面、排屑槽、切削刃带等复杂空间曲面的参数化建模难题,提高设计效率,并为麻花钻的进一步开发提供参考。
关键词:麻花钻,二次开发,三维建模,Solidworks
Abstract
In the machining, the twist drill hole is the most widely roughing tool, but also the geometric shape of one of the plex cutting tools. Despite the valuable research work has been done to deepen their geometry, cutting patterns and knowledge of manufacturing methods, but the geometric
Research on Parameterized Design System of Twist on SolidWorks Secondary The idea of realizing 3D parameterized design of twist drills by transferring API objects as a secondary development method based on SolidWorks software is proposed. The process and key points of the secondary development under Visual Basic programming environment is introduced. This method can resolve the parameterized modeling problem of twist drill , including its rake , clearance , flutes and cutting edges , and can increase the design efficiency as well as offer a reference for the further devel 2opment works.
Keywords : twist drill , parameterized design , SolidWorks , secondary development , modeling
目录
摘要 1
ABSTRACT 2
目录 3
第1章绪论 5
内容及基本要求 5
重点研究的问题 5
第二章 SOLIDWORKS二次开发的研究 6
Solidworks二次开发的介绍 6
SolidWorksAPI对象模型简介 6
第三章麻花钻的设计过程 7
设计流程 7
麻花钻设计的关键技术 8
代码整理及程序调试 9
结语 10
第四章麻花钻的参数化设计 17
数学模型 17
17
18
18
麻花钻建模原理及三维实体模型创建方法 20
麻花钻的参数化过程 22
第五章麻花钻程序设计 26
总体方案设计 26
对话框设计 27
程序设计 28
第六章结语 29
参考文献 30
致谢 31
附录 32
附录2 36
第1章绪论
内容及基本要求
主要内容:
:指定题目为基于Slidworks的麻花钻的二次开发,需要针对麻花钻的结构特征进行参数化设计,我这次设计的是直柄麻花钻。
,由于对编程不是很熟悉,首先要清楚麻花钻建模的整个过程,我先用画图的方法画出了整个麻花钻,了解了整个流程。
,这次的主要任务就是二次开发,所以在这一块花的时间很多,我学习了这门语言,自己在学习中先练习了很多实例,例如简单螺纹等,在这个基础上对整个编程有