• <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

                 摘要: Abstract. Numerical integration is the approximate computation of an integral using numerical techniques. The numerical computation of an integral is sometimes called quadrature. The most straightforward numerical integration technique uses the Newton-Cotes formulas(also called quadrature formulas), which approximate a function tabulated sequence of regularly spaced intervals by various degree polynomials. If the functions are known analytically instead of being tabulated at equally spaced inter  閱讀全文

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

                 摘要: Abstract. Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages. You can also use doxygen for creating normal documentation, as OpenCASCADE did for its references and user’s guide documents.

            Key Words. OpenCASCADE, Doxygen, Documentation System  閱讀全文

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

                 摘要: Abstract. The GUI of IsoAlgo is made by Tcl/Tk. The usage is easy and simple, if you are familiar with Tcl/Tk, you can customize it by yourself. The paper focus on the usage for IsoAlgo GUI and the method to customize the IsoAlgo GUI.

            Key Words. IsoAlgo, isogen, GUI, Tcl/Tk, Customization, PCF, DXF  閱讀全文

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

                 摘要: Abstract. When the isometric drawing is splited by split point, it should mark the continue drawing info
            on the split point. You can also config the “CONT. ON” by the config file.
            Key words. IsoAlgo, Split Drawing,

            For more information about IsoAlgo, please visit: http://code.google.com/p/isoalgo/
            Any feedback is welcome, please send email to the author: IsoAlgo@gmail.com.
            IsoAlgo User Guide: http://m.shnenglu.com/eryar/archive/2014/04/27/206735.html
              閱讀全文

            posted @ 2014-08-31 11:50 eryar 閱讀(1435) | 評論 (1)編輯 收藏

                 摘要: Abstract. Add page number for Foran pipe spool drawing generated by ISOM. The ISOM of Foran is used for spool drawing generation, but there is no number on the drawing, so use AutoLISP to write a small plugin to add page number automatically.

            Key Words. Foran, ISOM, Pipe Spool Drawing, AutoLISP, OpenCASCADE
              閱讀全文

            posted @ 2014-08-29 22:05 eryar 閱讀(1694) | 評論 (0)編輯 收藏

                 摘要: Abstract. The natural parametric equations of a curve are parametric equations that represent the curve in terms of a coordinate-independent parameter, generally arc length s, instead of an arbitray variable like t or u. According to the natural equations, the curve length is the integration of the curve parametric equation’s derivation. So the core algorithm for curve length calculation is the numerical integration method. OpenCASCADE use Gauss-Legendre to calculate the integration for single v  閱讀全文

            posted @ 2014-08-25 21:31 eryar 閱讀(3933) | 評論 (2)編輯 收藏

                 摘要: Abstract. The impossibility to define the splitting point makes it impossible to generate
            the readable isometrics drawing in some cases. If the drawing is so crowded that can not
            read it clearly, it should add the split point to the drawing.

            Key Words. IsoAlgo, Isogen, Split Point  閱讀全文

            posted @ 2014-08-21 22:27 eryar 閱讀(1993) | 評論 (2)編輯 收藏

                 摘要: Abstract. OpenCascade uses advanced text rendering powered by FTGL library. The FreeType provides vector text rendering, as a result the text can be rotated and zoomed without quality loss. FreeType also support unicode charset. The paper focus on the Chinese Text rendering.

            Key Words. OpenCascade, FreeType, Chinese Text, 中文漢字, Unicode  閱讀全文

            posted @ 2014-08-17 14:52 eryar 閱讀(5264) | 評論 (0)編輯 收藏

                 摘要: Abstract. Draw is a command interpreter based on Tcl/Tk and a graphical system used to test and demonstrate OpenCascade modeling libraries. It provides a flexible and easy to use means of testing and demonstrating the OCCT modeling libraries. By a given command of Tcl, you can find the implentation code for that command by OpenCascade, the code could be as a demo to use of OCC modeling libraries. So this is the most effectively way of use OpenCascade.

            Key words. OpenCascade, Tcl/Tk, Tes  閱讀全文

            posted @ 2014-07-30 20:00 eryar 閱讀(5518) | 評論 (0)編輯 收藏

                 摘要: Abstract. Delaunay Triangulation is the core algorithm for mesh generation. By Delaunay Triangulator you can make a general method to visualize geometry surfaces, so does OpenCascade. The paper focus on the geometry surfaces visualization, include the surfaces with holes.

            Key words. OpenCascade, Delaunay Triangulator, OpenSceneGraph, Mesh, NURBS  閱讀全文

            posted @ 2014-07-27 21:01 eryar 閱讀(5439) | 評論 (0)編輯 收藏

                 摘要: Intergraph Stamp.

            Thanks to superman (WuJun).  閱讀全文

            posted @ 2014-07-26 17:36 eryar 閱讀(739) | 評論 (0)編輯 收藏

                 摘要: Abstract. B-splines are quite a bit more flexible than Bezier curves. This flexibility comes from the fact that you have much more control over the basis functions. For Bezier curves that each control point had an effect on each point on the curve; likewise the number of control points affected the degree of the curve. For the sake of flexiblity, you would like to be able to arbitrarily set the degree of the curve and to also determine the range of the affect each control point has. B-splines al  閱讀全文

            posted @ 2014-07-21 19:18 eryar 閱讀(3518) | 評論 (0)編輯 收藏

                 摘要: Abstract.
            The impossibility to define the splitting point makes it impossible to generate
            the readable isometrics drawing in some cases. If the drawing is so crowded
            that can not read it clearly, it should add the split point to the drawing.

            Key words. IsoAlgo, Isogen, Split Point,
              閱讀全文

            posted @ 2014-07-20 15:11 eryar 閱讀(2014) | 評論 (4)編輯 收藏

                 摘要: 從OpenCascade6.7.0開始圖形顯示的初始化部分有較大改動,將原來給出的一個關于Qt的最簡單的例子程序升級到最新版本.  閱讀全文

            posted @ 2014-07-16 22:49 eryar 閱讀(5599) | 評論 (0)編輯 收藏

                 摘要: std::ofstream failed because of its file name is not right.  閱讀全文

            posted @ 2014-07-12 15:55 eryar 閱讀(3807) | 評論 (3)編輯 收藏

            僅列出標題
            共41頁: First 23 24 25 26 27 28 29 30 31 Last 
            精品久久久久久中文字幕| 午夜精品久久影院蜜桃| 国产精品久久国产精品99盘| 精品久久人人妻人人做精品 | 久久91精品国产91久久麻豆| www亚洲欲色成人久久精品| 99久久综合国产精品免费| 国产美女久久久| 天天躁日日躁狠狠久久| 一本色道久久88综合日韩精品| 久久久久久午夜成人影院| 久久国产精品无| 精品无码久久久久久久久久| 精品永久久福利一区二区| 久久人妻少妇嫩草AV蜜桃| 久久久久亚洲AV成人网人人网站| 国产精品美女久久久久网| 午夜久久久久久禁播电影| 综合久久一区二区三区 | 精品国产青草久久久久福利 | 国产精品日韩深夜福利久久 | 一本伊大人香蕉久久网手机| 久久综合综合久久综合| 日产精品久久久久久久性色| 久久久久久国产精品美女| 日本WV一本一道久久香蕉| 午夜精品久久久内射近拍高清| 久久精品国产亚洲一区二区三区| 国产成人久久精品麻豆一区| 国产精品99久久久久久www| 久久这里只精品国产99热| 91精品国产高清久久久久久91| 91精品国产91久久久久久| 久久青青草原精品影院| 国产午夜精品久久久久九九电影| 秋霞久久国产精品电影院| 久久精品不卡| 久久久久亚洲AV无码观看| 久久AV高清无码| 精品久久久久久久久久中文字幕| 久久伊人五月天论坛|