帶輪三維cad.rar
帶輪三維cad,帶輪三維cad1.5萬(wàn)字 26頁(yè)資料包括論文,設(shè)計(jì)程序及帶輪樣本目 次1 引言 11.1 二次開(kāi)發(fā)工具簡(jiǎn)介 1visual basic 1solidworks2003 21.2 vb對(duì)solidworks開(kāi)發(fā)原理 21.3 vb對(duì)solidworks開(kāi)發(fā)的方法 3 1.4 課題程序設(shè)計(jì)思路 32 帶輪的參...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 20023286 發(fā)布
帶輪三維CAD
1.5萬(wàn)字 26頁(yè)
資料包括論文,設(shè)計(jì)程序及帶輪樣本
目 次
1 引言 ………………………………………………………………………… 1
1.1 二次開(kāi)發(fā)工具簡(jiǎn)介 ……………………………………………………… 1
Visual Basic ………………………………………………………… 1
SolidWorks2003 ……………………………………………………… 2
1.2 VB對(duì)SolidWorks開(kāi)發(fā)原理 …………………………………………… 2
1.3 VB對(duì)SolidWorks開(kāi)發(fā)的方法 ………………………………………… 3
1.4 課題程序設(shè)計(jì)思路 ……………………………………………………… 3
2 帶輪的參數(shù)化設(shè)計(jì)計(jì)算及三維實(shí)體模型生成 …………………………… 3
2.1 帶輪的設(shè)計(jì)計(jì)算 ………………………………………………………… 3
2.1.1 已知參數(shù)及條件 ……………………………………………………… 3
2.1.2 主要參數(shù)選擇及處理 ………………………………………………… 4
2.1.3 窗體界面敘述 ………………………………………………………… 9
2.2 三維實(shí)體模型的生成 …………………………………………………… 11
2.2.1 三維實(shí)體生成的過(guò)程 ………………………………………………… 12
3 系統(tǒng)的功能特點(diǎn) …………………………………………………………… 23
3.1 窗體界面的功能特點(diǎn) …………………………………………………… 23
3.2 課題的功能特點(diǎn) ………………………………………………………… 23
結(jié)論 ……………………………………………………………………………… 24
致謝 ……………………………………………………………………………… 25
參考文獻(xiàn) ………………………………………………………………………… 26
本課題為帶輪三維CAD,它是利用了基于Windows平臺(tái)開(kāi)發(fā)的Visual Basic語(yǔ)言來(lái)進(jìn)行帶輪的參數(shù)化設(shè)計(jì)。程序設(shè)計(jì)分為兩大部分,第一部分是帶輪參數(shù)的設(shè)計(jì)計(jì)算模塊,第二部分是帶輪實(shí)體生成模塊。其基本過(guò)程就是在Visual Basic的窗體界面中輸入相應(yīng)的工作參數(shù),通過(guò)Solidworks提供了應(yīng)用編程接口API(Application Programming Interface)與Visual Basic相連接,然后在Solidworks下生成所需要的帶輪。該設(shè)計(jì)為使用者提供了良好的輸入界面和使用環(huán)境,和以往的手工帶輪設(shè)計(jì)相比,本設(shè)計(jì)具有操作簡(jiǎn)單,產(chǎn)品設(shè)計(jì)周期短,過(guò)程清晰,效率和精度高,實(shí)用性強(qiáng)等特點(diǎn)。
關(guān)鍵詞 Visual Basic Solidworks API
畢業(yè)設(shè)計(jì)(論文)外文摘要
Title Three-dimensional Computer-Assistant-Design of the Stripwheel
Abstract
This design is three–dimensional CAD of the strip-wheel, this topic it is make use of according to the Windows terrace development of the language of Visual Basic to carry on strip-wheel of parameter turn the design. The program design is divided into two parts, the first part is the design calculation mold piece that takes a parameter, the second part is to take a mold piece with entity. Its basic process is the work parameter that the importation correspond in the window interface of the Visual Basic, providing the API(Application Programming Interface) to connect with each other with the Visual Basic through Solidworks, then under the Solidworks environment the create the strip-wheel. This program provides the good interface and the environments for the user. Compared with former handicraft, this program operates easily, product design the period is short, the process is clear, the efficiency and accuracies are high, the function strong and so on.
Keywords Visual Basic Solidworks API
參 考 文 獻(xiàn)
1 徐錦康,蔡慧宮,蔣同洋.機(jī)械設(shè)計(jì).第二版.北京:機(jī)械工業(yè)出版社,2001
2 葉偉昌等.機(jī)械工程及自動(dòng)化簡(jiǎn)明設(shè)計(jì)手冊(cè)(上冊(cè)).北京:機(jī)械工業(yè)出版社,2001
1.5萬(wàn)字 26頁(yè)
資料包括論文,設(shè)計(jì)程序及帶輪樣本
目 次
1 引言 ………………………………………………………………………… 1
1.1 二次開(kāi)發(fā)工具簡(jiǎn)介 ……………………………………………………… 1
Visual Basic ………………………………………………………… 1
SolidWorks2003 ……………………………………………………… 2
1.2 VB對(duì)SolidWorks開(kāi)發(fā)原理 …………………………………………… 2
1.3 VB對(duì)SolidWorks開(kāi)發(fā)的方法 ………………………………………… 3
1.4 課題程序設(shè)計(jì)思路 ……………………………………………………… 3
2 帶輪的參數(shù)化設(shè)計(jì)計(jì)算及三維實(shí)體模型生成 …………………………… 3
2.1 帶輪的設(shè)計(jì)計(jì)算 ………………………………………………………… 3
2.1.1 已知參數(shù)及條件 ……………………………………………………… 3
2.1.2 主要參數(shù)選擇及處理 ………………………………………………… 4
2.1.3 窗體界面敘述 ………………………………………………………… 9
2.2 三維實(shí)體模型的生成 …………………………………………………… 11
2.2.1 三維實(shí)體生成的過(guò)程 ………………………………………………… 12
3 系統(tǒng)的功能特點(diǎn) …………………………………………………………… 23
3.1 窗體界面的功能特點(diǎn) …………………………………………………… 23
3.2 課題的功能特點(diǎn) ………………………………………………………… 23
結(jié)論 ……………………………………………………………………………… 24
致謝 ……………………………………………………………………………… 25
參考文獻(xiàn) ………………………………………………………………………… 26
本課題為帶輪三維CAD,它是利用了基于Windows平臺(tái)開(kāi)發(fā)的Visual Basic語(yǔ)言來(lái)進(jìn)行帶輪的參數(shù)化設(shè)計(jì)。程序設(shè)計(jì)分為兩大部分,第一部分是帶輪參數(shù)的設(shè)計(jì)計(jì)算模塊,第二部分是帶輪實(shí)體生成模塊。其基本過(guò)程就是在Visual Basic的窗體界面中輸入相應(yīng)的工作參數(shù),通過(guò)Solidworks提供了應(yīng)用編程接口API(Application Programming Interface)與Visual Basic相連接,然后在Solidworks下生成所需要的帶輪。該設(shè)計(jì)為使用者提供了良好的輸入界面和使用環(huán)境,和以往的手工帶輪設(shè)計(jì)相比,本設(shè)計(jì)具有操作簡(jiǎn)單,產(chǎn)品設(shè)計(jì)周期短,過(guò)程清晰,效率和精度高,實(shí)用性強(qiáng)等特點(diǎn)。
關(guān)鍵詞 Visual Basic Solidworks API
畢業(yè)設(shè)計(jì)(論文)外文摘要
Title Three-dimensional Computer-Assistant-Design of the Stripwheel
Abstract
This design is three–dimensional CAD of the strip-wheel, this topic it is make use of according to the Windows terrace development of the language of Visual Basic to carry on strip-wheel of parameter turn the design. The program design is divided into two parts, the first part is the design calculation mold piece that takes a parameter, the second part is to take a mold piece with entity. Its basic process is the work parameter that the importation correspond in the window interface of the Visual Basic, providing the API(Application Programming Interface) to connect with each other with the Visual Basic through Solidworks, then under the Solidworks environment the create the strip-wheel. This program provides the good interface and the environments for the user. Compared with former handicraft, this program operates easily, product design the period is short, the process is clear, the efficiency and accuracies are high, the function strong and so on.
Keywords Visual Basic Solidworks API
參 考 文 獻(xiàn)
1 徐錦康,蔡慧宮,蔣同洋.機(jī)械設(shè)計(jì).第二版.北京:機(jī)械工業(yè)出版社,2001
2 葉偉昌等.機(jī)械工程及自動(dòng)化簡(jiǎn)明設(shè)計(jì)手冊(cè)(上冊(cè)).北京:機(jī)械工業(yè)出版社,2001
TA們正在看...
- 01.1四時(shí)田園雜興課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 01.2稚子弄冰課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 01.3村晚課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 02冬陽(yáng)·童年·駱駝隊(duì)公開(kāi)課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年...doc
- 02冬陽(yáng)·童年·駱駝隊(duì)最新教研教案教學(xué)設(shè)計(jì)(部編版...doc
- 02冬陽(yáng)·童年·駱駝隊(duì)課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 03祖父的園子公開(kāi)課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年級(jí)下冊(cè)).doc
- 03祖父的園子最新教研教案教學(xué)設(shè)計(jì)(部編版五年級(jí)下...doc
- 03祖父的園子課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 04草船借箭公開(kāi)課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年級(jí)下冊(cè)).doc