posted @ 2014-03-31 22:55 eryar 閱讀(1328) | 評論 (0) 編輯 |
03 2014 檔案
摘要: 2014-Blue Horse in PDMS 閱讀全文
摘要: 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:43 eryar 閱讀(13882) | 評論 (17) 編輯 |
摘要: 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 閱讀全文
Key words. OpenCascade, Mesh, MeshVS, Colored stress Patterns 閱讀全文
posted @ 2014-03-27 18:52 eryar 閱讀(5333) | 評論 (8) 編輯 |
摘要: 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 閱讀全文
Key words. OpenCascade, BRep 閱讀全文
posted @ 2014-03-25 18:01 eryar 閱讀(1920) | 評論 (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, BR 閱讀全文
Key words. OpenCascade, BR 閱讀全文
posted @ 2014-03-23 17:07 eryar 閱讀(1781) | 評論 (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. OpenCasca 閱讀全文
Key words. OpenCasca 閱讀全文
posted @ 2014-03-23 11:09 eryar 閱讀(2192) | 評論 (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 sphere BRep in OpenCascade, and also show how to use Tcl script to dump sphere BRep info.
Key words. OpenCascade, 閱讀全文
Key words. OpenCascade, 閱讀全文
posted @ 2014-03-22 12:24 eryar 閱讀(2473) | 評論 (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 Box BRep in OpenCascade, and also show how to use Tcl script to dump box BRep info.
Key words. OpenCascade, BRep, 閱讀全文
Key words. OpenCascade, BRep, 閱讀全文
posted @ 2014-03-19 19:00 eryar 閱讀(3645) | 評論 (0) 編輯 |
摘要: Abstract. 本文通過給出曲面上曲線PCurve的定義來對OpenCascade中的Curve On Surface進行理解,并介紹了OpenCascade對應的類BRep_CurveOnSurface實現。通過Tcl腳本輸出的球的拓樸信息,分析PCurve的實際應用。
Key words. OpenCascade, ACIS, PCurve, Curve on Surface, Parametric Surface 閱讀全文
Key words. OpenCascade, ACIS, PCurve, Curve on Surface, Parametric Surface 閱讀全文
posted @ 2014-03-15 12:07 eryar 閱讀(4545) | 評論 (0) 編輯 |
摘要: Abstract. This paper is concerned with parametric curves and surfaces definitions, such as singular point and regular point and their application in OpenCascade. The two most common methods of representing curves and surfaces in geometric modeling are implicit equations and parametric functions. Successful geometric modeling is done using both techniques. When you use parametric functions to represent curves and surfaces, you need to pay attention for the characteristic of it, such as singularit 閱讀全文
posted @ 2014-03-10 18:43 eryar 閱讀(3646) | 評論 (0) 編輯 |