• <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 閱讀(2796) | 評(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 閱讀(3600) | 評(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 閱讀(2335) | 評(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://www.shnenglu.com/eryar/archive/2014/04/27/206735.html
              閱讀全文

            posted @ 2014-08-31 11:50 eryar 閱讀(1427) | 評(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 閱讀(1686) | 評(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 閱讀(3899) | 評(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 閱讀(1969) | 評(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 閱讀(5198) | 評(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 閱讀(5462) | 評(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 閱讀(5417) | 評(píng)論 (0)編輯 收藏

                 摘要: Intergraph Stamp.

            Thanks to superman (WuJun).  閱讀全文

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

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

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

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

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

            僅列出標(biāo)題
            共41頁(yè): First 23 24 25 26 27 28 29 30 31 Last 
            麻豆久久久9性大片| 国产69精品久久久久观看软件| 成人综合久久精品色婷婷| 久久91综合国产91久久精品| 久久青青草原亚洲av无码app| 久久精品视频一| 国产69精品久久久久观看软件| 香蕉久久夜色精品国产尤物| 亚洲国产精品嫩草影院久久| 欧美粉嫩小泬久久久久久久 | 欧美日韩精品久久久久| 99久久免费只有精品国产| 国产精品久久久久久福利69堂| 久久国产精品77777| 国产成人久久AV免费| 精品久久久久久成人AV| 国产精品久久久久久久久| 94久久国产乱子伦精品免费| 国产精品永久久久久久久久久| 久久福利片| 亚洲国产成人精品女人久久久 | 亚洲午夜精品久久久久久人妖| 精品久久一区二区三区| 美女写真久久影院| 久久人妻少妇嫩草AV蜜桃| 香蕉久久久久久狠狠色| 久久久久人妻一区二区三区vr| 免费观看久久精彩视频| 人妻无码久久精品| 国产毛片欧美毛片久久久| 久久精品毛片免费观看| 伊人久久综合热线大杳蕉下载| 国产午夜福利精品久久| 亚洲精品午夜国产va久久| 久久久久无码精品国产不卡| 国产福利电影一区二区三区久久老子无码午夜伦不 | 亚洲综合久久久| 97久久天天综合色天天综合色hd| 婷婷综合久久中文字幕| 国产精品中文久久久久久久 | 国产精品99久久久久久宅男|