上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 43 下一页
摘要: Abstract. The conic sections and circles play a fundamental role in CAD/CAM applications. Undoubtedly one of the greatest advantages of NURBS is their capability of precisely representing conic sections and circles, as well as free-form curves and surfaces. We assume a knowledge of conics and circles, the purpose of this paper is to study them in the framework of their representation as NURBS curves. Key Words. OpenCASCADE, Conic Curves, Circle, Convert, BSpline Curve 阅读全文
posted @ 2014-10-13 22:52 opencascade 阅读(2392) 评论(0) 推荐(2) 编辑
摘要: Abstract. Rational Bezier Curve can represent conic curves such as circle, ellipse, hyperbola, .etc. But how to convert a conic curve to BSpline curve is still question, i.e. Represent a conic curve in BSpline form. The key point of Hyperbola conversion is to calculate the 2nd pole and its weight factor. The paper focus on the hyperbola convert to the BSpline curves. Key Words. OpenCASCADE, Convert, Hyperbola, BSplineCurve, Conic Curve 阅读全文
posted @ 2014-10-07 15:39 opencascade 阅读(1051) 评论(0) 推荐(0) 编辑
摘要: Abstract. Rational Bezier Curve can represent conic curves such as circle, ellipse, hyperbola, .etc. But how to convert a conic curve to BSpline curve is still question, i.e. Represent a conic curve in BSpline form. Parabola curve is the most simple conic curve, that the parabola does not require rational functions. Let’s begin from the simplest one... Key Words. OpenCASCADE, Convert, Parabola, BSplineCurve, Conic Curve 阅读全文
posted @ 2014-10-02 23:26 opencascade 阅读(938) 评论(0) 推荐(0) 编辑
摘要: Abstract. When you are familiar with OpenCASCADE on Windows, you should try it on Linux operating system, because of Debian is also open source like OpenCASCADE. The paper is focus on how to building the OpenCASCADE on Debian. Key Words. OpenCASCADE, Linux, Debian, Building 阅读全文
posted @ 2014-10-01 15:32 opencascade 阅读(1658) 评论(0) 推荐(1) 编辑
摘要: Abstract. Use the Draw Test Harness to test the performance of OpenCASCADE by Tcl scripts. From the test result, you will check whether the OpenCASCADE meet your need. Key Words. OpenCASCADE, Performance Test, Draw Test Harness, Tcl/Tk, 性能测试 阅读全文
posted @ 2014-09-25 21:46 opencascade 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: Abstract. The color scale is a specialized label object that displays a color map and an accompanying numerical scale for color mapped or contour data plots. As the geometry modeling kernel of SALOME, OpenCASCADE provides the color scale function. The paper focus on the usage of color scale in OpenCASCADE. Key Words. OpenCASCADE, Color Scale, 应力云图, 颜色映射表 阅读全文
posted @ 2014-09-20 20:16 opencascade 阅读(2392) 评论(0) 推荐(0) 编辑
摘要: Abstract. Although polynomials offer many advantages, there exist a number of important curve and surface types which cannot be represented precisely using polynomials, e.g., circles, ellipses, hyperbolas, cylinders, cones, spheres, etc. So we introduce the concepts of rational curves and homogeneous coordinates to solve the problem. To understand rational curves in a homogenous coordinate system is more straightforward. If you define irrational Bezier curves in 4D space and then project them ba 阅读全文
posted @ 2014-09-19 19:35 opencascade 阅读(1302) 评论(0) 推荐(0) 编辑
摘要: Abstract. Numerical integration is the approximate computation of an integral using numerical techniques. The numerical computation of an integral is sometimes called quadrature. The most straightforward numerical integration technique uses the Newton-Cotes formulas(also called quadrature formulas), which approximate a function tabulated sequence of regularly spaced intervals by various degree polynomials. If the functions are known analytically instead of being tabulated at equally spaced inter 阅读全文
posted @ 2014-09-11 21:59 opencascade 阅读(1177) 评论(0) 推荐(0) 编辑
摘要: Abstract. Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages. You can also use doxygen for creating normal documentation, as OpenCASCADE did for its references and user’s guide documents. Key Words. OpenCASCADE, Doxygen, Documentation System 阅读全文
posted @ 2014-09-10 22:33 opencascade 阅读(974) 评论(0) 推荐(0) 编辑
摘要: Abstract. The natural parametric equations of a curve are parametric equations that represent the curve in terms of a coordinate-independent parameter, generally arc length s, instead of an arbitray variable like t or u. According to the natural equations, the curve length is the integration of the curve parametric equation’s derivation. So the core algorithm for curve length calculation is the numerical integration method. OpenCASCADE use Gauss-Legendre to calculate the integration for single v 阅读全文
posted @ 2014-08-25 21:35 opencascade 阅读(1981) 评论(3) 推荐(1) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 43 下一页