上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 43 下一页
摘要: Abstract. Bounding Volume Hierarchy(BVH) organizes geometric objects in the tree based on spatial relationships. Each node in the tree contains an axis-aligned bounding box of all the objects below it. Bounding volume hierarchies are used in many algorithms to support efficient operations on the sets of geometric objects, such as collision detection, ray-tracing, searching of nearest objects, and view frustum culling. The paper focus on the usage of BVH on TopoDS_Shape, and its application. K 阅读全文
posted @ 2017-05-03 22:53 Tuhe 阅读(2620) 评论(0) 推荐(0)
摘要: Abstract. Starting from OCCT6.8.0 will include one more algorithm for solving global optimization problems. Its development has been triggered by insufficient performance and robustness of existing algorithm of minimization of curve-surface distance in Extrema package. The PSO, Algorithms in this family are stochastic, and this feature can be perceived as opposite to robustness. However, we found it was not only much faster than original deterministic one, but also more robust in complex real-wo 阅读全文
posted @ 2017-04-18 22:57 Tuhe 阅读(402) 评论(0) 推荐(0)
摘要: Abstract. OpenCASCADE provides the algorithm to implement of the intersection between two 2d conic curve. The conic is defined by its implicit quadaratic equation, so the intersection problem is become a polynomial roots finding problem. The paper focus on the two conic curve intersection algorithm implementation. Key Words. 2d conic intersection, conic equation 阅读全文
posted @ 2017-03-25 22:45 Tuhe 阅读(854) 评论(0) 推荐(0)
摘要: Abstract. OpenCASCADE provides the algorithm to implementation of the analytical intersection between a 2d line and another conic curve. The conic is defined by its implicit quadaratic equation, so the intersection problem is become a polynomial roots finding problem. The paper focus on the 2d line intersection another conic algorithm implementation. Key Words. 2d line intersection, conic 阅读全文
posted @ 2017-03-23 23:27 Tuhe 阅读(410) 评论(0) 推荐(0)
摘要: Abstract. OpenCASCADE provides the algorithm to search the intersection point between 3 planes. If two of the planes are parallel or identical, will get no result. Key Words. Plane Intersection,Gauss 阅读全文
posted @ 2017-03-20 09:09 Tuhe 阅读(694) 评论(0) 推荐(0)
摘要: 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 Tuhe 阅读(1132) 评论(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 Tuhe 阅读(893) 评论(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 Tuhe 阅读(1411) 评论(2) 推荐(0)
摘要: 上海地目信息科技有限公司招聘OpenCASCADE相关图形开发人员,有兴趣的可直接与hr联系。 阅读全文
posted @ 2016-12-09 22:14 Tuhe 阅读(501) 评论(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 Tuhe 阅读(1579) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 43 下一页