Parametric Curves and Surfaces】的更多相关文章

Parametric Curves and Surfaces eryar@163.com Abstract. This paper is concerned with parametric curves and surfaces definitions, such as singular point and regular point and their application in OpenCascade. The two most common methods of representing…
<Differential Geometry of Curves and Surfaces> by Manfredo P. do Carmo real line Rinterval I==============================================CH1 CurvesDEFINITION. A parametrized differentiable curve is a differentiable map a: I --> R3 of [an open in…
<Differential Geometry of Curves and Surfaces> by Manfredo P. do Carmo real line Rinterval I==============================================CH1 CurvesDEFINITION. A parametrized differentiable curve is a differentiable map a: I --> R3 of [an open in…
http://alpha01.dm.unito.it/personalpages/abbena/gray/ Contents   1. Curves in the Plane |   2. Famous Plane Curves |   3. Alternative Ways of Plotting Curves |   4. New Curves from Old |   5. Determining a Plane Curve from Its Curvature |   6. Global…
OpenCascade Primitives BRep - Sphere eryar@163.com Abstract. BRep is short for Boundary Representation. Boundary Representation gives a complete description of an object by associating topological and geometric information for solid modeling. In this…
参考:osg官网 http://www.osgchina.org/index.php?view=article&id=176 http://trac.openscenegraph.org/projects/osg//wiki/Community/NodeKits https://github.com/xarray/osgRecipes/wiki OSG的相关扩展,OSG针对每个特定应用,也有很多的开发者进行开发和完善,难能可贵的是然后还进行了开源.本文的目的是让大家能够站在巨人肩上,可以选择在能…
OpenGL Programming Guide Programming Guide > Chapter 1 Chapter 1 Introduction to OpenGL Chapter Objectives After reading this chapter, you'll be able to do the following: Appreciate in general terms what OpenGL does Identify different levels of rende…
OCCT模块结构图 基础类: Foundation Classes module underlies all other OCCT classes; 模型数据: Modeling Data module supplies data structures to represent 2D and 3D geometric primitives and their compositions into CAD models; 模型算法: Modeling Algorithms module contai…
OpenCASCADE Rational Bezier Curves eryar@163.com 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, hyperbo…
Mesh Algorithm in OpenCascade eryar@163.com Abstract. Rendering a generic surface is a two steps process: first, computing the points that will form the mesh of the surface and then, send this mesh to 3D API. Use the Triangle to triangulate the param…