上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 43 下一页
摘要: 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 15:00 opencascade 阅读(2097) 评论(0) 推荐(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, Testing, 阅读全文
posted @ 2014-07-30 20:04 opencascade 阅读(1781) 评论(1) 推荐(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:06 opencascade 阅读(1400) 评论(0) 推荐(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:23 opencascade 阅读(1928) 评论(0) 推荐(0) 编辑
摘要: Abstract. OpenCascade use the Jacobi method to find the eigenvalues and the eigenvectors of a real symmetric square matrix. Use class math_Jacobi to computes all eigenvalues and eigenvectors by using Jacobi method. The exception NotSquare is raised if the matrix is not square. No verification that the matrix is really symmetric is done. Key words. Eigenvalues, Eigenvectors, OpenCascade, Matrix, Jacobi method, 阅读全文
posted @ 2014-06-22 16:26 opencascade 阅读(832) 评论(0) 推荐(0) 编辑
摘要: Abstract. The ModelDataExchange import utility enables the user to import geometric models of equipment into 3D models within Design. The input models files format are STEP, IGES, STL .etc. The imported model is saved in polyhedron of the equipment. Key Words. ModelDataExchange, Import, MEI, Mechanical Equipment Inteface 阅读全文
posted @ 2014-06-17 21:43 opencascade 阅读(1145) 评论(0) 推荐(0) 编辑
摘要: 摘要:本文简要介绍了Delaunay三角剖分的基础理论,并使用OpenCascade的三角剖分算法将边界BRep表示的几何体进行三角离散化后在OpenSceneGraph中显示。 关键字:Delaunay Triangulation、OpenCascade、OpenSceneGraph 阅读全文
posted @ 2014-06-16 18:48 opencascade 阅读(3663) 评论(0) 推荐(1) 编辑
摘要: 摘要Abstract:分析幂基曲线即多项式曲线在OpenCascade中的计算方法,以及利用OpenSceneGraph来显示OpenCascade的计算结果,加深对多项式曲线的理解。 关键字Key Words:OpenCascade、PLib、OpenSceneGraph、Polynomial Library 阅读全文
posted @ 2014-06-14 21:52 opencascade 阅读(1042) 评论(0) 推荐(0) 编辑
摘要: Abstract. One of the important features of the boost polygon library is the implementation of the generic sweepline algorithm to construct Voronoi diagrams of points and linear segments in 2D(developed as part of the Google Summer of Code 2010 program). Voronoi diagram data structure has applications in image segmentation, optical character recognition, nearest neighbor queries execution. It is closely related with the other computational geometry conectps: Delaunay triangulation, medial axis, s 阅读全文
posted @ 2014-05-06 23:47 opencascade 阅读(2055) 评论(0) 推荐(1) 编辑
摘要: Abstract. In mathematics a Voronoi diagram is a way of dividing space into a number of regions. A set of points, called seeds, sites, or generators is specified beforehand and for each seed there will be a correspoinding region consisting of all points closer to that seed than to any other. The regions are called Voronoi cells. It is dual to the Delaunay triangulation. It is named after Georgy Voronoy, and is also called a Voronoi tessellation, a Voronoi decomposition, a Voronoi partition, or a 阅读全文
posted @ 2014-04-30 22:15 opencascade 阅读(1556) 评论(0) 推荐(1) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 43 下一页