![]() ![]() ![]() ![]() ![]() ![]() |
| Japanese page is here. |
Automated mesh generation on parametric surface |
Abstract
Curved shapes designed by CAD system are usually defined by parametric surfaces, for example, NURBS. This page proposes a mesh generation method for parametric surfaces. This method tightly packs elliptic bubbles in parameter space and generates triangular mesh in parametric space by using anisotropic Delaunay triangulation. This method can generate a mesh satisfying the requirements listed below.
Related works are listed below.
The overview of the entire algorithm is same as original bubble mesh method . But three terms listed below are different from the original one. 1) Caluculate elliptic bubbles in parameter space from circular bubbles on surfaceThis method generates elliptic bubbles in parameter space from circular bubbles given on surface.![]() Suppose two coordinate systems A and B on a tangent plane of surface, where the coordinate system A is defined by orthogonal unit vectors and the coordinate system B is defined by tangent vectos on surface. See figure. When a circle on surface is defined by coordinate system A, a ellipse in parameter space is calculated by using tensor transformation from coordinate system A to B. 2) Packing elliptic bubbles in parameter spaceThis method tightly packs elliptic bubbles in parameter space instead of packing circle on surface. Same algorithm as anisotropic mesh generation is applied here.3) Triangulation in parameter spaceThis method generates triangular mesh in parameter space insted of generating mesh on surface. Same algorithm as anisotropic mesh generation is also applied here.See the animation (128KB) showing bubble conversing process in parametric space and in real space. Figures on Left side show a mesh in real space and figures on right side show a mesh in parameter space.
|
|
|
| Last modified 30 June 1998 |