• <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. 設計一條復雜曲線時,出于設計和制造上的考慮,常常通過多段曲線組合而成,這就需要解決曲線段之間如何實現光滑連接的問題。評價曲線間連接的光滑度的度量有兩種:參數連接性和幾何連續性。本文對這兩種連續性分別進行介紹。

            Key Words. Curve Continuity, Geometric Continuity, 參數連續性、幾何連續性  閱讀全文

            posted @ 2015-11-15 23:01 eryar 閱讀(2611) | 評論 (4)編輯 收藏

                 摘要: Abstract. Global curve interpolation to point data is a way to construct curves. The paper focus on the interpolate algorithm in OPEN CASCADE, and give a simple example to demonstrate the usage of the GeomAPI_Interpolate class.

            Key Words. Interpolate, NURBS, BSpline, OPEN CASCADE  閱讀全文

            posted @ 2015-11-11 22:23 eryar 閱讀(3783) | 評論 (2)編輯 收藏

                 摘要: RvmTranslator2.2 - Support export 3D OBJ files.  閱讀全文

            posted @ 2015-11-07 18:00 eryar 閱讀(3363) | 評論 (0)編輯 收藏

                 摘要: Abstract. The Voronoi extension of the Boost.Polygon library provides functionality to construct a Voronoi diagram of a set of points and linear segments in 2D space with some limitations. The paper mainly describles how to compile the boos voronoi visualizer and use it show the example voronoi diagram result.
            Key Words. Boost, Voronoi, Visualizer  閱讀全文

            posted @ 2015-10-31 12:12 eryar 閱讀(2203) | 評論 (2)編輯 收藏

                 摘要: PDMS提供了在PML中調用系統命令的命令:syscom。借助這個PML命令,為PDMS的開發又提供了一種新架構(New Architecture)。本文詳細介紹syscom命令的用法,及如何使用這條命令來為PDMS的二次開發指出一條新路。  閱讀全文

            posted @ 2015-10-27 22:44 eryar 閱讀(3357) | 評論 (0)編輯 收藏

                 摘要: Abstract. Clash detection is used for the model collision check. The paper introduce the clash detection in PDMS, and also about how to set the piping component for the operation space clash check.

            Key Word. Clash Detection, Collision Detection
              閱讀全文

            posted @ 2015-10-21 21:01 eryar 閱讀(2072) | 評論 (0)編輯 收藏

            posted @ 2015-10-15 21:02 eryar 閱讀(1443) | 評論 (2)編輯 收藏

                 摘要: Abstract. Power basis polynomial is the most simple polynomial function. It also be called power series. OpenCASCADE provides basic computation functions for polynomial functions, such as evaluate the result for a given polynomial, Lagrange interpolation, Hermite interpolation, .etc. The package named PLib, means Polynomial functions Library. The paper focus on the Lagrange interpolation usage of PLib.

            Key Words. OpenCASCADE, PLib, Interpolation, Lagrange, 插值  閱讀全文

            posted @ 2015-09-05 12:16 eryar 閱讀(2828) | 評論 (0)編輯 收藏

                 摘要: RvmTranslator2.1 [20150818]
            ----------------
            1. Improve performance for STEP translation;
            2. Finish parse all the primitive shapes in RVM file;  閱讀全文

            posted @ 2015-08-18 22:10 eryar 閱讀(2586) | 評論 (4)編輯 收藏

                 摘要: cad2pdms - Export AutoCAD Entities for PDMS Aids.  閱讀全文

            posted @ 2015-08-15 19:33 eryar 閱讀(3332) | 評論 (14)編輯 收藏

                 摘要: IsoAlgo3d - A PCF 3D Viewer.  閱讀全文

            posted @ 2015-08-06 22:46 eryar 閱讀(2670) | 評論 (2)編輯 收藏

                 摘要: Abstract. AVEVA PmlNet allows you to instantiate and invoke methods on .NET objects from PML proxy objects. The PML proxy objects behave just like any other PML object. By PML proxy object you can use many other C# resources easily. The paper show an example to use PML proxy object to read and write AutoCAD DXF/DWG files by the OpenDWG library in AVEVA PDMS.

            Key Words. AVEVA, PDMS, Marine, Plant, OpenDWG, AutoCAD, DWG, DXF  閱讀全文

            posted @ 2015-08-01 09:39 eryar 閱讀(4391) | 評論 (0)編輯 收藏

                 摘要: Abstract. As implementation of one of the strategic steps in OpenCASCADE visualization component development road-map, support for GLSL shader programs has been added in OpenCASCADE Technology 6.7.0.

            Key Words. OpenCASCADE, GLSL, Shader, Gooch Shader  閱讀全文

            posted @ 2015-07-22 23:12 eryar 閱讀(4135) | 評論 (3)編輯 收藏

                 摘要: Abstract. The OpenGL Shading Language syntax comes from the C family of programming languages. Tokes, identifiers, semicolons, nesting with curly braces, control-flow, and many key words look like C. GLSL provides three qualifiers which form the interfaces of the shaders to their outside world.

            Key Words. OpenGL, GLSL, Qualifiers,   閱讀全文

            posted @ 2015-07-21 22:56 eryar 閱讀(2210) | 評論 (1)編輯 收藏

                 摘要: Abstract. OpenCASCADE does not provide helix curve directly, but you can build a helix curve by the pcurve of a surface(curve on surface). When you understand the pcurve of a surface, you can make a helix curve easily. The paper first make a helix by Tcl in Draw Test Harness, then translate the Tcl script to OpenCASCADE C++ code.

            Key Words. OpenCASCADE, Helix Curve, PCurve, Sweep, Spring  閱讀全文

            posted @ 2015-07-09 21:52 eryar 閱讀(5600) | 評論 (15)編輯 收藏

            僅列出標題
            共41頁: First 19 20 21 22 23 24 25 26 27 Last 
            精品国产日韩久久亚洲| 亚洲国产欧美国产综合久久| 99久久精品免费看国产一区二区三区 | 久久久久亚洲AV成人片| 国产成人精品久久免费动漫| 伊人久久免费视频| 久久强奷乱码老熟女网站| 久久久久久精品免费免费自慰| 婷婷久久香蕉五月综合加勒比| 久久青青草原综合伊人| 欧美色综合久久久久久| 精品久久久久久国产潘金莲 | 久久久久亚洲精品男人的天堂| 日本加勒比久久精品| 99精品国产综合久久久久五月天 | 久久精品国产2020| 亚洲精品高清久久| 久久精品国产亚洲AV影院| 国产精品成人精品久久久| 久久精品国产男包| 久久久久亚洲av毛片大| 成人资源影音先锋久久资源网| 亚洲欧洲久久av| 国产精品免费久久久久久久久 | 18岁日韩内射颜射午夜久久成人| 伊人丁香狠狠色综合久久| 伊人久久大香线蕉av不卡| 久久无码人妻精品一区二区三区 | 蜜臀久久99精品久久久久久小说| 久久久久亚洲AV成人网人人网站 | 久久99国产精品久久久| 无码人妻少妇久久中文字幕蜜桃| 色偷偷88欧美精品久久久| 国内精品久久久久久久涩爱 | 久久久久久久女国产乱让韩| 久久精品成人一区二区三区| 亚洲综合婷婷久久| 国产高清国内精品福利99久久| 99久久成人18免费网站| 色偷偷888欧美精品久久久| 久久久久久久综合日本亚洲|