eryar

PipeCAD - Plant Piping Design Software.
RvmTranslator - Translate AVEVA RVM to OBJ, glTF, etc.
posts - 603, comments - 590, trackbacks - 0, articles - 0

03 2014 档案

     摘要: 2014-Blue Horse in PDMS  阅读全文

posted @ 2014-03-31 22:55 eryar 阅读(1281) | 评论 (0)  编辑 |

     摘要: 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 阅读(13320) | 评论 (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  阅读全文

posted @ 2014-03-27 18:52 eryar 阅读(4892) | 评论 (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  阅读全文

posted @ 2014-03-25 18:01 eryar 阅读(1790) | 评论 (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  阅读全文

posted @ 2014-03-23 17:07 eryar 阅读(1675) | 评论 (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  阅读全文

posted @ 2014-03-23 11:09 eryar 阅读(2009) | 评论 (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,   阅读全文

posted @ 2014-03-22 12:24 eryar 阅读(2294) | 评论 (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,   阅读全文

posted @ 2014-03-19 19:00 eryar 阅读(3358) | 评论 (0)  编辑 |

     摘要: Abstract. 本文通过给出曲面上曲线PCurve的定义来对OpenCascade中的Curve On Surface进行理解,并介绍了OpenCascade对应的类BRep_CurveOnSurface实现。通过Tcl脚本输出的球的拓朴信息,分析PCurve的实际应用。

Key words. OpenCascade, ACIS, PCurve, Curve on Surface, Parametric Surface  阅读全文

posted @ 2014-03-15 12:07 eryar 阅读(4131) | 评论 (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 阅读(3376) | 评论 (0)  编辑 |