上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 43 下一页
摘要: Happy New Year! 阅读全文
posted @ 2016-01-01 19:42 opencascade 阅读(544) 评论(4) 推荐(0) 编辑
摘要: Abstract. In calculus, Newton’s method is used for finding the roots of a function. In optimization, Newton’s method is applied to find the roots of the derivative. OPEN CASCADE implement Newton method to find the extrema for a multiple variables function, such as find the extrema point for a curve and a surface. Key Words. Nonlinear Programming, Newton Method, Extrema, OPEN CASCADE 阅读全文
posted @ 2015-12-06 10:52 opencascade 阅读(1565) 评论(0) 推荐(0) 编辑
摘要: Abstract. Multiple variable function with gradient and Hessian matrix is very very import in OPEN CASCADE optimization algorithms. In order to understand these optimization algorithm better, let’s study some basic knowledge about Gradient, Hessian Matrix. Key Words. Multiple Variable Function, Gradient, Hessian Matrix, 最优化算法, 阅读全文
posted @ 2015-11-29 16:25 opencascade 阅读(875) 评论(0) 推荐(0) 编辑
摘要: Abstract. The least square can be used to solve a set of n linear equations of m unknowns(n >= m). The OPEN CASCADE class math_GaussLeastSquare implements the least square solution of the linear equations by using Gauss LU decomposition algorithm. The paper focus on the Least Square method to solve the linear equations. Key Words. Least Square, LU Decomposition, Linear Equations 阅读全文
posted @ 2015-11-25 22:09 opencascade 阅读(943) 评论(0) 推荐(0) 编辑
摘要: Abstract. 设计一条复杂曲线时,出于设计和制造上的考虑,常常通过多段曲线组合而成,这就需要解决曲线段之间如何实现光滑连接的问题。评价曲线间连接的光滑度的度量有两种:参数连接性和几何连续性。本文对这两种连续性分别进行介绍。 Key Words. Curve Continuity, Geometric Continuity, 参数连续性、几何连续性 阅读全文
posted @ 2015-11-15 23:05 opencascade 阅读(1879) 评论(0) 推荐(0) 编辑
摘要: Abstract. Global curve interpolation to point data is a way to construct curves. The paper focus on the interpolate algorithm in OPEN CASCADE, and give a simple example to demonstrate the usage of the GeomAPI_Interpolate class. Key Words. Interpolate, NURBS, BSpline, OPEN CASCADE 阅读全文
posted @ 2015-11-11 22:28 opencascade 阅读(2750) 评论(0) 推荐(0) 编辑
摘要: Abstract. The Voronoi extension of the Boost.Polygon library provides functionality to construct a Voronoi diagram of a set of points and linear segments in 2D space with some limitations. The paper mainly describles how to compile the boos voronoi visualizer and use it show the example voronoi diagram result. Key Words. Boost, Voronoi, Visualizer 阅读全文
posted @ 2015-10-31 12:30 opencascade 阅读(1000) 评论(2) 推荐(0) 编辑
摘要: Abstract. Clash detection is used for the model collision check. The paper introduce the clash detection in PDMS, and also about how to set the piping component for the operation space clash check. Key Word. Clash Detection, Collision Detection 阅读全文
posted @ 2015-10-21 21:06 opencascade 阅读(1896) 评论(0) 推荐(0) 编辑
摘要: Abstract. Power basis polynomial is the most simple polynomial function. It also be called power series. OpenCASCADE provides basic computation functions for polynomial functions, such as evaluate the result for a given polynomial, Lagrange interpolation, Hermite interpolation, .etc. The package named PLib, means Polynomial functions Library. The paper focus on the Lagrange interpolation usage of PLib. Key Words. OpenCASCADE, PLib, Interpolation, Lagrange, 插值 阅读全文
posted @ 2015-09-05 12:29 opencascade 阅读(952) 评论(0) 推荐(0) 编辑
摘要: Abstract. As implementation of one of the strategic steps in OpenCASCADE visualization component development road-map, support for GLSL shader programs has been added in OpenCASCADE Technology 6.7.0. Key Words. OpenCASCADE, GLSL, Shader, Gooch Shader 阅读全文
posted @ 2015-07-22 23:18 opencascade 阅读(2134) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 43 下一页