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

            Key Words. Curve Continuity, Geometric Continuity, 參數(shù)連續(xù)性、幾何連續(xù)性  閱讀全文

            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中調(diào)用系統(tǒng)命令的命令:syscom。借助這個PML命令,為PDMS的開發(fā)又提供了一種新架構(gòu)(New Architecture)。本文詳細(xì)介紹syscom命令的用法,及如何使用這條命令來為PDMS的二次開發(fā)指出一條新路。  閱讀全文

            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)編輯 收藏

            僅列出標(biāo)題
            共41頁: First 19 20 21 22 23 24 25 26 27 Last 
            久久综合狠狠色综合伊人| 人妻无码αv中文字幕久久 | 久久99精品国产99久久| 久久精品国产免费| 手机看片久久高清国产日韩| 日本欧美久久久久免费播放网| 久久综合欧美成人| 精品国产乱码久久久久久呢| 久久久91精品国产一区二区三区 | 办公室久久精品| 久久精品欧美日韩精品| 亚洲欧美久久久久9999 | 久久国产精品视频| 久久综合狠狠综合久久| 中文精品久久久久人妻| 青青青伊人色综合久久| 国内精品伊人久久久久AV影院| 午夜肉伦伦影院久久精品免费看国产一区二区三区 | 亚洲va中文字幕无码久久不卡| 91精品国产91久久| 91久久精品91久久性色| 青草国产精品久久久久久| 狠狠色丁香婷婷久久综合五月| 久久无码精品一区二区三区| 婷婷综合久久狠狠色99h| 国产综合久久久久| 久久A级毛片免费观看| 久久综合给合久久国产免费| 久久无码专区国产精品发布| 久久久久亚洲精品男人的天堂| 久久国产精品免费一区| 国产成人精品久久一区二区三区av | 国产精品丝袜久久久久久不卡| 久久91综合国产91久久精品| 国产精品九九九久久九九| 国产精品久久久久9999| 久久国产精品久久国产精品| 久久精品国产91久久麻豆自制| 99久久婷婷国产一区二区| 久久国产成人亚洲精品影院| 中文字幕久久亚洲一区|