Unit III Surface Modelling
Unit III Surface Modelling
Surface Modeling
Surface Modeling
Surface modeling is more sophisticated than wireframe modeling in that it
defines not only the edges of a 3D object, but also its surfaces.
3. Surface modeling can not create the internal section details etc.
The coon patch is the surface patch created by using the curves that forms the closed
boundaries.
Coons patch or surface is obtained by blending four boundary curves.
The single patch can be extended in both the directions by adding further patches.
The blending of these patches can be done either by means of linear or cubic
blending functions, thereby giving rise to a smooth surface linking all the
patches.
Fillet Surfaces:
The radius could be uniform or vary linearly, depending upon the meshing
surfaces.
A fillet surface is the blend of two surfaces which intersect each other, if required
a fillet of specified radius provide at the intersection.
Offset Surface:
An Existing surface can be used to create new identical surfaces, but with different
dimensions by giving the offset.
Tweaking:
A face or a vertex in the model would be interactively moved to see the effect in
the modification of the geometry.
Representation of surfaces
In this each point on surface is expressed as function of independent parameter u & v. The
parameter u & v acts as local coordinates for points on the surface or patch.
Surfaces are the set of rectangular or triangular patches (mathematical element to create a
composite)
Representation of surfaces
Parametric Bi-cubic surface:
The parametric bi-cubic surface patch connects four corner data points and
utilizes a bi-cubic equation.
16 vector conditions or 48 scalar conditions are required to find the co-
efficient of the equations.
A Hermite bi-cubic surface patch results with
Four corner data points
Eight tangent vectors at corner points.
Four twist vectors
Therefore the bi-cubic equation can be written as:
These 16 polynomials in u and v defines the set of all points lying on the
patch and it is the expanded algebraic form of the bi-cubic Hermit patch
Parametric Bi-cubic surface:
In the matrix form:
P( u, v ) = U T [ C] V ------- 1.3
Where 0≤u ≤1, 0 ≤v ≤1
T
Parametric Bi-cubic surface:
By applying boundary conditions in to equation 1.3 and rearranging give the
following final equation of Bi cubic patch
P( u, v ) = U T [ MH ] [ B ] [MH ] T V ------- 1.4
Where 0≤u ≤1, 0 ≤v ≤1
B-Spline surface have the same characteristics as B-spline curve. Their major
advantage over Bezier surface is local control.
Composite B-spline surface can be generated with C0 / C1 continuity in the
same way as composite Bezier surface.