上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 43 下一页
摘要: 在OpenCASCADE中生成WIRE时要求添加到WIRE中的边EDGE是有顺序要求的。当给定的边没有按顺序添加到WIRE之前,需要自己将EDGE按顺序处理。OpenCASCADE中也提供了对EDGE按顺序进行排序的功能,方便WIRE的生成。   本文给出将散乱的EDGE排序后生成WIRE的实现代码,这个功能用处还是很大的。 阅读全文
posted @ 2018-05-20 21:45 opencascade 阅读(4048) 评论(11) 推荐(0) 编辑
摘要: OpenCASCADE提供了基于BREP体的Boolean Operations,但是如果Topo体中只包含三角网格信息的话,是不支持布尔运算的。典型的例子就是由STL导入生成的模型在OpenCASCADE中是不能进行布尔运算。 有一些开源库提供了基于三角网格的布尔运算的功能。如MeshLab、Cork等。本文主要就来介绍一下这两个库中的基于三角网格的布尔运算功能。 阅读全文
posted @ 2018-05-17 23:07 opencascade 阅读(3121) 评论(2) 推荐(0) 编辑
摘要: We present an overview of current real-time massive model visualization technology, with the goal of providing readers with a high level understanding of the domain, as well as with pointers to the literature. 本文展示了当前大规模模型实时可视化技术的概况,目的是为了给读者们对这个领域一个比较深入的认识,并指出学术界的一些研究的文献。 阅读全文
posted @ 2018-05-12 20:17 opencascade 阅读(444) 评论(0) 推荐(0) 编辑
摘要: Abstract. 纹理贴图技术的出现和流行是图形显示技术的一个非常重要的里程碑,直接影响3D技术从工业进入娱乐领域。本文结合OpenCASCADE中纹理贴图的源码,来说明纹理贴图在OpenCASCADE中实现。 Key Words. OpenCASCADE 纹理贴图, Texture Mapping 阅读全文
posted @ 2018-05-09 20:41 opencascade 阅读(1836) 评论(0) 推荐(0) 编辑
摘要: RvmTranslator6.1 add the attribute list for the tree node. If there is a *.att file in the same folder of the *.rvm file, the attribute list will show them for the selected tree node. 阅读全文
posted @ 2018-05-05 20:45 opencascade 阅读(814) 评论(0) 推荐(0) 编辑
摘要: Major companies from the manufacturing industry (aerospace, ground transportation, industrial machinery) use IC.IDO VR software to perform collaborative and immersive design reviews, to evaluate and optimize assembly and disassembly sequences, to verify resources and tooling for both manufacture and maintenance, to support documentation and workflow animation/ training. IC.IDO detects contact and obstruction during assembly and maintenance procedures, and enables instant evaluation of flexible c 阅读全文
posted @ 2018-05-03 14:20 opencascade 阅读(362) 评论(0) 推荐(0) 编辑
摘要: Abstract. Sweeps are the objects you obtain by sweeping a profile along a path. Sweep is a very useful modeling algorithm. The paper focus on the introduction of the sweep algorithms in the opencascade. Key Words. Sweep, Prism, Revol, Pipe, Frenet Trihedron, 阅读全文
posted @ 2018-04-26 21:15 opencascade 阅读(2764) 评论(0) 推荐(0) 编辑
摘要: 曲线的活动标架是《微分几何》中一个很基础的概念。有了曲线的活动标架,扫掠造型Sweep算法的实现有了一些思路。当给定一个轮廓线后,将轮廓线沿着路径曲线扫掠可以理解为将轮廓线变换到曲线的活动标架中。 本文主要演示了Frenet活动标架的例子,读者可以将GeomFill_TrihedronLaw其他的子类表示的其他类型活动标架自己实现,加深理解。 阅读全文
posted @ 2018-04-03 23:11 opencascade 阅读(1155) 评论(0) 推荐(0) 编辑
摘要: 在OpenCASCADE的TKGeomAlgo Toolkit中提供了一个Law Package,在Law包中有一个基类:Law_Function,字面上翻译为 规则函数。 本文主要对Law_Function的子类进行介绍,进一步理解OpenCASCADE中Law相关类的作用。 阅读全文
posted @ 2018-03-25 17:05 opencascade 阅读(844) 评论(0) 推荐(0) 编辑
摘要: RvmTranslator6.0 - Dassault Systemes 3DXML 阅读全文
posted @ 2018-03-22 20:14 opencascade 阅读(1054) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 43 下一页