上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 43 下一页
摘要: Abstract. AVEVA Review is used to 3D model visualization for plant or ship design, construction and operation. Taking data from a range of 3D design systems, AVEVA Review delivers a virtual reality view of a plant or ship which users from all disciplines can freely navigate to view areas of interest, communicate ideas or undertake reviews. Use AVEVA .Net can extract model from DESIGN database, and use AnyCAD .Net can visualize the model. This paper mainly focus on the usage of AnyCAD .Net, and a 阅读全文
posted @ 2014-04-17 21:06 opencascade 阅读(2452) 评论(6) 推荐(1) 编辑
摘要: 在OpenCascade的显示模块中,可以设置线型、消隐方式和离散精度等属性。这些属性都是在AIS_Drawer中设置。 阅读全文
posted @ 2014-04-14 18:27 opencascade 阅读(902) 评论(1) 推荐(1) 编辑
摘要: 摘要Abstract:本文简要介绍了适配器模式(adapter pattern),并结合程序实例对OpenCascade中的拓朴与几何的适配器的使用进行说明。      关键字Key Words:OpenCascade、BRep、Topology、Geometry、Adapter 阅读全文
posted @ 2014-04-13 18:48 opencascade 阅读(1669) 评论(2) 推荐(1) 编辑
摘要: Abstract. C++ lets us redefine the meaning of the operators when applied to objects. It also lets us define conversion operations for class types. Class-type conversions are used like the built-in conversions to implicitly convert an object of one type to another type when needed. A conversion operator provides a way for you to define how an object can be converted automatically to a different type. The paper gives some conversion operators examples in OpenCascade. Key words. OpenCascade, Con 阅读全文
posted @ 2014-04-12 19:29 opencascade 阅读(1062) 评论(0) 推荐(0) 编辑
摘要: Use Model Data Exchange Addin to export structure models for PDMS. 阅读全文
posted @ 2014-04-11 21:30 opencascade 阅读(988) 评论(0) 推荐(0) 编辑
摘要: 摘要Abstract:本文对网格数据结构作简要介绍,并结合使用OpenCascade中的数据结构,将网格数据在OpenSceneGraph中可视化。 关键字KeyWords:OpenCascade、OpenSceneGraph、Triangulation、Mesh Data Structure 阅读全文
posted @ 2014-04-08 21:47 opencascade 阅读(2091) 评论(0) 推荐(0) 编辑
摘要: Abstract. Rendering a generic surface is a two steps process: first, computing the points that will form the mesh of the surface and then, send this mesh to 3D API. Use the Triangle to triangulate the parametric space and then lifting map to the model 3D space. This is the main method to visualize the generic shaded surface. This paper show the OpenCascade triangulation of the parametric space and the map result: mesh in 3D model space. Use the method can visualize a generic surface. Key wor 阅读全文
posted @ 2014-04-06 15:08 opencascade 阅读(3874) 评论(0) 推荐(1) 编辑
摘要: Abstract. Triangle is a 2D quality mesh generator and Delaunay triangulator. Triangle was created as part of the Quake project in the school of Computer Science at Carnegie Mellon University by Jonathan R. Shewchuk. Triangle is a small C program and its Delaunay refinement algorithm for quality mesh generation is a hybrid one. It includes divide-and-conquer and incremental insertion algorithms and sweepline Delaunay triangulation algorithm. This paper is focused on the usage of the Triangle and 阅读全文
posted @ 2014-03-29 16:52 opencascade 阅读(8435) 评论(9) 推荐(0) 编辑
摘要: Abstract. MeshVS means Mesh Visualization Service. It can be used to representation mesh in different style, such as colored stress patterns mesh, mesh with text and mesh like vector(with arrow). So MeshVS usually used for CAE programming. This paper focus on the MeshVS usage. Key words. OpenCascade, Mesh, MeshVS, Colored stress Patterns 阅读全文
posted @ 2014-03-27 18:57 opencascade 阅读(2400) 评论(2) 推荐(0) 编辑
摘要: Abstract. BRep is short for Boundary Representation. Boundary Representation gives a complete description of an object by associating topological and geometric information for solid modeling. In this case, objects are described by their boundaries. There are two types of information in BRep: Topological information and Geometric information. This paper is concerned with the Cone BRep in OpenCascade, and also show how to use Tcl script to dump cone BRep info. Key words. OpenCascade, BRep, Boun 阅读全文
posted @ 2014-03-25 18:04 opencascade 阅读(1160) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 43 下一页