上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 43 下一页
摘要: 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 opencascade 阅读(649) 评论(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 opencascade 阅读(1045) 评论(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 阅读(846) 评论(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 阅读(1299) 评论(2) 推荐(0) 编辑
摘要: 上海地目信息科技有限公司招聘OpenCASCADE相关图形开发人员,有兴趣的可直接与hr联系。 阅读全文
posted @ 2016-12-09 22:14 opencascade 阅读(490) 评论(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 阅读(1467) 评论(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 阅读(1352) 评论(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 阅读(1167) 评论(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 阅读(2907) 评论(2) 推荐(0) 编辑
摘要: wrap curve to surface. 阅读全文
posted @ 2016-08-16 23:16 opencascade 阅读(1413) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 43 下一页