上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 43 下一页
摘要: VR,AR 阅读全文
posted @ 2017-08-22 14:54 opencascade 阅读(590) 评论(0) 推荐(0) 编辑
摘要: PDMS提供了平台梯子建模功能,程序比较通用,没有根据国内公司相关标准建模出图,不能满足设备专业的出图汇料要求。通常是管道专业在PDMS中把结构、设备及其平台梯子建模,再提相关委托和结构、设备专业进行协同设计。因为管道专业建的平台、梯子不能按结构、设备专业要求进行出图,所以导致设备专业不愿意进入PDMS。 开发程序对设备专业的平台梯子进行精确建模,并且在精确模型的基础上自动出图、汇料。这样就可以使设备专业设计人员愿意进入PDMS进行设计,一键出图汇料。对设备平台、支架和梯子进行建模,可以在模型中避免与管道等的碰撞,提高设计质量和效率。 通过程序开发,在输入尽量少的参数下对设备平台梯子快速建模。对于建好的模型,一键自动出图。 阅读全文
posted @ 2017-08-13 10:05 opencascade 阅读(461) 评论(0) 推荐(0) 编辑
摘要: Abstract. Sometimes you want to split a shape by plane or even split a shape by a B Spline surface, OpenCASCADE provide a feature class BRepFeat_SplitShape to implement the function. The paper give a sample code to split a cylinder by plane. Key Words. Split Shape, BRep Feature Algorithms. 阅读全文
posted @ 2017-07-01 12:26 opencascade 阅读(1956) 评论(3) 推荐(0) 编辑
摘要: trackball, opengl 阅读全文
posted @ 2017-06-07 23:09 opencascade 阅读(1077) 评论(0) 推荐(3) 编辑
摘要: RvmTranslator6.0beta: Translate PDMS RVM to 3ds Max by MAXScript file. 阅读全文
posted @ 2017-05-07 22:30 opencascade 阅读(881) 评论(0) 推荐(0) 编辑
摘要: 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 opencascade 阅读(2011) 评论(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 opencascade 阅读(336) 评论(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 opencascade 阅读(677) 评论(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 opencascade 阅读(367) 评论(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 opencascade 阅读(628) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 43 下一页