• <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) | 評(píng)論 (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) | 評(píng)論 (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) | 評(píng)論 (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) | 評(píng)論 (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) | 評(píng)論 (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) | 評(píng)論 (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) | 評(píng)論 (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) | 評(píng)論 (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) | 評(píng)論 (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) | 評(píng)論 (0)編輯 收藏

                 摘要: Intergraph Stamp.

            Thanks to superman (WuJun).  閱讀全文

            posted @ 2014-07-26 17:36 eryar 閱讀(739) | 評(píng)論 (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) | 評(píng)論 (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) | 評(píng)論 (4)編輯 收藏

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

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

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

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

            列出全部內(nèi)容
            共41頁: First 23 24 25 26 27 28 29 30 31 Last 
            国产精品久久久久久久久鸭| 久久免费观看视频| 97久久久久人妻精品专区 | 久久精品国产亚洲AV无码偷窥| 77777亚洲午夜久久多喷| 久久久久久久久无码精品亚洲日韩 | 国产成人精品综合久久久久| 欧美va久久久噜噜噜久久| 狠狠人妻久久久久久综合蜜桃| 中文字幕久久精品无码| 成人a毛片久久免费播放| 亚洲伊人久久大香线蕉综合图片| 香蕉久久一区二区不卡无毒影院| 一本色道久久综合狠狠躁篇| 狠狠色婷婷综合天天久久丁香| 伊人热热久久原色播放www| 国产午夜精品理论片久久| 久久人爽人人爽人人片AV| 久久无码专区国产精品发布| 国产精品美女久久久久av爽| 国产精品久久久久9999| 亚洲国产欧美国产综合久久| 久久无码人妻精品一区二区三区 | 天天爽天天狠久久久综合麻豆| 四虎影视久久久免费观看| 99久久国产综合精品网成人影院| 久久久婷婷五月亚洲97号色| 久久久久亚洲av综合波多野结衣 | 亚洲天堂久久精品| 久久久青草久久久青草| 国产一区二区三区久久| 欧美精品一区二区精品久久| 久久精品成人国产午夜| 嫩草影院久久99| 精品久久久久久99人妻| 久久久久久久综合综合狠狠| 久久久久婷婷| 久久激情亚洲精品无码?V| 亚洲а∨天堂久久精品| 一本久道久久综合狠狠躁AV| 久久久久久精品免费免费自慰|