Polyhedral design with blended $n$-sided interpolants

Polyhedral design with blended $n$-sided interpolants
Notice: This research summary and analysis were automatically generated using AI technology. For absolute accuracy, please refer to the [Original Paper Viewer] below or the Original ArXiv Source.

A new parametric surface representation is proposed that interpolates the vertices of a given closed mesh of arbitrary topology. Smoothly connecting quadrilateral patches are created by blending local, multi-sided quadratic interpolants. In the non-four-sided case, this requires a special parameterization technique involving rational curves. Appropriate handling of triangular subpatches and alternative subpatch representations are also discussed.


šŸ’” Research Summary

The paper introduces a novel parametric surface construction that interpolates the vertices of a closed mesh of arbitrary topology. The method first converts any non‑quadrilateral faces into quads by a central split, similar to a Catmull–Clark subdivision step, thereby preserving the original vertices while creating a uniform set of quadrilateral patches. For regular meshes (all vertices of valence 4) each quad’s 1‑ring defines a quadratic control net consisting of corner points Cįµ¢, edge points Eįµ¢, and a central point M. A tensor‑product quadratic BĆ©zier patch I(u,v) = ΣΣ Pᵢⱼ Bā‚‚įµ¢(u) Bā‚‚ā±¼(v) is built from these control points, and four such local patches are blended over the quad using a separable blending function Φ(u,v)=ĪØ(u)Ā·ĪØ(v). ĪØ is a Hermite blend (k=2 in the experiments) that satisfies ĪØ(0)=1, ĪØ(1)=0 and has vanishing derivatives at the ends, ensuring smooth transitions between patches.

Irregular vertices (valence ≠ 4) generate n‑sided control nets. The authors extend quadratic BĆ©zier patches to a Quadratic Generalized BĆ©zier (QGB) formulation that works on any regular n‑gon. Using generalized barycentric (Wachspress) coordinates λᵢ, they define side‑specific parameters sįµ¢(u,v) and dįµ¢(u,v) and construct the surface as a weighted sum of side‑wise quadratic BĆ©zier curves and a global weight Bā‚€(u,v). For n=4 the QGB reduces to the regular tensor‑product patch; for n=3 it becomes a quadratic triangular BĆ©zier patch.

A critical challenge is mapping the unit square domain


Comments & Academic Discussion

Loading comments...

Leave a Comment