• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            eryar

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

                 摘要: OpenCASCADE Code Study Outline.

            OpenCASCADE Collaborative development portal
            Updating……
              閱讀全文

            posted @ 2014-11-16 20:59 eryar 閱讀(37832) | 評論 (0)編輯 收藏

                 摘要: Abstract. BRep short for Boundary Representation. First give the definition of the BRep, then compare the BRep mode between OpenCASCADE and OpenNURBS. There are 3 main representation method: use face/edge/vertex to keep track all information in the solid model. The winged-edge data structure uses edges to keep track all information in the solid model. The paper focus on the BRep of OpenCASCADE and OpenNURBS.

            Key Words. OpenCASCADE, BRep, OpenNURBS, The Winged-edge Structure,  閱讀全文

            posted @ 2014-11-08 11:48 eryar 閱讀(7007) | 評論 (0)編輯 收藏

                 摘要: Abstract. The openNURBS Toolkit consists of C++ source code for a library that will read and write a openNURBS 3D model file(.3dm). More than 400 software development teams and applications including Rhinoceros, exchange 3-D models using the openNURBS (.3dm) file format. But there is no a simple viwer for 3dm on PC except Rhinoceros. So I want to develop a 3DM viewer based on OpenSceneGraph to visualize the 3DM file.

            Key Words. OpenNURBS, 3DM Viewer, OpenSceneGraph  閱讀全文

            posted @ 2014-11-04 21:34 eryar 閱讀(5065) | 評論 (0)編輯 收藏

                 摘要: Abstract. The OpenNURBS initiative provides CAD/CAM/CAE and computer graphics software developers the tools to accurately transfer 3D geometry between applications. The OpenNURBS C++ source code is clean and fairly simple. The OpenNURBS Toolkit is intended for use by C++ and .NET programmers. The toolkit includes complete source code to create a library that will read and write 3dm files. OpenCASCADE providing services for 3D surface and solid modeling, CAD data exchange, and visulization. Most   閱讀全文

            posted @ 2014-11-01 10:17 eryar 閱讀(5440) | 評論 (0)編輯 收藏

                 摘要: 有一天你將破蛹而出,成長得比人們期待的還要美麗。
            但這個過程會很痛,會很辛苦,有時候還會覺得灰心。
            面對著洶涌而來的現(xiàn)實,覺得自己渺小無力。
            但這,也是生命的一部分。做好現(xiàn)在你能做的,然后,一切都會好的。
            我們都將孤獨地長大,不要害怕。

              閱讀全文

            posted @ 2014-10-27 19:48 eryar 閱讀(2002) | 評論 (0)編輯 收藏

                 摘要: Abstract. A root-finding algorithm is a numerical method, or algorithm, for finding a value x such that f(x)=0, for a given function f. Such an x is called a root of the function f. In OpenCASCADE math package, implemente Newton-Raphson method to find the root for a function. The algorithm can be used for finding the extrema value for curve or surface, .i.e Point Inversion, find the parameter for a point on the curve or surface. The paper focus on the usage of OpenCASCADE method and its applicat  閱讀全文

            posted @ 2014-10-21 19:06 eryar 閱讀(3440) | 評論 (2)編輯 收藏

                 摘要: Abstract. DWG is a file format created in the 70’s for the emerging CAD applications. Currently it is the native file format of AutoCAD, a proprietary CAD program developed by Autodesk. Libredwg is a free C library to read and write DWG files. This program is part of GNU project, released under the aegis of GNU. The paper focus on the usage of Libredwg, and use the Libredwg to read a DWG file and output the entities of the DWG to Tcl script for OpenCASCADE Draw Test Harness visualization.
            <  閱讀全文

            posted @ 2014-10-15 23:02 eryar 閱讀(6450) | 評論 (0)編輯 收藏

                 摘要: Abstract. The conic sections and circles play a fundamental role in CAD/CAM applications. Undoubtedly one of the greatest advantages of NURBS is their capability of precisely representing conic sections and circles, as well as free-form curves and surfaces. We assume a knowledge of conics and circles, the purpose of this paper is to study them in the framework of their representation as NURBS curves.

            Key Words. OpenCASCADE, Conic Curves, Circle, Convert, BSpline Curve  閱讀全文

            posted @ 2014-10-13 22:03 eryar 閱讀(2690) | 評論 (0)編輯 收藏

                 摘要: Abstract. Rational Bezier Curve can represent conic curves such as circle, ellipse, hyperbola, .etc. But how to convert a conic curve to BSpline curve is still question, i.e. Represent a conic curve in BSpline form. The key point of Hyperbola conversion is to calculate the 2nd pole and its weight factor. The paper focus on the hyperbola convert to the BSpline curves.

            Key Words. OpenCASCADE, Convert, Hyperbola, BSplineCurve, Conic Curve  閱讀全文

            posted @ 2014-10-07 15:34 eryar 閱讀(1963) | 評論 (0)編輯 收藏

                 摘要: Abstract. Rational Bezier Curve can represent conic curves such as circle, ellipse, hyperbola, .etc. But how to convert a conic curve to BSpline curve is still question, i.e. Represent a conic curve in BSpline form. Parabola curve is the most simple conic curve, that the parabola does not require rational functions. Let’s begin from the simplest one...

            Key Words. OpenCASCADE, Convert, Parabola, BSplineCurve, Conic Curve  閱讀全文

            posted @ 2014-10-02 23:21 eryar 閱讀(2848) | 評論 (0)編輯 收藏

                 摘要: Abstract. When you are familiar with OpenCASCADE on Windows, you should try it on Linux operating system, because of Debian is also open source like OpenCASCADE. The paper is focus on how to building the OpenCASCADE on Debian.

            Key Words. OpenCASCADE, Linux, Debian, Building  閱讀全文

            posted @ 2014-10-01 15:27 eryar 閱讀(2098) | 評論 (0)編輯 收藏

                 摘要: Debian是OpenCASCADE用于Linux操作系統(tǒng)測試的專用系統(tǒng)。這幾天下載安裝了Debian系統(tǒng),體驗了一下,感覺還不錯:簡潔,精致。

            解決了這些問題后,Debian用起來感覺還好,還需要慢慢熟悉和適應。下一步準備在Debian上編譯、調(diào)試C/C++程序。為編譯OpenCASCADE的Linux版本打下基礎。  閱讀全文

            posted @ 2014-09-29 22:54 eryar 閱讀(1735) | 評論 (0)編輯 收藏

                 摘要: Abstract. Use the Draw Test Harness to test the performance of OpenCASCADE by Tcl scripts. From the test result, you will check whether the OpenCASCADE meet your need.

            Key Words. OpenCASCADE, Performance Test, Draw Test Harness, Tcl/Tk, 性能測試  閱讀全文

            posted @ 2014-09-25 21:41 eryar 閱讀(2514) | 評論 (0)編輯 收藏

                 摘要: Abstract. The color scale is a specialized label object that displays a color map and an accompanying numerical scale for color mapped or contour data plots. As the geometry modeling kernel of SALOME, OpenCASCADE provides the color scale function. The paper focus on the usage of color scale in OpenCASCADE.

            Key Words. OpenCASCADE, Color Scale, 應力云圖, 顏色映射表  閱讀全文

            posted @ 2014-09-20 20:11 eryar 閱讀(4319) | 評論 (0)編輯 收藏

                 摘要: Abstract. Although polynomials offer many advantages, there exist a number of important curve and surface types which cannot be represented precisely using polynomials, e.g., circles, ellipses, hyperbolas, cylinders, cones, spheres, etc. So we introduce the concepts of rational curves and homogeneous coordinates to solve the problem. To understand rational curves in a homogenous coordinate system is more straightforward. If you define irrational Bezier curves in 4D space and then project them ba  閱讀全文

            posted @ 2014-09-19 19:30 eryar 閱讀(2832) | 評論 (0)編輯 收藏

            列出全部內(nèi)容
            共41頁: First 22 23 24 25 26 27 28 29 30 Last 
            狠狠久久综合| 2020久久精品国产免费| 中文成人无码精品久久久不卡 | 国产精品久久久久久久久免费| 久久99国产综合精品| 久久青青草原亚洲av无码| 亚洲人成网亚洲欧洲无码久久| 久久精品国产精品亚洲精品| 91麻豆国产精品91久久久| 欧美伊香蕉久久综合类网站| 久久精品一区二区三区AV| 91精品国产高清久久久久久91| 久久人人爽人人爽人人片AV高清| 久久精品国产福利国产秒| 久久99久久99精品免视看动漫 | 性欧美大战久久久久久久| 99国产精品久久| 亚洲精品美女久久久久99| 久久精品国产亚洲Aⅴ香蕉| 成人久久综合网| 嫩草伊人久久精品少妇AV| 狠狠色丁香久久婷婷综合图片| 狠狠色综合久久久久尤物| 久久国产精品久久精品国产| 奇米影视7777久久精品| 久久精品国产99国产精品亚洲 | 91精品国产9l久久久久| 久久精品亚洲一区二区三区浴池 | 久久99精品免费一区二区| 国产精品伦理久久久久久| 日韩亚洲欧美久久久www综合网| 国产成年无码久久久久毛片| 久久精品国产第一区二区三区| 亚洲欧美日韩中文久久| 久久国产色AV免费看| 国产精品久久久久jk制服| 久久久老熟女一区二区三区| 久久国产欧美日韩精品| 青青青伊人色综合久久| 国产精品免费久久久久影院 | 日本福利片国产午夜久久|