This page uses CSS to present the content in the best possible manner.
If you can see this message, then CSS is not enabled in your browser, and the page will not appear as the designer intended.

Curvature Sensitive Mesh Generation

In 2-D the medial axis is the locus of the centre of an inscribed disc of maximal diameter as it rolls around the domain interior expanding and contracting to maintain contact with the domain boundary. The combination of the medial axis and the radius function, which describes the radius of the inscribed disc at any point on the medial axis, is known as the Medial Axis Transform (MAT). In 3-D the equivalent construction is the locus of the centres of all inscribed spheres of maximal diameter. This is also known as the medial axis, though perhaps the medial surface would be a more appropriate description.

The medial axis captures the geometric proximity of the boundary elements in a simple form and therefore provides a complimentary representation of physical objects in computer aided design systems. It is obvious that the effectiveness of the medial axis to capture an object's geometric characteristics influences its ability to serve these purposes, e.g. meshing, features recognition, object decomposition, path planning etc.

Currently there are various ways to construct the medial axis topology. Typically these algorithms generate excessive points such that the medial axis patch is geometrically over approximated, i.e. the number of generated points, which define a particular medial axis patch, is more than what is practically required. Hence it appears that an algorithm for the construction of medial axis geometry, which will be carried out after the topological structure has been constructed, is necessary for medial axis patch approximation. With an efficient algorithm to successfully approximate the medial axis, the subsequent processes will run more effectively.



Strategy: