中国韩国日本在线观看免费,A级尤物一区,日韩精品一二三区无码,欧美日韩少妇色

當(dāng)前位置:主頁(yè) > 科技論文 > 鑄造論文 >

基于Open CASCADE平臺(tái)的連續(xù)碰撞檢測(cè)方法研究

發(fā)布時(shí)間:2018-05-18 23:20

  本文選題:Open + CASCADE ; 參考:《大連海事大學(xué)》2017年碩士論文


【摘要】:解決產(chǎn)品在實(shí)際裝配過(guò)程中由于設(shè)計(jì)誤差、裝配路徑及裝配序列所引起的不可裝配問(wèn)題代價(jià)巨大,虛擬裝配可對(duì)產(chǎn)品進(jìn)行裝配仿真,驗(yàn)證其可裝配性,以提高產(chǎn)品的研制效率及競(jìng)爭(zhēng)力。產(chǎn)品可裝配性驗(yàn)證的核心為碰撞檢測(cè)算法,現(xiàn)有的大部分碰撞檢測(cè)算法為非連續(xù)或靜態(tài)的算法,無(wú)法滿足虛擬裝配平臺(tái)對(duì)碰撞檢測(cè)算法精確性與實(shí)時(shí)性的雙重要求,少部分連續(xù)碰撞檢測(cè)算法僅適用于特定的背景下。因此,設(shè)計(jì)一套能滿足復(fù)雜機(jī)械產(chǎn)品研制需求的碰撞檢測(cè)方法成為本文的目標(biāo)。本文針對(duì)碰撞檢測(cè)算法目前研究存在的問(wèn)題,設(shè)計(jì)了一套適用于Virtual Assembly System(V AS)平臺(tái)的連續(xù)碰撞檢測(cè)方法,主要研究工作及成果如下。設(shè)計(jì)了以投影法為基本架構(gòu)的裝配對(duì)象碰撞檢測(cè)方法,在保證算法精確性的同時(shí),將3D碰撞檢測(cè)問(wèn)題轉(zhuǎn)化為2D碰撞檢測(cè)問(wèn)題,降低了碰撞檢測(cè)算法的實(shí)現(xiàn)難度,提高了碰撞檢測(cè)的效率。為了使碰撞檢測(cè)方法具有較高的完備性,針對(duì)機(jī)械模型所存在的不規(guī)則曲線,設(shè)計(jì)了構(gòu)造B樣條投影曲線的補(bǔ)點(diǎn)策略,該策略有效提高了 B樣條曲線的投影精度。針對(duì)批量模型的碰撞檢測(cè),設(shè)計(jì)了無(wú)碰撞裝配對(duì)象快速濾除方法,使碰撞檢測(cè)快速進(jìn)入裝配對(duì)象碰撞檢測(cè)方法。在裝配對(duì)象碰撞檢測(cè)方法中,設(shè)計(jì)了解析法的Euler—Gagnon二次曲線求交算法,提高了大規(guī)模二次曲線求交的效率,從全局上提高了整套碰撞檢測(cè)方法的效率。對(duì)基于Open CASCADE平臺(tái)的連續(xù)碰撞檢測(cè)方法中的子算法進(jìn)行了試驗(yàn)驗(yàn)證,試驗(yàn)表明子算法的實(shí)時(shí)性及精確性較高。并對(duì)整套方法進(jìn)行了理論推導(dǎo)驗(yàn)證,經(jīng)分析整套方法具有較高的完備性及可集成性,可作為整套方法集成到VAS平臺(tái)的理論支撐及數(shù)據(jù)來(lái)源。本文通過(guò)對(duì)以上內(nèi)容的研究,在理論上提出一套連續(xù)的碰撞檢測(cè)方法,其中包括無(wú)碰撞裝配對(duì)象快速濾除方法與裝配對(duì)象碰撞檢測(cè)方法。經(jīng)分析整套方法具有較高的實(shí)時(shí)性及精確性,滿足虛擬裝配平臺(tái)對(duì)復(fù)雜機(jī)械產(chǎn)品研制的需求。
[Abstract]:It is costly to solve the non-assembly problem caused by the design error, assembly path and assembly sequence in the actual assembly process. Virtual assembly can simulate the assembly of the product and verify its assemblability. To improve the product development efficiency and competitiveness. The core of product assemblability verification is collision detection algorithm. Most of the existing collision detection algorithms are discontinuous or static, which can not meet the dual requirements of the virtual assembly platform for the accuracy and real-time of collision detection algorithm. A small number of continuous collision detection algorithms are only suitable for specific background. Therefore, it is the goal of this paper to design a collision detection method which can meet the development needs of complex mechanical products. Aiming at the existing problems of collision detection algorithms, this paper designs a set of continuous collision detection methods for Virtual Assembly System(V platform. The main research work and results are as follows. An assembly object collision detection method based on projection method is designed. While the accuracy of the algorithm is guaranteed, the 3D collision detection problem is transformed into 2D collision detection problem, which reduces the difficulty of realizing the collision detection algorithm. The efficiency of collision detection is improved. In order to make the collision detection method more complete, a complement point strategy for constructing B-spline projection curve is designed for the irregular curve existing in the mechanical model, which effectively improves the projection accuracy of B-spline curve. Aiming at collision detection of batch model, a fast filtering method of collision-free assembly object is designed to make collision detection into assembly object collision detection method. In the method of assembly object collision detection, the Euler-Gagnon conic intersection algorithm based on analytic method is designed, which improves the efficiency of large scale conic intersection, and improves the efficiency of the whole collision detection method globally. The sub-algorithm of continuous collision detection based on Open CASCADE platform is tested and verified. The experimental results show that the sub-algorithm has high real-time and accuracy. The whole method is proved by theoretical derivation, and it can be used as the theoretical support and data source for the integration of the whole method into VAS platform. In this paper, a series of continuous collision detection methods are proposed theoretically, including the fast filtering method of collision-free assembly object and the collision detection method of assembly object. By analyzing that the whole method has high real-time and accuracy, it can meet the demand of virtual assembly platform for complex mechanical product development.
【學(xué)位授予單位】:大連海事大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類(lèi)號(hào)】:TG95

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 胡忠泉;王龍山;王義強(qiáng);李云靖;;三維車(chē)削仿真的碰撞檢測(cè)[J];吉林大學(xué)學(xué)報(bào)(工學(xué)版);2006年S1期

2 溫蓮芹;朱瑞軍;;基于碰撞檢測(cè)的三維板坯庫(kù)動(dòng)態(tài)注記模型[J];計(jì)算機(jī)應(yīng)用研究;2012年01期

3 吳彥鵬,張建民,伍賢和,朱均;一種面向虛擬裝配的分層碰撞檢測(cè)方法研究[J];機(jī)械設(shè)計(jì)與制造;2003年06期

4 李芙玲,張瑾;碰撞檢測(cè)技術(shù)研究[J];華北科技學(xué)院學(xué)報(bào);2004年02期

5 庫(kù)祥臣;王克;李濟(jì)順;;彈簧卷繞仿真系統(tǒng)中的碰撞檢測(cè)[J];機(jī)械設(shè)計(jì)與制造;2011年07期

6 李吉平;耿夢(mèng);施殿波;朱華偉;;CRT工業(yè)機(jī)器人控制代碼的碰撞檢測(cè)[J];大連工業(yè)大學(xué)學(xué)報(bào);2009年01期

7 劉濤;王增波;李占利;;碰撞檢測(cè)過(guò)程中的包圍盒技術(shù)及應(yīng)用研究[J];西安科技大學(xué)學(xué)報(bào);2006年03期

8 蔣英蘭,王大鎮(zhèn),韓榮第,李吉平;分層索引模型的NC程序碰撞檢測(cè)新方法[J];華僑大學(xué)學(xué)報(bào)(自然科學(xué)版);2002年02期

9 許榮;張為民;;基于包圍盒的機(jī)床碰撞檢測(cè)系統(tǒng)算法研究[J];制造技術(shù)與機(jī)床;2011年08期

10 陳龍;陸國(guó)棟;鄧衛(wèi)燕;張東亮;;服裝參數(shù)化設(shè)計(jì)中的碰撞檢測(cè)技術(shù)研究[J];中國(guó)圖象圖形學(xué)報(bào);2008年01期

相關(guān)會(huì)議論文 前10條

1 齊敏;郝重陽(yáng);佟明安;高曉濱;張先勇;淮永建;;碰撞檢測(cè)理論與技術(shù)分析[A];中國(guó)體視學(xué)學(xué)會(huì)圖像分析專(zhuān)業(yè)、中國(guó)體視學(xué)學(xué)會(huì)仿真與虛擬現(xiàn)實(shí)專(zhuān)業(yè)、中國(guó)航空學(xué)會(huì)信號(hào)與信息處理專(zhuān)業(yè)第一屆聯(lián)合學(xué)術(shù)會(huì)議論文集[C];2000年

2 趙偉;韓文君;李文輝;;一種基于預(yù)測(cè)的碰撞檢測(cè)控制算法[A];中國(guó)幾何設(shè)計(jì)與計(jì)算新進(jìn)展2007——第三屆中國(guó)幾何設(shè)計(jì)與計(jì)算大會(huì)論文集[C];2007年

3 羅飛雄;黃躍峰;鐘耳順;;虛擬全球地形環(huán)境中實(shí)時(shí)碰撞檢測(cè)和響應(yīng)(英文)[A];中國(guó)測(cè)繪學(xué)會(huì)第九次全國(guó)會(huì)員代表大會(huì)暨學(xué)會(huì)成立50周年紀(jì)念大會(huì)論文集[C];2009年

4 周水生;張惠娟;周利華;容曉鋒;;碰撞檢測(cè)的快速算法[A];中國(guó)電子學(xué)會(huì)第七屆學(xué)術(shù)年會(huì)論文集[C];2001年

5 蔡鵬;趙偉;任大鵬;;行人仿真系統(tǒng)中的碰撞檢測(cè)與避讓[A];工程設(shè)計(jì)與計(jì)算機(jī)技術(shù):第十五屆全國(guó)工程設(shè)計(jì)計(jì)算機(jī)應(yīng)用學(xué)術(shù)會(huì)議論文集[C];2010年

6 姚長(zhǎng)利;湯東陽(yáng);張晨;鄭元滿;劉浩軍;薛典軍;;三維地質(zhì)建模中幾何形體碰撞檢測(cè)的圖形分析技術(shù)[A];中國(guó)地球物理2010——中國(guó)地球物理學(xué)會(huì)第二十六屆年會(huì)、中國(guó)地震學(xué)會(huì)第十三次學(xué)術(shù)大會(huì)論文集[C];2010年

7 許偉平;朱慶;張葉廷;;基于膠囊體的三維城市模型實(shí)時(shí)碰撞檢測(cè)算法[A];中國(guó)測(cè)繪學(xué)會(huì)九屆四次理事會(huì)暨2008年學(xué)術(shù)年會(huì)論文集[C];2008年

8 劉松林;劉曉平;廖祝華;;基于VR-CAD的碰撞檢測(cè)方法在EAST三環(huán)套裝虛擬仿真中的應(yīng)用[A];全國(guó)第13屆計(jì)算機(jī)輔助設(shè)計(jì)與圖形學(xué)(CAD/CG)學(xué)術(shù)會(huì)議論文集[C];2004年

9 董晶晶;夏青;游雄;張文明;;利用拾取技術(shù)實(shí)現(xiàn)虛擬場(chǎng)景漫游中的碰撞檢測(cè)[A];第十四屆全國(guó)圖象圖形學(xué)學(xué)術(shù)會(huì)議論文集[C];2008年

10 卜克明;曹宗勝;;基于Quest 3D的GUI實(shí)現(xiàn)[A];工程三維模型與虛擬現(xiàn)實(shí)表現(xiàn)——第二屆工程建設(shè)計(jì)算機(jī)應(yīng)用創(chuàng)新論壇論文集[C];2009年

相關(guān)重要報(bào)紙文章 前1條

1 周文穎;“雙碰”標(biāo)準(zhǔn)出臺(tái) 汽車(chē)安全成焦點(diǎn)[N];人民公安報(bào)·交通安全周刊;2006年

相關(guān)博士學(xué)位論文 前8條

1 杜鵬;柔性物體連續(xù)碰撞檢測(cè)若干關(guān)鍵技術(shù)研究[D];浙江大學(xué);2013年

2 王yN;虛擬現(xiàn)實(shí)中碰撞檢測(cè)關(guān)鍵技術(shù)研究[D];吉林大學(xué);2009年

3 熊玉梅;虛擬環(huán)境中物體碰撞檢測(cè)技術(shù)的研究[D];上海大學(xué);2011年

4 王天柱;變形物體碰撞檢測(cè)技術(shù)研究[D];吉林大學(xué);2006年

5 郁松;3D虛擬現(xiàn)實(shí)內(nèi)鏡手術(shù)仿真關(guān)鍵技術(shù)研究[D];中南大學(xué);2011年

6 陳(日午);關(guān)于真實(shí)感服裝生成算法的研究[D];西北工業(yè)大學(xué);2000年

7 李焱;大時(shí)延遙操作技術(shù)及虛擬現(xiàn)實(shí)技術(shù)研究[D];國(guó)防科學(xué)技術(shù)大學(xué);2002年

8 李建明;基于GPU加速的實(shí)時(shí)虛擬魚(yú)系統(tǒng)[D];大連理工大學(xué);2007年

相關(guān)碩士學(xué)位論文 前10條

1 王麗君;基于Web模式的3D裝箱系統(tǒng)可視化關(guān)鍵技術(shù)及應(yīng)用研究[D];大連海事大學(xué);2015年

2 王磊;基于混合型包圍盒碰撞檢測(cè)技術(shù)的研究及其在Web3D漫游中的應(yīng)用[D];上海大學(xué);2015年

3 熊建偉;數(shù)控加工過(guò)程幾何仿真中碰撞檢測(cè)與精度檢驗(yàn)技術(shù)研究[D];電子科技大學(xué);2014年

4 朱少龍;基于物理的服裝動(dòng)畫(huà)研究與實(shí)現(xiàn)[D];電子科技大學(xué);2014年

5 喻贊;基于幾何圖像的碰撞檢測(cè)[D];寧波大學(xué);2015年

6 唐磊;凸包圍多面體生成算法及應(yīng)用[D];清華大學(xué);2015年

7 趙美榮;基于虛擬手交互技術(shù)的研究[D];中北大學(xué);2016年

8 劉凱;基于網(wǎng)格自適應(yīng)的布料仿真及碰撞檢測(cè)技術(shù)研究[D];山東財(cái)經(jīng)大學(xué);2016年

9 許婉韻;多體接觸判斷的快速算法研究、編程及應(yīng)用[D];西南交通大學(xué);2016年

10 李東輝;基于OpenGL的織物仿真及交互性研究[D];西南交通大學(xué);2016年



本文編號(hào):1907660

資料下載
論文發(fā)表

本文鏈接:http://www.lk138.cn/kejilunwen/jiagonggongyi/1907660.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶af059***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com