CN102799731A - 曲面的整片设计方法和装置 - Google Patents

曲面的整片设计方法和装置 Download PDF

Info

Publication number
CN102799731A
CN102799731A CN2012102482599A CN201210248259A CN102799731A CN 102799731 A CN102799731 A CN 102799731A CN 2012102482599 A CN2012102482599 A CN 2012102482599A CN 201210248259 A CN201210248259 A CN 201210248259A CN 102799731 A CN102799731 A CN 102799731A
Authority
CN
China
Prior art keywords
overbar
notequal
curved surface
prime
sigma
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN2012102482599A
Other languages
English (en)
Inventor
梁锦鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to CN2012102482599A priority Critical patent/CN102799731A/zh
Publication of CN102799731A publication Critical patent/CN102799731A/zh
Pending legal-status Critical Current

Links

Images

Landscapes

  • Design And Manufacture Of Integrated Circuits (AREA)

Abstract

本发明涉及计算机辅助设计与制造技术领域,尤其是曲面的整片设计方法和装置;曲面的整片设计方法步骤为:1)确定需获取参考点的数量M,2)设定M个参考点的三维坐标值(xi,yj,Z(xi,yj))、Zx(xi,yj)、Zy(xi,yj)、Zxy(xi,yj),其中,(i,j=0,1,2,…,n),(n+1)2=M,3)再将上述4类参数代入以下公式:
Figure DDA00001898941000011
Figure DDA00001898941000012
4)利用上述公式生成曲面;曲面生成装置使用上述曲面生成方法生成曲面;本发明采用整片设计,工序简单;仅使用一条公式即可生成曲面,运算工作量小、占用计算机资源少,设定参考点数量及其4类参数代入公式即可,提高曲面设计效率,方便设计人员理解和使用。

Description

