上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 43 下一页
摘要: Abstract. OpenCASCADE geometric tools provide algorithms to calculate the intersection of two 2d curves, surfaces, or a 3d curve and a surface. Those are the basis of the Boolean Operation, so under the implementation can help to under the BO algorithms. The paper focus on the intersection of two 2d analytical line. Key Words. OpenCASCADE, Line Intersection 阅读全文
posted @ 2017-02-25 23:10 opencascade 阅读(965) 评论(0) 推荐(0) 编辑
摘要: In Visual Studio you can specify changes to environment variables in the project settings. Open your project, go to Project -> Properties... Under Configuration Properties -> Debugging, edit the Environment value to set environment variables. For example, if you want to add the directory “c:\foo\bin” to the path when debugging your application, set the Environment value to “PATH=%PATH%;c:\foo\bin”. 阅读全文
posted @ 2017-02-21 21:41 opencascade 阅读(820) 评论(0) 推荐(0) 编辑
摘要: Abstract. EasyMesh is developed by Bojan Niceno, it is a two-dimensional quality mesh generator. EasyMesh can generate two dimensional, unstructured, Delaunay and constrained Delaunay triangulations in general domains. It can handle holes in the domain. The paper focus on the usage of EasyMesh. Key Words. EasyMesh, Delaunay Triangualtion, Triangulation, Mesh 阅读全文
posted @ 2017-01-06 22:59 opencascade 阅读(1251) 评论(2) 推荐(0) 编辑
摘要: 上海地目信息科技有限公司招聘OpenCASCADE相关图形开发人员,有兴趣的可直接与hr联系。 阅读全文
posted @ 2016-12-09 22:14 opencascade 阅读(484) 评论(0) 推荐(0) 编辑
摘要: Abstract. OpenCASCADE7.1.0 introduces new built-in interactive object AIS_Manipulator providing interface for moving objects within 3D viewer. The class features three kinds of transformation modes for attached objects: translation through axis, scaling within axis, rotation around axis. The object can be activated using vmanipulator command within Draw Test Harness. Key Words. OpenCASCADE, 3D Viewer Interactive, Model Editor, Manipulator 阅读全文
posted @ 2016-12-08 23:12 opencascade 阅读(1411) 评论(0) 推荐(0) 编辑
摘要: Abstract. The paper based on OpenCASCADE algorithms to approximate the NURBS curve to arc spline. The method is most useful in numerical control to drive the cutter along straight line or circular paths. Or in the shipbuilding industry to manufacture section bar for cold frame bender. Key Words. NURBS, Biarc approximation, arc spline 阅读全文
posted @ 2016-11-22 23:16 opencascade 阅读(1283) 评论(0) 推荐(0) 编辑
摘要: Abstract. Qt’s ActiveX and COM support allows Qt for Windows developers to access and use ActiveX controls and COM objects provided by any ActiveX server in their Qt applications. Make their Qt application available as COM servers, with any number of Qt objects and widgets as COM objects and ActiveX controls. Make OpenSceneGraph to ActiveX controls then you can use it in other place, like IE. Key Words. OpenSceneGraph, ActiveX, COM, ActiveQt 阅读全文
posted @ 2016-11-11 23:39 opencascade 阅读(1155) 评论(0) 推荐(1) 编辑
摘要: Abstract. The TopLoc package of OpenCASCADE gives resources to handle 3D local coordinate systems called Locations. A Location is a composition of elementary coordinate systems, each one is called a Datum. The Location keeps track of this composition. The paper will use the Draw Test Harness to illustrate the Location concept. Key Words. Transformation, Location, Local Coordinate Systems 阅读全文
posted @ 2016-09-07 18:35 opencascade 阅读(2784) 评论(2) 推荐(0) 编辑
摘要: wrap curve to surface. 阅读全文
posted @ 2016-08-16 23:16 opencascade 阅读(1332) 评论(0) 推荐(0) 编辑
摘要: 对于几何造型内核OpenCASCADE,由于会涉及到大量的数值算法,如矩阵相关计算,微积分,Newton迭代法解方程,以及非线性优化的一些算法,如BFGS,FRPR,PSO等等用于多元函数的极值求解,所以这些数值算法的性能直接影响系统的性能。软件的性能优化是计算机软件开发过程中需要一直关注的重要因素,因此有必要学习下C++应用程序性能优化的方法。 在网上寻找相关资料时,发现这方面的资料也很少,最后发现一本由电子工业出版社出版的《C++应用程序性能优化方法》,从中可以学习下IBM的性能优化方法。 本文主要结合《C++性能优化方法》并结合代码实例来说明内存优化处理对程序性能的影响。看完本书,其实发现C++性能优化方法主要还是依赖的计算机相关的基础知识,比如说计算机操作系统,数据结构与算法等等。 阅读全文
posted @ 2016-07-31 13:50 opencascade 阅读(5405) 评论(0) 推荐(1) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 43 下一页