摘要: 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 阅读(1132) 评论(0) 推荐(0)
摘要: Use Model Data Exchange Addin to export structure models for PDMS. 阅读全文
posted @ 2014-04-11 21:30 OpenCASCADE 阅读(1040) 评论(0) 推荐(0)
摘要: 摘要Abstract:本文对网格数据结构作简要介绍,并结合使用OpenCascade中的数据结构,将网格数据在OpenSceneGraph中可视化。 关键字KeyWords:OpenCascade、OpenSceneGraph、Triangulation、Mesh Data Structure 阅读全文
posted @ 2014-04-08 21:47 OpenCASCADE 阅读(2243) 评论(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 阅读(4592) 评论(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 阅读(9135) 评论(10) 推荐(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 阅读(2743) 评论(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 阅读(1251) 评论(0) 推荐(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 Torus BRep in OpenCascade, and also show how to use Tcl script to dump torus BRep info. Key words. OpenCascade, BRep, B 阅读全文
posted @ 2014-03-23 18:49 OpenCASCADE 阅读(1115) 评论(0) 推荐(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 Cylinder BRep in OpenCascade, and also show how to use Tcl script to dump cylinder BRep info. Key words. OpenCascade, BR 阅读全文
posted @ 2014-03-23 11:13 OpenCASCADE 阅读(1055) 评论(0) 推荐(1)
摘要: 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 sphere BRep in OpenCascade, and also show how to use Tcl script to dump sphere BRep info. Key words. OpenCascade, BRep, 阅读全文
posted @ 2014-03-22 12:27 OpenCASCADE 阅读(1046) 评论(0) 推荐(0)