曲面的整片设计方法和装置
技术领域
本发明涉及计算机辅助设计与制造技术领域,尤其是曲面的整片设计方法和装置。
背景技术
曲面生成是CAD和计算机图形学中最活跃、最关键的学科分支之一,是CAD系统的一个重要组成部分,主要研究在计算机图像系统的环境下对曲面的表示、设计、显示和分析。很显然,用计算机对一个物体的模型进行分析或模拟比对一个实际物体进行测量或处理要容易得多。CAD/CAM、计算机图形学、计算机艺术、动画片、模拟仿真、计算机视觉、机器人等领域都把曲线曲面生成作为基础。三维形体的几何表示处处都要用到它,从飞机、汽车、船舶、叶轮的流体动力学分析,家用电器、轻工产品的工业生成设计,服装、皮鞋的三维打样和款式设计,山脉、水浪、云彩的自然景物模拟,地形、地貌、矿藏、石油分布的地理资源描述,人体外貌和内部器官的CT扫描数据三维重构,科学计算中的应力、应变、温度场、速度场的直观显示等等,无不需要强有力的曲面生成工具。近年来,新的曲面生成方法不断涌现,但现有的曲面生成方法采用的是分片设计,要把各个分片磨光后整合成整片,工序繁杂;且需建立在大量的公式运算的基础上,运算工作量大,占用计算机资源多,导致曲面设计效率低,且大量公式不利于设计人员理解和使用。
发明内容
本发明提供一种工序简单、运算工作量小、占用计算机资源少的曲面的整片设计方法和装置。
本发明通过以下技术方案来实现:曲面的整片设计方法,包括以下步骤:
1)确定需获取参考点的数量M;
2)设定M个参考点的三维坐标值(xi,yj,Z(xi,yj))、对于x的偏导数Zx(xi,yj)、对于y的偏导数Zy(xi,yj)、对于xy的偏导数Zxy(xi,yj),其中,(i,j=0,1,2,…,n),(n+1)2=M;
3)将M个参考点的(xi,yj,Z(xi,yj))、Zx(xi,yj)、Zy(xi,yj)、Zxy(xi,yj)代入以下公式:
H ( x , y ) = Σ k , l = 0 n [ Z ( x k , y l ) h ‾ ( x ) h ‾ ( y ) + Z x ( x k , y l ) h ‾ ′ ( x ) h ‾ ( y )
+ Z y ( x k , y l ) h ‾ ( x ) h ‾ ′ ( y ) + Z xy ( x k , y l ) h ‾ ′ ( x ) h ‾ ′ ( y ) ] ,
其中,
h ‾ ( x ) = [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] Π i = 0 , i ≠ k n ( x - x i x - x k ) 2 ,
h ‾ ( y ) = [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π j = 0 , j ≠ l ( y - y j y l - y j ) 2 ,
h ‾ ′ ( x ) = ( x - x k ) Π i = 0 , i ≠ k n ( x - x i x k - x i ) 2 ,
h ′ ( y ) = ( y - y l ) Π j = 0 , j ≠ l n ( y - y j y l - y j ) 2 ,
当Zx(x,y)=0,Zy(x,y)=0,Zxy(x,y)=0时:
H ( x , y ) =
= Σ k , l = 0 n [ Z ( x k , y l ) [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π i = 0 , i ≠ k , j = 0 , j ≠ l n ( x - x i x - x k ) 2 ( y - y l y j - y l ) 2 ,
4)利用上述公式生成曲面。
其中,获取P点的x值和y值,运算出P点的高度值H(x,y),从而进行P点高度设计。
曲面的整片设计装置,包括:
1)参考点数量确定单元,用以确定需获取参考点的数量M;
2)参考点参数确定单元,用以设定M个参考点的三维坐标值(xi,yj,Z(xi,yj))、对于x的偏导数Zx(xi,yj)、对于y的偏导数Zy(xi,yj)、对于xy的偏导数Zxy(xi,yj),其中,(i,j=0,1,2,…,n),(n+1)2=M;
3)运算单元,用以将M个参考点的(xi,yj,Z(xi,yj))、Zx(xi,yj)、Zy(xi,yj)、Zxy(xi,yj)代入以下公式:
H ( x , y ) = Σ k , l = 0 n [ Z ( x k , y l ) h ‾ ( x ) h ‾ ( y ) + Z x ( x k , y l ) h ‾ ′ ( x ) h ‾ ( y )
+ Z y ( x k , y l ) h ‾ ( x ) h ‾ ′ ( y ) + Z xy ( x k , y l ) h ‾ ′ ( x ) h ‾ ′ ( y ) ] ,
其中,
h ‾ ( x ) = [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] Π i = 0 , i ≠ k n ( x - x i x - x k ) 2 ,
h ‾ ( y ) = [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π j = 0 , j ≠ l ( y - y j y l - y j ) 2 ,
h ‾ ′ ( x ) = ( x - x k ) Π i = 0 , i ≠ k n ( x - x i x k - x i ) 2 ,
h ′ ( y ) = ( y - y l ) Π j = 0 , j ≠ l n ( y - y j y l - y j ) 2 ,
当Zx(x,y)=0,Zy(x,y)=0,Zxy(x,y)=0时:
H ( x , y ) =
= Σ k , l = 0 n [ Z ( x k , y l ) [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π i = 0 , i ≠ k , j = 0 , j ≠ l n ( x - x i x - x k ) 2 ( y - y l y j - y l ) 2 ,
4)曲面生成单元,用以利用上述公式生成曲面。
其中,包括高度运算单元,用以选取P点的x值和y值,运算出P点的高度值H(x,y),从而进行P点高度设计。
本发明有益效果:一种曲面的整片设计方法和装置;曲面的整片设计方法步骤为:1)确定需获取参考点的数量M。2)设定M个参考点的三维坐标值(xi,yj,Z(xi,yj))、Zx(xi,yj)、Zy(xi,yj)、Zxy(xi,yj),其中,(i,j=0,1,2,…,n),(n+1)2=M。3)再将上述4类参数代入以下公式:
H ( x , y ) = Σ k , l = 0 n [ Z ( x k , y l ) h ‾ ( x ) h ‾ ( y ) + Z x ( x k , y l ) h ‾ ′ ( x ) h ‾ ( y )
+ Z y ( x k , y l ) h ‾ ( x ) h ‾ ′ ( y ) + Z xy ( x k , y l ) h ‾ ′ ( x ) h ‾ ′ ( y ) ] ,
4)利用上述公式生成曲面。曲面的整片设计装置使用上述曲面的整片设计方法生成曲面。本发明采用整片设计,工序简单,仅使用一条公式即可生成曲面,运算工作量小、占用计算机资源少,设定参考点数量及其4类参数代入公式即可,曲面设计简单便捷,提高曲面设计效率,方便设计人员理解和使用。本发明提出了一种新的曲面设计方法,很好地解决了现有技术曲面设计工序繁杂、占用计算机资源多的技术问题,达到了工序简单、运算工作量小、占用计算机资源少、曲面设计简单便捷、曲面设计效率高、有利于设计人员理解和使用的技术效果。
附图说明
图1为本发明实施例的方法流程图。
具体实施方式
参见图1,以下结合附图对本发明进行详细的描述。
曲面的整片设计方法,包括以下步骤:
步骤101,确定需获取参考点的数量M;
步骤102,设定M个参考点的三维坐标值(xi,yj,Z(xi,yj)、对于x的偏导数Zx(xi,yj)、对于y的偏导数Zy(xi,yj)、对于xy的偏导数Zxy(xi,yj),其中,(i,j=0,1,2,…,n),(n+1)2=M,每个参考点设定4类参数;
步骤103,将上述4类参数代入以下公式:
H ( x , y ) = Σ k , l = 0 n [ Z ( x k , y l ) h ‾ ( x ) h ‾ ( y ) + Z x ( x k , y l ) h ‾ ′ ( x ) h ‾ ( y )
+ Z y ( x k , y l ) h ‾ ( x ) h ‾ ′ ( y ) + Z xy ( x k , y l ) h ‾ ′ ( x ) h ‾ ′ ( y ) ] ,
其中,
h ‾ ( x ) = [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] Π i = 0 , i ≠ k n ( x - x i x - x k ) 2 ,
h ‾ ( y ) = [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π j = 0 , j ≠ l ( y - y j y l - y j ) 2 ,
h ‾ ′ ( x ) = ( x - x k ) Π i = 0 , i ≠ k n ( x - x i x k - x i ) 2 ,
h ′ ( y ) = ( y - y l ) Π j = 0 , j ≠ l n ( y - y j y l - y j ) 2 ,
当Zx(x,y)=0,Zy(x,,y)=0,Zxy(x,y)=0时:
H ( x , y ) =
= Σ k , l = 0 n [ Z ( x k , y l ) [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π i = 0 , i ≠ k , j = 0 , j ≠ l n ( x - x i x - x k ) 2 ( y - y l y j - y l ) 2 ,
步骤104,利用上述公式生成曲面。
本发明可以以插值法为基础进行,为曲面的整片(插值)设计方法。
当偏导数等于0时,所设计出来的曲面和所要逼近的曲面仅在M个参考点处相等。而当偏导数不等于0时,所设计出来的曲面和所要逼近的曲面不仅在M个参考点处相等而且相切。
其中,获取P点的x值和y值,运算出P点的高度值H(x,y),从而进行P点高度设计。
曲面的整片设计装置,包括:
1)参考点数量确定单元,用以确定需获取参考点的数量M;
2)参考点参数确定单元,用以设定M个参考点的三维坐标值(xi,yj,Z(xi,yj))、对于x的偏导数Zx(xi,yj)、对于y的偏导数Zy(xi,yj)、对于xy的偏导数Zxy(xi,yj),其中,(i,j=0,1,2,…,n),(n+1)2=M;
3)运算单元,用以将M个参考点的(xi,yj,Z(xi,yj))、Zx(xi,yj)、Zy(xi,yj)、Zxy(xi,yj)代入以下公式:
H ( x , y ) = Σ k , l = 0 n [ Z ( x k , y l ) h ‾ ( x ) h ‾ ( y ) + Z x ( x k , y l ) h ‾ ′ ( x ) h ‾ ( y )
+ Z y ( x k , y l ) h ‾ ( x ) h ‾ ′ ( y ) + Z xy ( x k , y l ) h ‾ ′ ( x ) h ‾ ′ ( y ) ] ,
其中,
h ‾ ( x ) = [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] Π i = 0 , i ≠ k n ( x - x i x - x k ) 2 ,
h ‾ ( y ) = [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π j = 0 , j ≠ l ( y - y j y l - y j ) 2 ,
h ‾ ′ ( x ) = ( x - x k ) Π i = 0 , i ≠ k n ( x - x i x k - x i ) 2 ,
h ′ ( y ) = ( y - y l ) Π j = 0 , j ≠ l n ( y - y j y l - y j ) 2 ,
当Zx(x,y)=0,Zy(x,,y)=0,Zxy(x,y)=0时:
H ( x , y ) =
= Σ k , l = 0 n [ Z ( x k , y l ) [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π i = 0 , i ≠ k , j = 0 , j ≠ l n ( x - x i x - x k ) 2 ( y - y l y j - y l ) 2 ,
4)曲面生成单元,用以利用上述公式生成曲面。
本发明通过上述公式生成曲面,采用的工具可以为UG/KF(Unigraphics)、SurfaceGen、nventor或matlab,这些工具都是设计领域的常用技术,在此不再赘述其原理。除上述4种工具,本领域技术人员还可以使用编程语言实现公式生成曲面。
本领域技术人员在进行曲面设计,设定的曲面参考点比较多时,如果使用现有技术的设计方法,计算机运算生成曲面的时间通常比较长,可能计算机需要较长时间才能生成曲面图像;而使用本发明的设计方法,由于只涉及到1个公式,该公式结构合理,计算机运算生成曲面的时间可大大缩短,计算机只需要较短时间就能生成曲面图像。
优选的实施方式为n≥25,在选取参考点较多的情况下,本发明的曲面整片设计方法对比现有技术中采用分片设计方法更加体现出工序简单、运算快等优点。本发明可根据设计要求选定参考点的数量,而参考点的4类参数,就是曲面的生成条件。
选取P点的x值和y值,运算出P点的高度值H(x,y),从而进行P点高度设计。本发明非常适用于桥面等水上建筑的曲面设计和高度测量。
本发明的曲面的整片设计装置包括:
1)参考点数量确定单元,用以确定需获取参考点的数量M;
2)参考点参数确定单元,用以设定M个参考点的三维坐标值(xi,yj,Z(xi,yj))、对于x的偏导数Zx(xi,yj)、对于y的偏导数Zy(xi,yj)、对于xy的偏导数Zxy(xi,yj),其中,(i,j=0,1,2,…,n),(n+1)2=M;
3)运算单元,用以将M个参考点的(xi,yj,Z(xi,yj))、Zx(xi,yj)、Zy(xi,yj)、Zxy(xi,yj)代入以下公式:
H ( x , y ) = Σ k , l = 0 n [ Z ( x k , y l ) h ‾ ( x ) h ‾ ( y ) + Z x ( x k , y l ) h ‾ ′ ( x ) h ‾ ( y )
+ Z y ( x k , y l ) h ‾ ( x ) h ‾ ′ ( y ) + Z xy ( x k , y l ) h ‾ ′ ( x ) h ‾ ′ ( y ) ] ,
其中,
h ‾ ( x ) = [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] Π i = 0 , i ≠ k n ( x - x i x - x k ) 2 ,
h ‾ ( y ) = [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π j = 0 , j ≠ l ( y - y j y l - y j ) 2 ,
h ‾ ′ ( x ) = ( x - x k ) Π i = 0 , i ≠ k n ( x - x i x k - x i ) 2 ,
h ′ ( y ) = ( y - y l ) Π j = 0 , j ≠ l n ( y - y j y l - y j ) 2 ,
当Zx(x,y)=0,Zy(x,,y)=0,Zxy(x,y)=0时:
H ( x , y ) =
= Σ k , l = 0 n [ Z ( x k , y l ) [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π i = 0 , i ≠ k , j = 0 , j ≠ l n ( x - x i x - x k ) 2 ( y - y l y j - y l ) 2 ,
4)曲面生成单元,用以利用上述公式生成曲面。
包括高度运算单元,用以选取P点的x值和y值,运算出P点的高度值H(x,y),从而进行P点高度设计。
以上内容仅为本发明的较佳实施例,对于本领域的普通技术人员,依据本发明的思想,在具体实施方式及应用范围上均会有改变之处,本说明书内容不应理解为对本发明的限制。

Claims (4)

1.曲面的整片设计方法,其特征在于,包括以下步骤:
1)确定需获取参考点的数量M;
2)设定M个参考点的三维坐标值(xi,yj,Z(xi,yj))、对于x的偏导数Zx(xi,yj)、对于y的偏导数Zy(xi,yj)、对于xy的偏导数Zxy(xi,yj),其中,(i,j=0,1,2,…,n),(n+1)2=M;
3)将M个参考点的(xi,yj,Z(xi,yj))、Zx(xi,yj)、Zy(xi,yj)、Zxy(xi,yj)代入以下公式:
H ( x , y ) = Σ k , l = 0 n [ Z ( x k , y l ) h ‾ ( x ) h ‾ ( y ) + Z x ( x k , y l ) h ‾ ′ ( x ) h ‾ ( y )
+ Z y ( x k , y l ) h ‾ ( x ) h ‾ ′ ( y ) + Z xy ( x k , y l ) h ‾ ′ ( x ) h ‾ ′ ( y ) ] ,
其中,
h ‾ ( x ) = [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] Π i = 0 , i ≠ k n ( x - x i x - x k ) 2 ,
h ‾ ( y ) = [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π j = 0 , j ≠ l ( y - y j y l - y j ) 2 ,
h ‾ ′ ( x ) = ( x - x k ) Π i = 0 , i ≠ k n ( x - x i x k - x i ) 2 ,
h ′ ( y ) = ( y - y l ) Π j = 0 , j ≠ l n ( y - y j y l - y j ) 2 ,
当Zx(x,y)=0,Zy(x,,y)=0,Zxy(x,y)=0时:
H ( x , y ) =
= Σ k , l = 0 n [ Z ( x k , y l ) [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π i = 0 , i ≠ k , j = 0 , j ≠ l n ( x - x i x - x k ) 2 ( y - y l y j - y l ) 2 ,
4)利用上述公式生成曲面。
2.根据权利要求1所述的曲面的整片设计方法,其特征在于,获取P点的x值和y值,运算出P点的高度值H(x,y),从而进行P点高度设计。
3.根据权利要求1所述的曲面的整片设计装置,其特征在于,包括:
1)参考点数量确定单元,用以确定需获取参考点的数量M;
2)参考点参数确定单元,用以设定M个参考点的三维坐标值(xi,yj,Z(xi,yj))、对于x的偏导数Zx(xi,yj)、对于y的偏导数Zy(xi,yj)、对于xy的偏导数Zxy(xi,yj),其中,(i,j=0,1,2,…,n),(n+1)2=M;
3)运算单元,用以将M个参考点的(xi,yj,Z(xi,yj))、Zx(xi,yj)、Zy(xi,yj)、Zxy(xi,yj)代入以下公式:
H ( x , y ) = Σ k , l = 0 n [ Z ( x k , y l ) h ‾ ( x ) h ‾ ( y ) + Z x ( x k , y l ) h ‾ ′ ( x ) h ‾ ( y )
+ Z y ( x k , y l ) h ‾ ( x ) h ‾ ′ ( y ) + Z xy ( x k , y l ) h ‾ ′ ( x ) h ‾ ′ ( y ) ] ,
其中,
h ‾ ( x ) = [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] Π i = 0 , i ≠ k n ( x - x i x - x k ) 2 ,
h ‾ ( y ) = [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π j = 0 , j ≠ l ( y - y j y l - y j ) 2 ,
h ‾ ′ ( x ) = ( x - x k ) Π i = 0 , i ≠ k n ( x - x i x k - x i ) 2 ,
h ′ ( y ) = ( y - y l ) Π j = 0 , j ≠ l n ( y - y j y l - y j ) 2 ,
当Zx(x,y)=0,Zy(x,,y)=0,Zxy(x,y)=0时:
H ( x , y ) =
= Σ k , l = 0 n [ Z ( x k , y l ) [ 1 + 2 ( x - x k ) Σ i = 0 , i ≠ k n 1 x i - x k ] [ 1 + 2 ( y - y j ) Σ j = 0 , j ≠ l n 1 y j - y l ] Π i = 0 , i ≠ k , j = 0 , j ≠ l n ( x - x i x - x k ) 2 ( y - y l y j - y l ) 2 ,
4)曲面生成单元,用以利用上述公式生成曲面。
4.根据权利要求3所述的曲面的整片设计装置,其特征在于,包括高度运算单元,用以选取P点的x值和y值,运算出P点的高度值H(x,y),从而进行P点高度设计。
CN2012102482599A 2012-07-17 2012-07-17 曲面的整片设计方法和装置 Pending CN102799731A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012102482599A CN102799731A (zh) 2012-07-17 2012-07-17 曲面的整片设计方法和装置

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012102482599A CN102799731A (zh) 2012-07-17 2012-07-17 曲面的整片设计方法和装置

Publications (1)

Publication Number Publication Date
CN102799731A true CN102799731A (zh) 2012-11-28

Family

ID=47198841

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012102482599A Pending CN102799731A (zh) 2012-07-17 2012-07-17 曲面的整片设计方法和装置

Country Status (1)

Country Link
CN (1) CN102799731A (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104731997A (zh) * 2013-12-21 2015-06-24 王开明 一种道路路线设计中卵型曲线的计算机辅助设计方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104731997A (zh) * 2013-12-21 2015-06-24 王开明 一种道路路线设计中卵型曲线的计算机辅助设计方法
CN104731997B (zh) * 2013-12-21 2018-01-09 王开明 一种道路路线设计中卵型曲线的计算机辅助设计方法

Similar Documents

Publication Publication Date Title
US10140395B2 (en) Detecting collisions in a simulated machining of a workpiece represented by dexels
US11449649B2 (en) Techniques for modeling elastic rods in position-based dynamics frameworks
WO2015009651A3 (en) Sparse gpu voxelization for 3d surface reconstruction
KR20150051908A (ko) 전역 또는 국부 형상 변화들을 반영하기 위한 cad 모델의 업데이트
Cella et al. Geometric parameterization strategies for shape optimization using RBF mesh morphing
CN102799731A (zh) 曲面的整片设计方法和装置
US20230245759A1 (en) A method for simulation of a magnetic resonance scanner
CN105224325B (zh) 渲染方法和装置
Dziedzic et al. The usage of computer visualization in teaching technical subjects
JP2009064164A (ja) 曲面形状作成装置、曲面形状作成方法、及び曲面形状作成プログラム
Wang et al. Real-Time CUDA Based Collision detection and Physics based collision response simulation
KR101110342B1 (ko) 유체 시뮬레이션 형상 제어 시스템 및 방법
Sase et al. Haptic Interaction with Segmented Medical Image Embedded in Finite Element Mesh
Wang et al. A simulation system based on ogre and physx for flexible aircraft assembly
US20240061979A1 (en) Differentiable parametric computer-assisted design solution
EP4070226A1 (en) Machine learning-based selective incarnation of computer-aided design objects
CN103985152A (zh) 基于二维手绘线画图的三维对称自由形体生成方法
Reinhart et al. Approaches for the simulation of deformable objects in manufacturing systems
González Badillo et al. Implementation and Evaluation of Mixed Model Representation of Virtual Objects in a Haptic Based Virtual Assembly Platform
Wang et al. Material removal simulation of multi-axis NC milling based on spatial partitioning level of detail model
CN104766311B (zh) 一种声波照射随机起伏界面时的遮挡面元快速搜索方法
Stolyarchuk Preprocessor of the SIGMA system for training of developers of CAE application used in aerospace industry CAD systems
Jin et al. Rapid and Tangible Method of Product Design using Augmented Reality Technology
Hempe et al. Summary, Conclusion and Outlook
CN116432299A (zh) 一种空间容积确定方法、装置和电子设备

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20121128