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 阅读(2642) | 评论 (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 阅读(3352) | 评论 (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 阅读(2296) | 评论 (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.cppblog.com/eryar/archive/2014/04/27/206735.html
  阅读全文

posted @ 2014-08-31 11:50 eryar 阅读(1406) | 评论 (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 阅读(1652) | 评论 (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 阅读(3719) | 评论 (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 阅读(1896) | 评论 (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 阅读(4947) | 评论 (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 阅读(5034) | 评论 (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 阅读(5288) | 评论 (0)编辑 收藏

     摘要: Intergraph Stamp.

Thanks to superman (WuJun).  阅读全文

posted @ 2014-07-26 17:36 eryar 阅读(692) | 评论 (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 阅读(3339) | 评论 (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 阅读(1962) | 评论 (4)编辑 收藏

     摘要: 从OpenCascade6.7.0开始图形显示的初始化部分有较大改动,将原来给出的一个关于Qt的最简单的例子程序升级到最新版本.  阅读全文

posted @ 2014-07-16 22:49 eryar 阅读(5401) | 评论 (0)编辑 收藏

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

posted @ 2014-07-12 15:55 eryar 阅读(3695) | 评论 (3)编辑 收藏

仅列出标题
共41页: First 23 24 25 26 27 28 29 30 31 Last