• <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 閱讀(2636) | 評論 (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 閱讀(3834) | 評論 (2)編輯 收藏

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

            posted @ 2015-11-07 18:00 eryar 閱讀(3398) | 評論 (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 閱讀(2218) | 評論 (2)編輯 收藏

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

            posted @ 2015-10-27 22:44 eryar 閱讀(3384) | 評論 (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 閱讀(2085) | 評論 (0)編輯 收藏

            posted @ 2015-10-15 21:02 eryar 閱讀(1452) | 評論 (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 閱讀(2843) | 評論 (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 閱讀(2601) | 評論 (4)編輯 收藏

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

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

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

            posted @ 2015-08-06 22:46 eryar 閱讀(2687) | 評論 (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 閱讀(4411) | 評論 (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 閱讀(4163) | 評論 (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 閱讀(2227) | 評論 (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 閱讀(5689) | 評論 (15)編輯 收藏

            列出全部內容
            共41頁: First 19 20 21 22 23 24 25 26 27 Last 
            国产香蕉久久精品综合网| 久久w5ww成w人免费| 久久亚洲国产精品123区| 午夜精品久久久久久久无码| 久久精品国产99国产精品导航| 久久精品九九亚洲精品| 大蕉久久伊人中文字幕| 漂亮人妻被黑人久久精品| 狠狠精品久久久无码中文字幕 | 亚洲欧美日韩精品久久亚洲区| 精品久久久中文字幕人妻| 亚洲欧美精品伊人久久| 久久亚洲国产午夜精品理论片| 色天使久久综合网天天| 久久九九全国免费| 久久天堂AV综合合色蜜桃网| 香蕉aa三级久久毛片| 青青青青久久精品国产| 国产精品久久久福利| 久久亚洲美女精品国产精品| 精品国产日韩久久亚洲| 精品久久久久久无码免费| 国产国产成人精品久久| 久久精品国产亚洲AV嫖农村妇女| 最新久久免费视频| 久久久久久亚洲精品影院| 久久久久国色AV免费观看| 国内精品欧美久久精品| 99久久免费国产精品| 国产精品热久久毛片| 久久久久国产精品嫩草影院| 国産精品久久久久久久| 久久精品亚洲精品国产欧美| 久久精品国产亚洲精品| 久久天天躁狠狠躁夜夜2020 | 狠狠色丁香久久综合婷婷| 国产精品99久久99久久久| 久久福利青草精品资源站免费| 老司机国内精品久久久久| 日本免费一区二区久久人人澡| 日本道色综合久久影院|