• <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 閱讀(37833) | 評論 (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)實(shí),覺得自己渺小無力。
            但這,也是生命的一部分。做好現(xiàn)在你能做的,然后,一切都會好的。
            我們都將孤獨(dú)地長大,不要害怕。

              閱讀全文

            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),體驗(yàn)了一下,感覺還不錯:簡潔,精致。

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

            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, 應(yīng)力云圖, 顏色映射表  閱讀全文

            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)編輯 收藏

            僅列出標(biāo)題
            共41頁: First 22 23 24 25 26 27 28 29 30 Last 
            久久亚洲精品无码观看不卡| 中文字幕精品久久| 久久精品成人免费看| 久久精品免费大片国产大片| 久久精品青青草原伊人| 欧美久久综合性欧美| 亚洲国产二区三区久久| 国产免费久久精品丫丫| 日日躁夜夜躁狠狠久久AV| 久久精品国产精品亚洲精品| 人人妻久久人人澡人人爽人人精品| 精品国产乱码久久久久久郑州公司| 欧美久久一区二区三区| 久久久久久综合一区中文字幕| 2020国产成人久久精品| 91精品国产91久久| 国产成人久久精品一区二区三区| 亚洲精品乱码久久久久久蜜桃 | 国产成人精品久久二区二区| 精品久久亚洲中文无码| 亚洲人成电影网站久久| 久久国产高清一区二区三区| 久久国产精品-久久精品| 亚洲国产一成人久久精品| 亚洲日韩欧美一区久久久久我| 国产精品成人无码久久久久久| 久久电影网2021| 久久久精品免费国产四虎| 国产精品天天影视久久综合网| 无码国内精品久久人妻| 无码专区久久综合久中文字幕| 伊人久久成人成综合网222| 免费一级做a爰片久久毛片潮| 久久精品国产亚洲精品| 久久精品国产亚洲Aⅴ香蕉| 青青久久精品国产免费看| 无码任你躁久久久久久| 国产精品久久久久久久人人看| 久久99热这里只有精品66| 欧美精品久久久久久久自慰| 久久精品中文闷骚内射|