WO2004088468A2 - System and method for defining t-spline and t-nurcc surfaces using local refinements - Google Patents

System and method for defining t-spline and t-nurcc surfaces using local refinements Download PDF

Info

Publication number
WO2004088468A2
WO2004088468A2 PCT/US2004/009309 US2004009309W WO2004088468A2 WO 2004088468 A2 WO2004088468 A2 WO 2004088468A2 US 2004009309 W US2004009309 W US 2004009309W WO 2004088468 A2 WO2004088468 A2 WO 2004088468A2
Authority
WO
WIPO (PCT)
Prior art keywords
spline
control
knot
mesh
points
Prior art date
Application number
PCT/US2004/009309
Other languages
French (fr)
Other versions
WO2004088468A3 (en
Inventor
Thomas W. Sederberg
Original Assignee
Brigham Young University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Brigham Young University filed Critical Brigham Young University
Priority to CA2517463A priority Critical patent/CA2517463C/en
Priority to JP2006509347A priority patent/JP2006523891A/en
Priority to KR1020057017852A priority patent/KR101177131B1/en
Priority to EP04758398A priority patent/EP1606692A4/en
Publication of WO2004088468A2 publication Critical patent/WO2004088468A2/en
Publication of WO2004088468A3 publication Critical patent/WO2004088468A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/20Finite element generation, e.g. wire-frame surface description, tesselation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]

Definitions

  • the present invention relates generally to defining a modeled surface that is capable of expressing local refinements.
  • CAD computer aided design
  • CAGD computer aided geometric design
  • Computer animation is a fundamental task in computer graphics, computer aided design (CAD), computer aided geometric design (CAGD), and computer animation.
  • Surfaces are typically approximated by a mesh of polygons or piecewise polynomial patches. Because of their simplicity, polygonal meshes are a popular way to approximate surfaces and are adequate for many applications. A drawback of polygonal meshes is that they are inherently faceted, and a large number of polygons may be needed to make the facets small enough to satisfy the demands of the application.
  • a popular smooth surface representation is tensor product B-spline surfaces. The control points for a B-spline surface are required to be topologically arranged in a rectangular grid.
  • B-spline surfaces are comprised of several parametric surface patches that can be represented in Bezier form.
  • a significant advantage of B-spline surfaces is that each of the constituent surface patches are automatically C n_1 with its neighboring patches, where n is the degree of the basis functions.
  • a B-spline surface definition includes two knot vectors, one for each parameter of the parametric equation. In a uniform B-spline surface, the difference between each pair of knots in a given knot vector is constant. A non-uniform B-spline does not have such a constraint.
  • a rational B-spline surface is one for which the control points are assigned weights. Weights provide additional shape control, allow the introduction of sharp creases in the model, and empower the B-spline surface to represent quadric surfaces.
  • a non-uniform rational B- spline surface is referred to by the acronym NURBS surface.
  • NURBS control grid Refinement of a NURBS control grid is accomplished through a procedure called knot insertion whereby one or more new knot values are inserted into a knot vector. Knot insertion does not alter the surface, but it provides more control points with which the designer can manipulate the model. Because NURBS control points must lie topologically in a rectangular grid, knot insertion causes one or more entire rows of control points to be added to the control grid. Cartesian coordinates for those new rows of control points along with some of the neighboring control points can be found such that the refinement operation does not alter the surface. Unfortunately, adding an entire row of control points for each desired new control point simply to satisfy the rectangular grid topology of NURBS surfaces increases the modeling complexity of the surface dramatically.
  • NURBS surfaces are generally C" "1 continuous, where n is the degree of the surface. However, if r identical knots exist in a knot vector, the surface is C n"r at that knot value. Thus, a triple knot in a cubic NURBS surface permits a C crease.
  • Uniform B- spline surfaces do not allow arbitrary knot insertion, for as soon as a single knot is inserted, the surface becomes a non-uniform B-spline surface. The only knot insertion possible for a uniform B-spline surface (if it is to remain uniform after the knot insertion) is to simultaneously insert a knot midway between each pair of neighboring knots, a process called knot doubling. Since uniform B-splines cannot support two or more identical knots, uniform B-spline surfaces are always C n_1 continuous and it is not possible to impose a C° crease.
  • Knot removal the inverse operation of knot insertion, can also be performed on NURBS.
  • knot insertion does not modify the surface
  • knot removal in general does alter the surface. Therefore, knot removal usually mvolves approximation.
  • knot removal One motivation for knot removal is data reduction. The problem is to minimize the number of knots subject to an error tolerance. Another application of knot removal is shape fairing.
  • the continuity order can be increased by removing knots.
  • FIG. 2 shows a hand model comprised of seven NURBS surfaces. The small rectangular area is magnified in FIG. 3 to show a hole where neighboring NURBS surfaces do not match exactly. The presence of such gaps places a burden on modelers who potentially must repair a widened gap whenever the model is deformed.
  • FIG. 1 shows a NURBS head model.
  • Designers can waste dozens of hours on models, such as FIG. 1, in tweaking the NURBS control points while attempting to remove unwanted ripples.
  • the darker NURBS control points are superfluous (as will be later shown in the present invention) and have been added as the result of including control points desired by the modeler that resulted in additional rows of control points.
  • a third reason why the rectangular grid constraint is a problem is that it is not possible to insert a single control point into a NURBS control grid, but rather, an entire row of control points must be added each time a single knot insertion is performed. This means that true local refinement of NURBS surfaces is not possible, since the insertion of a single control point demands the insertion of an entire row into the control grid.
  • T-splines presented in the Bakenov thesis contains limitations that render it almost useless.
  • the T-splines described in the Bakenov thesis are not capable of solving the problems associated with NURBS without the solution of a potentially huge system of linear equations, for which a solution does not exist in many cases.
  • the notion of T-splines contained in the Bakenov thesis is of little practical value.
  • Catmull-Clark subdivision surfaces are, in fact, generalizations of B-spline surfaces.
  • the control points of a Catmull-Clark surface happen to lie topologically in a rectangular grid, the surface degenerates to a bicubic uniform B-spline surface.
  • Doo-Sabin subdivision surfaces generalize biquadratic uniform B-spline surfaces to control grids of arbitrary topology.
  • Catmull-Clark surface is based on the notion of knot doubling for uniform bicubic B-spline surfaces, with special rules introduced to handle non-four-sided faces and non- valence-four vertices. With each refinement step, the number of faces grows by a factor of four. Repeated refinement causes the control grid to approximate the limit surface ever more closely.
  • Catmull-Clark surfaces are based on uniform B- spline surfaces, it is not possible to represent sharp C° features.
  • some methods have been proposed for defining sharp features, edges, creases, and corners into subdivision surfaces by altering the refinement rules in the neighborhood of such features.
  • a system and method for creating a bi-cubic spline surface in a computing environment.
  • One operation in the method is defining a control mesh with a substantially rectangular structure.
  • a further operation is inferring from the control mesh the tensor product B-spline basis functions for each control point.
  • the surface can then be computed based on the basis functions and the control mesh.
  • FIG. 1 is a perspective view of a NURBS model of a human head
  • FIG. 2 illustrates a NURBS model of a human hand
  • FIG. 3 depicts a hole where neighboring surfaces do not exactly match in the NURBS model of the hand in FIG. 2;
  • FIG. A depicts the two surfaces in the NURBS model human hand of FIG. 2 that have been corrected using a T-spline using an embodiment of the present invention
  • FIG. 5 illustrates a head modeled as a NURBS surface and a head modeled as a T- spline surface in an embodiment of the invention
  • FIG. 6 illustrates an embodiment of a Catmull-Clark mesh that is refined using T- NURCC local refinements
  • FIG. 7 is a flow chart illustrating an embodiment of a method for defining a bi-cubic spline surface in a computing environment
  • FIG. 8 depicts an example of a cubic B-spline curve with a knot vector
  • FIGS. 9a and 9b illustrate a region of a NURBS control mesh labeled with knot intervals
  • FIG. 10 shows an embodiment of a pre-image of a portion of a T-mesh in (s,t) parameter space
  • FIG. 11 illustrates knot lines for a basis function Bj(s,t);
  • FIG. 12 illustrates a sample refinement of B ⁇ (s,t) in an embodiment of the present invention
  • FIG. 13 illustrates an embodiment of a nested sequence of T-spline spaces
  • FIGS. 14a- 14f illustrate a local refinement example in an embodiment of the invention
  • FIG. 15 illustrates the insertion of a dart in a T-mesh in an embodiment of the invention
  • FIG. 16 illustrates semi-standard T-splines in an embodiment of the invention
  • FIG. 17 is a flowchart illustrating an embodiment of a method defining bicubic spline surfaces that provides local refinement to control meshes in a computing environment
  • FIG. 18 illustrates Bezier domains in a pre-image of a T-mesh in an embodiment of the present invention
  • FIGS. 19a and 19b illustrate the creation of Bezier control points using local knot insertion
  • FIG. 20 illustrates the merging of two B-splines
  • FIG. 21 illustrates merging two B-splines using cubic NURSSes and the problems created by such a merger
  • FIG. 22 depicts the merging of two B-splines using T-splines in an embodiment of the present invention
  • FIG. 23 depicts the results of the merging of two surfaces using B-splines, C° T- splines and C 1 T-splines in an embodiment of the present invention
  • FIG. 24 illustrates local refinement using T-splines about a valence-four control point
  • FIG. 25 illustrates local refinement using T-splines about a n- valence control point
  • the present system and method of the invention provide a generalization and improvement of non-uniform B-spline surfaces (NURBS) called T-splines.
  • NURBS non-uniform B-spline surfaces
  • a major problem with NURBS surfaces is that, because NURBS control points must lie topologically in a rectangular grid, it is often the case that a large percentage of the NURBS control points serve no purpose other than to satisfy the rectangular grid topology. We refer to such control points as superfluous, because they contain no significant geometric information.
  • T-splines are a generalization of NURBS surfaces that are capable of minimizing the number of superfluous control points.
  • T-splines can insert a control point into the control mesh such that a bi-cubic spline surface is not geometrically altered.
  • T-splines allow a row of control points to terminate. Accordingly, a row can include many points or just a single point. The final control point in a partial row is called a T-junction.
  • the T-junctions can be seen in FIG. 13b and c as compared to the rectangular grid in FIG. 13a and d.
  • FIG. 5b shows another example of a T-spline in which the superfluous control points in a NURBS head model of FIG. 5a are removed or avoided when using a T-spline.
  • a T-spline surface model is geometrically equivalent to a NURBS model, yet a T-spline representation can often be made using substantially fewer control points than an equivalent NURBS model.
  • T-spline control grids permit T-junctions, so lines of confrol points need not traverse the entire control grid as with a NURBS.
  • T-junctions allow T-splines to be locally refineable and control points can be inserted into the control grid without propagating an entire row or column of control points.
  • T-splines support many valuable operations within a consistent framework, such as local refinement, and the merging of several B-spline surfaces that have different knot vectors into a single gap-free model.
  • This detailed description focuses on T-splines of degree three, which are C 2 in the absence of multiple knots.
  • T-NURCCs Non-Uniform Rational Catmull-Clark Surfaces with T- junctions
  • T-NURCCs are a superset of both T-splines and Catmull-Clark surfaces.
  • T-NURCCs will also be discussed in this disclosure.
  • a modeling program for T-NURCCs can handle any NURBS or Catmull-Clark model as special cases.
  • T-NURCCs enable true local refinement of a Catmull-Clark-type control grid. This means individual control points can be inserted only where they are needed to provide additional control, or to create a smoother tessellation, and such insertions do not alter the geometry of the surface or the limit surface.
  • T-NURCCs use stationary refinement rules and are C 2 except at extraordinary points and features. The detailed description also presents a locally refineable subdivision surface called T-NURCCs (Non-Uniform Rational Catmull-Clark surfaces with T-junctions). In T-NURCCs, faces adjacent to an extraordinary point can be refined without propagating the refinement, and faces in highly curved regions can also be refined locally. As in T-splines, individual control points can also be inserted into a T-NURCC to provide finer control over details.
  • T-NURCCs are a generalization of both Catmull-Clark surfaces and NURBS.
  • FIG. 6 shows how a T-NURCC local refinement enables a T-NURCC tessellation to be far more economical than a globally-refined Catmull-Clark surface.
  • the T-NURCC version of the tetrahedral shape in FIG. 6 has 2496 faces.
  • a globally refined Catmull-Clark surface for the tetrahedral shape needs 393,216 faces to achieve the same precision.
  • FIG. 2 shows a hand model comprised of seven B- spline surfaces.
  • the small rectangular area is blown up in FIG. 3 to magnify a hole where neighboring B-spline surfaces do not match exactly.
  • FIG. 3 shows the gap created using NURBS
  • FIG. 4 shows the model after being converted into a gap-free T-spline, thereby eliminating the need for repair.
  • T-splines and T-NURCCs can thus imbue models comprised of several NURBS surfaces with the same air-tightness that Catmull-Clark surfaces extend to uniform cubic B-spline based models.
  • T-splines are an enhancement of NURBS surfaces that allow the presence of T- junction control points.
  • FIG. 7 illustrates the fundamental nature of the present invention and provides an overview thereof.
  • a method is provided for defining a bi-cubic spline surface in a computing environment.
  • One operation in the method is creating a control mesh with a substantially rectangular structure as in block 150.
  • Another operation is inferring from the control mesh the tensor product B-spline basis functions for each control point as in block 152.
  • a further operation is computing the surface based on the basis functions and the control mesh as in block 154.
  • the basis function can also be determined for each control point using one non-hierarchical set of rules.
  • Refinement of a control mesh is the process of adding control points to the control mesh without altering the surface defined by the control mesh.
  • the simplest form of refinement for NURBS surfaces requires the addition of an entire row of control points to the control grid.
  • the present invention enables a modeler to refine a T- spline control grid with a single control point.
  • the surface as it existed before the addition of the control point is unaltered.
  • Prior known surfaces such as NURBS do not support the addition of a single new control point. This problem will be illustrated in further detail later.
  • the present invention has been discussed in general terms up to this point but a more technical description of the invention will now follow.
  • a knot interval is a non-negative number assigned to each edge of a T-spline control grid for the purpose of conveying knot information.
  • the d: values that label each edge of the control polygon are knot intervals.
  • Each knot interval is the difference between two consecutive knots in the knot vector.
  • end-condition knot intervals are assigned to "phantom" edges adjacent to each end of the control polygon (in this case d. ⁇ and d 5 ).
  • the knot interval of each edge is the parameter length of the curve segment to which the edge maps. Any constant can be added to the knots in a knot vector without changing the knot intervals for the curve. Thus, if the knot intervals are given and a knot vector is desired to be inferred, then a knot origin can be chosen.
  • FIG. 9 shows a regular subgrid of a NURCC control grid.
  • P 0 o the local knot coordinates of (do, eo).
  • Nf (s) are the cubic B-spline basis functions over ⁇ d ⁇ and the N j (t) are over ⁇ e ⁇ .
  • the superscript 3 denotes degree, not order.
  • a control grid for a T-spline surface is called a T-mesh. If a T-mesh forms a rectangular grid, the T-spline degenerates to a B-spline surface.
  • a T-mesh is basically a rectangular grid that allows T-junctions.
  • the pre-image of each edge in a T-mesh is a line segment of constant s (which we will call an s-edge) or of constant t (which we will call a t- edge).
  • a T-junction is a vertex shared by one s-edge and two t-edges, or by one t-edge and two s-edges.
  • FIG. 10 shows the pre- image of a portion of a T-mesh in (s,t) parameter space, where the d; and ej denote the knot intervals.
  • the inventor of the present invention has realized that it is possible to infer a local knot coordinate system from the knot intervals on a T-mesh.
  • (so,to) can be designated to be the knot origin.
  • an s knot value can be assigned to each vertical edge in the T-mesh topology, and a t knot value to each horizontal edge in the T-mesh topology.
  • those knot values are labeled Si and tj.
  • Si di
  • s 2 d ⁇ +d 2
  • s dr+d 2 +d
  • ti e-i
  • t 2 e 1 +e 2
  • each control point has knot coordinates.
  • the knot coordinates for Pi are (s 2 , t 2 +e 6 ), for P 2 are (s 5 ,t 2 ), and for P 3 are (s 5 ,t 2 +e 6 ).
  • the knot coordinate system is used in writing an explicit formula for a T-spline surface:
  • Bi(s,t) N[sio,Si 1 ,s i2 ,Si 3 ,Si 4 ](s)N[tio,ti 1 ,ti 2 ,ti 3 ,ti ](t) where N[sio,Si 1 ,Si 2 ,Si 3 ,Sj 4 ](s) is the cubic B-spline basis function associated with the knot vector
  • the T-spline equation is similar to the equation for a tensor-product rational B- spline surface.
  • One difference between the T-spline equation and a B-spline equation is in how the knot vectors si and t; are determined for each basis function B;(s,t).
  • Knot vectors s, and ti are inferred from the T-mesh neighborhood of Pj. Since reference will be made to the rule whereby the knot vectors are inferred, it is formally stated as:
  • Rule 1 can be illustrated by a few examples.
  • the T-spline is defined using the above-mentioned T-spline equations.
  • T-spline Local Refinement An overview of one embodiment of operations of the invention for inserting control points to for a T-spline will now be described. It should also be realized that other embodiments of this invention exist and that the invention can also be implemented in different forms that are computationally equal.
  • the surface and its associated control mesh are typically calculated in Cartesian coordinates. However other coordinate systems can be used such as Polar coordinates, curvilinear coordinates, or one of the many other known coordinate systems.
  • Basis function refinement plays an important role in this algorithm and is reviewed first. Next, the notion of T-spline spaces is introduced. This concept is used in the local refinement algorithm. Basis Function Refinement
  • N[s 0 ,s ⁇ ,s 2 ,s 3 ,s 4 ](s) can be written as a linear combination of the m-4
  • N(s) (k - s 0 )/(s 3 - so) N[s 0 ,k,s 1 ,s 2 ,s 3 ](s) + N[k, s.,s 2 ,s 3 ,s 4 ](s)
  • N(s) (k-s 0 )/(s 3 -So) N[so,s b s 2 ,k,s 3 ](s) +(s 4 -k)/(s 4 -s ⁇ ) N[s ls s 2 ,k,s 3 ,s 4 ](s)
  • N(s) N[so 5 s 1 ,s 2 ,S 3 ,k](s) + (s 4 -k)/(s 4 -s ⁇ )N[s 1 ,S 23 s 3 ,k,S 4 ](s)
  • N(s) does not change.
  • a T-spline basis function B(s,t) can undergo knot insertion in either s or t, thereby splitting it into two scaled basis functions that sum to the initial function. Further insertion into these resultant scaled basis functions yields a set of scaled basis functions that sum to the original function.
  • FIG. 12a shows the knot vectors for a T-spline basis function Bt
  • FIG. 12b shows a refinement of the knot vectors in FIG. 12.a.
  • a T-spline space can be defined as the set of all T-splines that have the same T- mesh topology, knot intervals, and knot coordinate system.
  • a T-spline space can be represented by the diagram of a pre-image of a T-mesh such as in FIG. 10. Since all T- splines in a given T-spline space have the same pre-image, it is proper to speak of the pre- image of a T-spline space.
  • a T-spline space Si can be described as a subspace of S 2 (denoted S 2 __. S if local refinement of a T-spline in St will produce a T-spline in S 2 (discussed later in the section on local refinement).
  • T ⁇ eSi means that Ti has a control grid whose topology and knot intervals are specified by Si.
  • FIG. 13 illustrates a nested sequence of T-spline spaces, that is, S, c: S 2 c: S 3 ... S radical.
  • each B_i(s,t) can be written as a linear combination of the B j (s,t):
  • T-spline local refinement means to insert one or more control points into a T-mesh without changing the shape of the T-spline surface.
  • This procedure can also be called local knot insertion, since the addition of control points to a T-mesh is accompanied by knots inserted into neighboring basis functions.
  • This embodiment of the refinement algorithm has two phases: the topology phase, and the geometry phase.
  • the topology phase identifies which (if any) control points must be inserted in addition to the ones requested. Once all the required new control points are identified, the Cartesian coordinates and weights for the refined T-mesh are computed using the linear transformation presented in the section on T-spline spaces. We now explain the topology phase of the algorithm.
  • Violation 1 A basis function is missing a knot dictated by Rule 1 for the current T-mesh.
  • Violation 2 A basis function has a knot that is not dictated by Rule 1 for the current T- mesh. Violation 3. A control point has no basis function associated with it.
  • FIG. 14a shows an initial T-mesh into which we wish to insert one control point, P . Because the T-mesh in FIG. 14a is valid, there are no violations. But if we simply insert P 2 into the T-mesh (FIG. 14b) without changing any of the basis functions, we introduce several violations. Since P 2 has knot coordinates (s 3 ,t 2 ), four basis functions become guilty of Violation 1. Specifically, those centered at (s ⁇ ,t 2 ), (s 2 ,l 2 ), (s ,t 2 ), and (s 5 ,t 2 ). To resolve these violations, we must insert a knot at s 3 into each of those basis functions, as discussed in the section on basis function refinement.
  • the basis function (s 3 -so)/(s 4 -so)N[so,s 1 ,s 2 ,s 3 ,s ](s)N[to,t 1 ,t 2 ,t 3 ,t 4 ](t) in FIG. 14c satisfies Rule 1.
  • the refinements of the blending functions centered at (s ⁇ ,t 2 ), (s 4 ,t 2 ), and (s 5 ,t 2 ) all satisfy Rule 1.
  • Local knot insertion is useful for creating features.
  • darts can be introduced into a T-spline by inserting a few adjacent rows of control points with zero knot intervals, as shown in FIG. 15. Having two adjacent knot intervals of value zero introduces a local triple knot, and the surface becomes locally C° at that knot.
  • the shape of the crease is controlled by the placement of the inserted control points. The crease can be made less sharp by replacing the zero knot intervals in FIG. 15 with small non-zero knot intervals.
  • This refinement algorithm makes it easy to convert a T-spline in Si into an equivalent B-spline surface in S n by simply computing the transformation matrix M ljn as discussed in the section on T-spline spaces.
  • the insertion algorithm can produce a surprising result: a T-spline for which not all
  • T w, l but yet T w t B t (s,t) ⁇ 1 .
  • This T-spline can be called a semi-standard T-spline.
  • FIG. ⁇ l
  • a non-standard T- ⁇ l
  • spline space is one for which no elements exist for which ⁇ T w i B i (s, t) ⁇ 1 .
  • FIG. 17 illustrates an overview of an embodiment of a method for defining bicubic spline surfaces that provides local refinement to control meshes in a computing environment.
  • One operation that is included in the method is specifying knot intervals associated with the spline control mesh as in block 250.
  • Another operation is imposing a local knot coordinate system based on the knot intervals as in block 252.
  • the local knot vectors for the control points may be inferred in order to produce basis functions for the control points as in block 254.
  • a further operation is inserting a single control point into the control mesh without altering the surface as in block 256. This insertion of the control point can permit partial rows of control points to be inserted that terminate in a T-junction which is a special control point.
  • the domains of the Bezier patches that comprise a standard T-spline can be determined by extending all T-junctions by two bays, as illustrated in FIG. 18.
  • the rectangles in FIG. 18b are Bezier domains. The reason for this can be understood by considering the knot vectors for the basis functions of each control point.
  • Bezier control points can be obtained by performing repeated local knot insertion.
  • a B-spline surface can be expressed in Bezier form using multiple knots, and that a zero-knot interval implies a double knot.
  • the 4X4 grid of control points surrounding F are the Bezier control points of that patch.
  • the Bezier control points for face F in FIG. 19b can be determined by performing local knot insertion.
  • FIG. 20 illustrates the problem.
  • the confrol grids are defined over different knot vectors. Merging them into a single B-spline requires that they have the same common knot vector, so knot insertion must first be performed before merging can proceed. As FIG. 20c illustrates, however, those required knot insertions can significantly increase the number of rows of control points. If additional surfaces are subsequently merged onto these two surfaces, the number of knot lines can multiply further.
  • each B-spline has triple knots (double knot intervals) along the shared boundary, as shown.
  • the knot intervals on the red B-spline are 1, 3, 2, 2 and on the blue B-spline are 2, 1, 4, 1.
  • the common column of confrol points has knot intervals 1, 1, 1, 1, 2, 1, 1.
  • the confrol points that are to be merged will have slightly different Cartesian coordinates.
  • a on the red patch might differ slightly from A on the blue patch. Simply take the average of those two positions to determine the position of the merged control point.
  • a C 2 merge is illustrated in FIG. 22b.
  • the basic idea is the same as for a C° merge.
  • FIG. 23 shows the results of a C° and a C 1 merge.
  • FIG. 4 shows an application of this merge capability in a NURBS model of a human hand. This is a C° merge.
  • T-NURCCs are NURCCs (Non-Uniform Rational Catmull-Clark Surfaces) with T- junctions in their control grids and using T-spline concepts.
  • NURCCs are generalizations of tensor product non-uniform B-spline surfaces: if there are no extraordinary points, if all faces are four-sided, and if the knot intervals on opposing edges of each face are equal, NURCCs degenerate to non-uniform B-spline surfaces.
  • NURCCs are also generalizations of Catmull-Clark surfaces: if all knot intervals are equal, then NURCCs degenerate to a Catmull-Clark surface.
  • T-NURCCs are a generalization of T-splines, Catmull- Clark surfaces, and cubic NURBS surfaces.
  • NURCCs enforce the constraint that opposing edges of each four-sided face have the same knot interval and NURCCs have stationary refinement rules. It is also for this reason that NURCCs are capable of local refinement.
  • the refinement rules for NURCCs are thus identical to the refinement rules for NURSSes if we require opposing edges of each four-sided face to have the same knot interval. Those refinement rules are discussed in Thomas W. Sederberg in 1998.
  • T-junctions can be used to perform local refinement in the neighborhood of an extraordinary point.
  • all extraordinary points are separated by at least four faces, and all faces are four-sided. These criteria can be met by performing a few global refinement steps, if needed. Thereafter, all refinement can be performed locally. For example, any suitably large regular sub-grid of a NURCC control grid can undergo local knot insertion, as discussed previously. Also, refinement near an extraordinary point can be confined to the neighborhood of the extraordinary point.
  • FIG. 25 shows the effects of changing ? .
  • Lower-case letters refer to knot intervals and upper-case letters to points.
  • edge points E, H, and G There are three types of edge points: E, H, and G.
  • Edge point G x - f>e ⁇ + e 2 -R O +, e o+( 1 -p) e ⁇
  • vertex points There are five different types of vertex points: those that replace A, B, Q, D, and R. We will denote the new vertex point at A by A' , etc.
  • n is the valence
  • FIG.6 shows a T-NURCC that has undergone four steps of local refinement.
  • the yellow dots highlight four T-junctions. Note that this locally-refined mesh has two orders of magnitude fewer faces than it would have using global Catmull-Clark refinement.
  • NURCCs are C 2 , except that zero knot intervals will lower the continuity.
  • T-splines and T-NURCCs permit true local refinement: control points can be added without altering the shape of the surface, and (unless there are knot intervals with a value of zero) the new control points can be moved and the surface will remain C 2 . Since T-NURCCs generalize NURBS and Catmull-Clark surfaces, a modeling program based on T- NURCCs can handle any NURBS or Catmull-Clark model as a special case.
  • the present invention has been illustrated using bi-cubic B-spline surfaces. However, the present invention can also be implemented using B-spline surfaces of any degree. The concepts explained in this invention would enable one skilled in the art to derive T-splines of any degree, and this is a straightforward exercise.
  • One difference between even-degree T-splines and odd-degree T-splines is that for even degree T-splines, the knot intervals are associated with control points and for odd-degree, the knot intervals are associated with edges of the control grid.
  • T-NURCCS to provide a seamless representation for the intersection of two T-NURCCs, or of any special case of T- NURCCS, such as bicubic NURBS surfaces or T-splines.

Abstract

A system and method is provided for defining a bi-cubic spline surface in a computing environment. One operation in the method is creating a control mesh with a substantially rectangular structure (150). A further operation is inferring from the control mesh the tensor product B-spline basis functions for each control point (152). The surface can then be computed based on the basis functions and the control mesh (154).

Description

SYSTEM AND METHOD FOR DEFINING T-SPLINE AND T-NURCC SURFACES USING LOCAL REFINEMENTS
FIELD OF THE INVENTION
The present invention relates generally to defining a modeled surface that is capable of expressing local refinements.
BACKGROUND
Surface modeling is a fundamental task in computer graphics, computer aided design (CAD), computer aided geometric design (CAGD), and computer animation. Surfaces are typically approximated by a mesh of polygons or piecewise polynomial patches. Because of their simplicity, polygonal meshes are a popular way to approximate surfaces and are adequate for many applications. A drawback of polygonal meshes is that they are inherently faceted, and a large number of polygons may be needed to make the facets small enough to satisfy the demands of the application. hi contrast, a popular smooth surface representation is tensor product B-spline surfaces. The control points for a B-spline surface are required to be topologically arranged in a rectangular grid. B-spline surfaces are comprised of several parametric surface patches that can be represented in Bezier form. A significant advantage of B-spline surfaces is that each of the constituent surface patches are automatically Cn_1 with its neighboring patches, where n is the degree of the basis functions.
The parameter values at which the constituent surface patches begin and end are called knots, and a non-decreasing sequence of knots is called a knot vector. A B-spline surface definition includes two knot vectors, one for each parameter of the parametric equation. In a uniform B-spline surface, the difference between each pair of knots in a given knot vector is constant. A non-uniform B-spline does not have such a constraint. A rational B-spline surface is one for which the control points are assigned weights. Weights provide additional shape control, allow the introduction of sharp creases in the model, and empower the B-spline surface to represent quadric surfaces. A non-uniform rational B- spline surface is referred to by the acronym NURBS surface.
Refinement of a NURBS control grid is accomplished through a procedure called knot insertion whereby one or more new knot values are inserted into a knot vector. Knot insertion does not alter the surface, but it provides more control points with which the designer can manipulate the model. Because NURBS control points must lie topologically in a rectangular grid, knot insertion causes one or more entire rows of control points to be added to the control grid. Cartesian coordinates for those new rows of control points along with some of the neighboring control points can be found such that the refinement operation does not alter the surface. Unfortunately, adding an entire row of control points for each desired new control point simply to satisfy the rectangular grid topology of NURBS surfaces increases the modeling complexity of the surface dramatically.
Surface refinement is a valuable operation that has several uses. First of all, refinement allows a designer to insert additional control points into a surface region where more detail is called for in the model. For example, more control points would be needed using NURBS to model a human ear than to model a cheek. Second, each time a control grid is refined, the control grid itself becomes an increasingly better approximation of the NURBS surface that it defines. Thus, by performing repeated refinements, the control grid can become an arbitrarily accurate representation of the surface, which is suitable for rendering. Third, knot insertion can be used to compute the control points of the Bezier patches that comprise a NURBS. Fourth, sharp features can be added to NURBS surfaces using knot insertion. NURBS surfaces are generally C""1 continuous, where n is the degree of the surface. However, if r identical knots exist in a knot vector, the surface is Cn"r at that knot value. Thus, a triple knot in a cubic NURBS surface permits a C crease. Uniform B- spline surfaces do not allow arbitrary knot insertion, for as soon as a single knot is inserted, the surface becomes a non-uniform B-spline surface. The only knot insertion possible for a uniform B-spline surface (if it is to remain uniform after the knot insertion) is to simultaneously insert a knot midway between each pair of neighboring knots, a process called knot doubling. Since uniform B-splines cannot support two or more identical knots, uniform B-spline surfaces are always Cn_1 continuous and it is not possible to impose a C° crease.
Several algorithms exist for knot insertion. The Oslo algorithm computes so-called discrete B-splines to define the B-spline basis transformation from a refined space of splines to a subspace. Another method of knot insertion is Boehm's algorithm which works directly with the B-spline coefficients. In addition, mathematical insights like the blossoming principle for knot insertion have been developed.
Knot removal, the inverse operation of knot insertion, can also be performed on NURBS. By comparison, knot insertion does not modify the surface, while knot removal in general does alter the surface. Therefore, knot removal usually mvolves approximation.
One motivation for knot removal is data reduction. The problem is to minimize the number of knots subject to an error tolerance. Another application of knot removal is shape fairing.
The continuity order can be increased by removing knots.
The requirement that all control points for a NURBS surface must topologically be positioned in a rectangular grid is a serious shortcoming. There are at least three reasons why this is a problem. First, surfaces of arbitrary topology can be represented using NURBS surfaces only by partitioning the model into a collection of individual NURBS patches. Adjacent patches are then explicitly stitched together using geometric continuity conditions. FIG. 2 shows a hand model comprised of seven NURBS surfaces. The small rectangular area is magnified in FIG. 3 to show a hole where neighboring NURBS surfaces do not match exactly. The presence of such gaps places a burden on modelers who potentially must repair a widened gap whenever the model is deformed.
A second reason why this constraint is so serious is because it typically means that a large number of NURBS control points serve no purpose other than to satisfy topological constraints. They carry no significant geometric information. Superfluous control points are a serious nuisance for designers, not merely because they require the designer to deal with more data, but also because they can introduce unwanted ripples in the surface. FIG. 1 shows a NURBS head model. Designers can waste dozens of hours on models, such as FIG. 1, in tweaking the NURBS control points while attempting to remove unwanted ripples. The darker NURBS control points are superfluous (as will be later shown in the present invention) and have been added as the result of including control points desired by the modeler that resulted in additional rows of control points.
A third reason why the rectangular grid constraint is a problem is that it is not possible to insert a single control point into a NURBS control grid, but rather, an entire row of control points must be added each time a single knot insertion is performed. This means that true local refinement of NURBS surfaces is not possible, since the insertion of a single control point demands the insertion of an entire row into the control grid.
In order to further illustrate the complexities of solving the problems associated with NURBS, one attempt at solving this problem will now be addressed. In August 2001, Almaz Bakenov completed a master's thesis at Brigham Young University entitled, "T- splines: Tensor Product B-spline Surfaces with T- Junctions". Thomas W. Sederberg, the inventor of the present invention described later in the detailed description, was the advisor for Almaz Bakenov's thesis. The Bakenov thesis represents an early attempt at resolving the problems associated with NURBS. Indeed, Thomas W. Sederberg wrestled with this problem from 1999 to 2003. Thus, we have the slightly confusing situation in which there are two significantly different concepts called T-splines: the concept later described in the present invention, and the notion of T-splines described in the Bakenov thesis.
Particularly, the notion of T-splines presented in the Bakenov thesis contains limitations that render it almost useless. Most significantly, the T-splines described in the Bakenov thesis are not capable of solving the problems associated with NURBS without the solution of a potentially huge system of linear equations, for which a solution does not exist in many cases. For these reasons, the notion of T-splines contained in the Bakenov thesis is of little practical value.
Several surface formulations have been proposed that do not suffer from NURBS' topological constraint of requiring all control points to lie in a rectangular grid. The arbitrary-topology surface formulation that is most pertinent to the present discussion is called a subdivision surface. Catmull-Clark subdivision surfaces are, in fact, generalizations of B-spline surfaces. When the control points of a Catmull-Clark surface happen to lie topologically in a rectangular grid, the surface degenerates to a bicubic uniform B-spline surface. In like manner, Doo-Sabin subdivision surfaces generalize biquadratic uniform B-spline surfaces to control grids of arbitrary topology.
Refinement of a Catmull-Clark surface is based on the notion of knot doubling for uniform bicubic B-spline surfaces, with special rules introduced to handle non-four-sided faces and non- valence-four vertices. With each refinement step, the number of faces grows by a factor of four. Repeated refinement causes the control grid to approximate the limit surface ever more closely.
A problem with Catmull-Clark surfaces is that, since they are based on uniform B- spline surfaces, it is not possible to represent sharp C° features. However, some methods have been proposed for defining sharp features, edges, creases, and corners into subdivision surfaces by altering the refinement rules in the neighborhood of such features.
Another more serious problem is that local refinement o'f Catmull-Clark surfaces is not possible. In fact, where the simplest refinement operation for a NURBS surface is to insert a single row of control points, only a global refinement operation is defined for Catmull-Clark surfaces, and the number of control points grows by roughly a factor of four with each refinement step. SUMMARY OF THE INVENTION
A system and method is provided for creating a bi-cubic spline surface in a computing environment. One operation in the method is defining a control mesh with a substantially rectangular structure. A further operation is inferring from the control mesh the tensor product B-spline basis functions for each control point. The surface can then be computed based on the basis functions and the control mesh.
Additional features and advantages of the invention will be apparent from the detailed description which follows, taken in conjunction with the accompanying drawings, which together illustrate, by way of example, features of the invention.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a perspective view of a NURBS model of a human head;
FIG. 2 illustrates a NURBS model of a human hand;
FIG. 3 depicts a hole where neighboring surfaces do not exactly match in the NURBS model of the hand in FIG. 2;
FIG. A depicts the two surfaces in the NURBS model human hand of FIG. 2 that have been corrected using a T-spline using an embodiment of the present invention;
FIG. 5 illustrates a head modeled as a NURBS surface and a head modeled as a T- spline surface in an embodiment of the invention;
FIG. 6 illustrates an embodiment of a Catmull-Clark mesh that is refined using T- NURCC local refinements;
FIG. 7 is a flow chart illustrating an embodiment of a method for defining a bi-cubic spline surface in a computing environment;
FIG. 8 depicts an example of a cubic B-spline curve with a knot vector;
FIGS. 9a and 9b illustrate a region of a NURBS control mesh labeled with knot intervals;
FIG. 10 shows an embodiment of a pre-image of a portion of a T-mesh in (s,t) parameter space;
FIG. 11 illustrates knot lines for a basis function Bj(s,t);
FIG. 12 illustrates a sample refinement of Bι(s,t) in an embodiment of the present invention;
FIG. 13 illustrates an embodiment of a nested sequence of T-spline spaces; FIGS. 14a- 14f illustrate a local refinement example in an embodiment of the invention;
FIG. 15 illustrates the insertion of a dart in a T-mesh in an embodiment of the invention;
FIG. 16 illustrates semi-standard T-splines in an embodiment of the invention;
FIG. 17 is a flowchart illustrating an embodiment of a method defining bicubic spline surfaces that provides local refinement to control meshes in a computing environment;
FIG. 18 illustrates Bezier domains in a pre-image of a T-mesh in an embodiment of the present invention;
FIGS. 19a and 19b illustrate the creation of Bezier control points using local knot insertion;
FIG. 20 illustrates the merging of two B-splines;
FIG. 21 illustrates merging two B-splines using cubic NURSSes and the problems created by such a merger;
FIG. 22 depicts the merging of two B-splines using T-splines in an embodiment of the present invention;
FIG. 23 depicts the results of the merging of two surfaces using B-splines, C° T- splines and C1 T-splines in an embodiment of the present invention;
FIG. 24 illustrates local refinement using T-splines about a valence-four control point;
FIG. 25 illustrates local refinement using T-splines about a n- valence control point; and
FIG. 26 illustrates a T-NURCC showing the influence of parameter p where the limit surface of the control grid on the top left is p = 0.1 and the top right is p = 0.5 and the bottom right is p = 0.9.
DETAILED DESCRIPTION
Reference will now be made to the exemplary embodiments illustrated in the drawings, and specific language will be used herein to describe the same. It will nevertheless be understood that no limitation of the scope of the invention is thereby intended. Alterations and further modifications of the inventive features illustrated herein, and additional applications of the principles of the inventions as illustrated herein, which would occur to one skilled in the relevant art and having possession of this disclosure, are to be considered within the scope of the invention.
The present system and method of the invention provide a generalization and improvement of non-uniform B-spline surfaces (NURBS) called T-splines. A major problem with NURBS surfaces is that, because NURBS control points must lie topologically in a rectangular grid, it is often the case that a large percentage of the NURBS control points serve no purpose other than to satisfy the rectangular grid topology. We refer to such control points as superfluous, because they contain no significant geometric information. T-splines are a generalization of NURBS surfaces that are capable of minimizing the number of superfluous control points. In addition, T-splines can insert a control point into the control mesh such that a bi-cubic spline surface is not geometrically altered.
One difference between a T-mesh (or a T-spline control mesh) and a NURBS control mesh is that T-splines allow a row of control points to terminate. Accordingly, a row can include many points or just a single point. The final control point in a partial row is called a T-junction. The T-junctions can be seen in FIG. 13b and c as compared to the rectangular grid in FIG. 13a and d. FIG. 5b shows another example of a T-spline in which the superfluous control points in a NURBS head model of FIG. 5a are removed or avoided when using a T-spline. A T-spline surface model is geometrically equivalent to a NURBS model, yet a T-spline representation can often be made using substantially fewer control points than an equivalent NURBS model.
T-spline control grids permit T-junctions, so lines of confrol points need not traverse the entire control grid as with a NURBS. In other words, T-junctions allow T-splines to be locally refineable and control points can be inserted into the control grid without propagating an entire row or column of control points.
T-splines support many valuable operations within a consistent framework, such as local refinement, and the merging of several B-spline surfaces that have different knot vectors into a single gap-free model. This detailed description focuses on T-splines of degree three, which are C2 in the absence of multiple knots. However, the use of T-splines extends to any degree. T-NURCCs (Non-Uniform Rational Catmull-Clark Surfaces with T- junctions) are a superset of both T-splines and Catmull-Clark surfaces. Thus, T-NURCCs will also be discussed in this disclosure. In addition, a modeling program for T-NURCCs can handle any NURBS or Catmull-Clark model as special cases.
T-NURCCs enable true local refinement of a Catmull-Clark-type control grid. This means individual control points can be inserted only where they are needed to provide additional control, or to create a smoother tessellation, and such insertions do not alter the geometry of the surface or the limit surface. T-NURCCs use stationary refinement rules and are C2 except at extraordinary points and features. The detailed description also presents a locally refineable subdivision surface called T-NURCCs (Non-Uniform Rational Catmull-Clark surfaces with T-junctions). In T-NURCCs, faces adjacent to an extraordinary point can be refined without propagating the refinement, and faces in highly curved regions can also be refined locally. As in T-splines, individual control points can also be inserted into a T-NURCC to provide finer control over details. T-NURCCs are a generalization of both Catmull-Clark surfaces and NURBS.
FIG. 6 shows how a T-NURCC local refinement enables a T-NURCC tessellation to be far more economical than a globally-refined Catmull-Clark surface. The T-NURCC version of the tetrahedral shape in FIG. 6 has 2496 faces. A globally refined Catmull-Clark surface for the tetrahedral shape needs 393,216 faces to achieve the same precision.
Returning again to FIG. 2, the figure shows a hand model comprised of seven B- spline surfaces. The small rectangular area is blown up in FIG. 3 to magnify a hole where neighboring B-spline surfaces do not match exactly. The presence of such gaps places a burden on modelers, who may need to repair a widened gap whenever the model is deformed. FIG. 3 shows the gap created using NURBS and FIG. 4 shows the model after being converted into a gap-free T-spline, thereby eliminating the need for repair. T-splines and T-NURCCs can thus imbue models comprised of several NURBS surfaces with the same air-tightness that Catmull-Clark surfaces extend to uniform cubic B-spline based models. T-splines are an enhancement of NURBS surfaces that allow the presence of T- junction control points.
FIG. 7 illustrates the fundamental nature of the present invention and provides an overview thereof. A method is provided for defining a bi-cubic spline surface in a computing environment. One operation in the method is creating a control mesh with a substantially rectangular structure as in block 150. Another operation is inferring from the control mesh the tensor product B-spline basis functions for each control point as in block 152. A further operation is computing the surface based on the basis functions and the control mesh as in block 154. The basis function can also be determined for each control point using one non-hierarchical set of rules.
Refinement of a control mesh is the process of adding control points to the control mesh without altering the surface defined by the control mesh. As discussed, the simplest form of refinement for NURBS surfaces requires the addition of an entire row of control points to the control grid. In contrast, the present invention enables a modeler to refine a T- spline control grid with a single control point. In simple terms, the surface as it existed before the addition of the control point is unaltered. Prior known surfaces such as NURBS do not support the addition of a single new control point. This problem will be illustrated in further detail later. The present invention has been discussed in general terms up to this point but a more technical description of the invention will now follow.
Knot Intervals
A knot interval is a non-negative number assigned to each edge of a T-spline control grid for the purpose of conveying knot information. In the cubic B-spline curve shown in FIG. 8, the d: values that label each edge of the control polygon are knot intervals. Each knot interval is the difference between two consecutive knots in the knot vector. For a non- periodic curve, end-condition knot intervals are assigned to "phantom" edges adjacent to each end of the control polygon (in this case d.τ and d5). For all but the first and last edges of the control polygon, the knot interval of each edge is the parameter length of the curve segment to which the edge maps. Any constant can be added to the knots in a knot vector without changing the knot intervals for the curve. Thus, if the knot intervals are given and a knot vector is desired to be inferred, then a knot origin can be chosen.
Edges of T-spline and T-NURCC control grids are likewise labeled with knot intervals. Since T-NURCC control meshes are not rectangular grids, knot intervals enable local knot coordinate systems to be imposed on the surface. FIG. 9 shows a regular subgrid of a NURCC control grid. We can impose a local knot coordinate system on this region, and therewith determine basis functions for the control points, as follows. First, (arbitrarily) assign P0o the local knot coordinates of (do, eo). The local knot vectors for this regular subgrid are then {d} = {0, d0 , dx ,...} and {e} = {0, eϋ,e ,...) where
d, = ∑dj '> ei = ∑i
7=0 and d_x =e_ =0. The polar label for control point P, , with respect to this local knot coordinate system, is thus f(di_l,di,dM;eJ_λ,ej,eJJΛ)a__ά the surface defined by this regular subgrid is
Figure imgf000011_0001
• j where Nf (s) are the cubic B-spline basis functions over {d} and the N j (t) are over {e} . The superscript 3 denotes degree, not order.
T-Splines
A control grid for a T-spline surface is called a T-mesh. If a T-mesh forms a rectangular grid, the T-spline degenerates to a B-spline surface. A T-mesh is basically a rectangular grid that allows T-junctions. The pre-image of each edge in a T-mesh is a line segment of constant s (which we will call an s-edge) or of constant t (which we will call a t- edge). A T-junction is a vertex shared by one s-edge and two t-edges, or by one t-edge and two s-edges.
A knot interval is assigned to each edge in the T-mesh. FIG. 10 shows the pre- image of a portion of a T-mesh in (s,t) parameter space, where the d; and ej denote the knot intervals. Knot intervals are constrained by the relationship that the sum of all knot intervals along one side of any face must equal the sum of the knot intervals on the opposing side. For example, in FIG. 10 on face Fls e +e = e6+e7, and on face F2, d6+d7 = d9.
The inventor of the present invention has realized that it is possible to infer a local knot coordinate system from the knot intervals on a T-mesh. To impose a knot coordinate system, a control point can be first chosen whose pre-image will serve as the origin for the parameter domain (s,t) = (0,0). For the example in FIG. 10, (so,to) can be designated to be the knot origin.
Once a knot origin is chosen, an s knot value can be assigned to each vertical edge in the T-mesh topology, and a t knot value to each horizontal edge in the T-mesh topology. In FIG. 10, those knot values are labeled Si and tj. Based on the choice of knot origin, we have so = to = 0, Si = di, s2 = dι+d2, s = dr+d2+d , ti = e-i, t2 = e1+e2, and so forth. Likewise, each control point has knot coordinates. For example, the knot coordinates for Pi are (s2, t2+e6), for P2 are (s5,t2), and for P3 are (s5,t2+e6). One additional rule for T-meshes is that if a T-junction on one edge of a face can legally be connected to a T-junction on an opposing edge of the face (thereby splitting the face into two faces), that edge must be included in the T-mesh. Legal means that the sum of knot vectors on opposing sides of each face must always be equal. Thus, a horizontal line would need to split face Fi if and only if e3 = e6 and therefore also e^e-7.
The knot coordinate system is used in writing an explicit formula for a T-spline surface:
(1) ?(s, t) = (x(s, t), y(s, t), z(s, t), w(s, t)) = ∑ _?tBt (s, t)
1=1 where Pj = (xi,yi,z;,w;) are control points in P4 whose weights are wl5 and whose Cartesian coordinates are (xi/wi,yi/wi,z;/wi). Likewise, the Cartesian coordinates of points on the surface are given by
∑(χ i5yi,ZiHfe
(2) =!
LwAfe
1=1
The basis functions B;(s,t) are given by
Bi(s,t) = N[sio,Si1,si2,Si3,Si4](s)N[tio,ti1,ti2,ti3,ti ](t) where N[sio,Si1,Si2,Si3,Sj4](s) is the cubic B-spline basis function associated with the knot vector
Figure imgf000012_0001
and N[tio,til5ti2,ti3,ti4](t) is associated with the knot vector
(4) tj = [tjo,ti j jtβjttfjtH]
as illustrated in FIG. 11.
The designer is free to adjust the weights w; to obtain additional shape control, as in rational B-splines. As explained later, weights also play an important role in our new local refinement algorithm: A T-spline whose weights are all one before refinement might end n up with some weights not equal to one after refinement, yet T w .B,(s, t) = 1. i=l
The T-spline equation is similar to the equation for a tensor-product rational B- spline surface. One difference between the T-spline equation and a B-spline equation is in how the knot vectors si and t; are determined for each basis function B;(s,t). Knot vectors s, and ti are inferred from the T-mesh neighborhood of Pj. Since reference will be made to the rule whereby the knot vectors are inferred, it is formally stated as:
Rule 1. Knot vectors Si and tj for the basis function of P; are determined as follows, (sβjtβ) are the knot coordinates of Pj. Consider a ray in parameter space R(α) = (Si2+α,t12). Then Si3 and sj4 are the s coordinates of the first two s-edges intersected by the ray (not including the initial
Figure imgf000013_0001
By s-edge, we mean a vertical line segment of constant s in the pre-image of a T-mesh. The other knots in Sj and t; are found in like manner.
Rule 1 can be illustrated by a few examples. The knot vectors for Ψ\ in FIG. 10 are si = [80,81,82,83,84] and
Figure imgf000013_0002
For P3, §3= [s3,S4,s5,s7,s8] and t3= [ti, 12,^+66,14,15]. Once these knot vectors are determined for each basis function, the T-spline is defined using the above-mentioned T-spline equations.
T-spline Local Refinement An overview of one embodiment of operations of the invention for inserting control points to for a T-spline will now be described. It should also be realized that other embodiments of this invention exist and that the invention can also be implemented in different forms that are computationally equal. The surface and its associated control mesh are typically calculated in Cartesian coordinates. However other coordinate systems can be used such as Polar coordinates, curvilinear coordinates, or one of the many other known coordinate systems. Basis function refinement plays an important role in this algorithm and is reviewed first. Next, the notion of T-spline spaces is introduced. This concept is used in the local refinement algorithm. Basis Function Refinement
If s = [so,sι,s2,s3,s4] is a knot vector and s is a knot vector with m knots with s a subsequence of s, then N[s0,sι,s2,s3,s4](s) can be written as a linear combination of the m-4
B-spline basis functions defined over the substrings of length 5 in s.
We now present all basis function refinement equations for the knot case m=6. These are the cases for which a single knot is inserted into s to create s. Equations for m>6 can be found by repeated application of these equations. If S= [so,k,sl5s2,s3,s4] then
(5) N(s) = (k - s0)/(s3 - so) N[s0,k,s1,s2,s3](s) + N[k, s.,s2,s3,s4](s)
If s= [s0,sι,k,s2,s3,s4],
(6) N(s) = (k-so)/(s3-s0) N[s0,s1,k,s2,s3](s) + (s4-k)/(s4-s1)N[s1,k,s2,s3,s4](s) If s= [s0,s1,s2,k,s3,s4],
(7) N(s) = (k-s0)/(s3-So) N[so,sbs2,k,s3](s) +(s4-k)/(s4-sτ) N[slss2,k,s3,s4](s)
If S = [So,Sl5S2,S3,k,S4],
(8) N(s) = N[so5s1,s2,S3,k](s) + (s4-k)/(s4-sι)N[s1,S23s3,k,S4](s)
If k ≤ s0 or k ≥ s4, N(s) does not change.
A T-spline basis function B(s,t) can undergo knot insertion in either s or t, thereby splitting it into two scaled basis functions that sum to the initial function. Further insertion into these resultant scaled basis functions yields a set of scaled basis functions that sum to the original function.
For example, FIG. 12a shows the knot vectors for a T-spline basis function Bt, and FIG. 12b shows a refinement of the knot vectors in FIG. 12.a. By appropriate application of (5) — (8), we can obtain
Figure imgf000014_0001
T-spline Spaces
A T-spline space can be defined as the set of all T-splines that have the same T- mesh topology, knot intervals, and knot coordinate system. Thus, a T-spline space can be represented by the diagram of a pre-image of a T-mesh such as in FIG. 10. Since all T- splines in a given T-spline space have the same pre-image, it is proper to speak of the pre- image of a T-spline space. A T-spline space Si can be described as a subspace of S2 (denoted S2 __. S if local refinement of a T-spline in St will produce a T-spline in S2 (discussed later in the section on local refinement). If Ti is a T-spline, then T\ eSi means that Ti has a control grid whose topology and knot intervals are specified by Si. FIG. 13 illustrates a nested sequence of T-spline spaces, that is, S, c: S2 c: S3 ... S„. Given a T-spline P(s,t) e S denote by P the column vector of control points for P(s,t). Given a second T-spline P(s,t) e S2, such that P(s,t) ≡ P(s,t), denote by P the column vector of control points for P(s, t) . There exists a unique linear transformation that maps P into P. We can denote the linear transformation
(10) M 2P = P.
The matrix M1>2 is found as follows. P(s,t) is given by (1), and
Figure imgf000015_0001
i=l
As described in (9), each B_i(s,t) can be written as a linear combination of the Bj(s,t):
(12) Bi(s,t) = ∑cβJ(s,t)
7=1
We require that the refined surface is equivalent to the initial surface: P(s,t) ≡ P(s,t) . This
requirement is satisfied if P = 2__ci JPi . Thus, the element at row j and column i of M1>2 in
1=1
(10) is cr1. In this manner, it is possible to find transformation matrices My that maps any T-spline in S; to an equivalent T-spline in Sj, assuming S(. c S .. The definition of a T-spline subspace S, a Sj means more than simply that the preimage of Sj has all of the confrol points that the preimage of Sj has, because sometimes it is not possible to add a given control point to an existing T-mesh without adding other control points as well. The section on local refinement presents insight into why that is, and presents our local refinement algorithm for T-splines. This, of course, will allow us to compute valid superspaces of a given T-spline space.
Local Refinement Method
T-spline local refinement means to insert one or more control points into a T-mesh without changing the shape of the T-spline surface. This procedure can also be called local knot insertion, since the addition of control points to a T-mesh is accompanied by knots inserted into neighboring basis functions.
This embodiment of the refinement algorithm has two phases: the topology phase, and the geometry phase. The topology phase identifies which (if any) control points must be inserted in addition to the ones requested. Once all the required new control points are identified, the Cartesian coordinates and weights for the refined T-mesh are computed using the linear transformation presented in the section on T-spline spaces. We now explain the topology phase of the algorithm.
An important concept in understanding this discussion is to keep in mind how in a T-spline, the basis functions and T-mesh are tightly coupled: For every confrol point there is a corresponding a basis function and each basis function's knot vectors are defined by Rule 1. In this invention, the basis functions are temporarily decoupled from the T-mesh. This means that during the computation method, the existence of basis functions is permitted that violate Rule 1, and control points may temporarily exist to which no basis functions are attached.
Our discussion distinguishes three possible violations that can occur during the course of the refinement algorithm:
Violation 1. A basis function is missing a knot dictated by Rule 1 for the current T-mesh.
Violation 2. A basis function has a knot that is not dictated by Rule 1 for the current T- mesh. Violation 3. A control point has no basis function associated with it.
If no violations exist, the T-spline is valid. If violations do exist, the algorithm resolves them one by one until no further violations exist. Then a valid superspace has been found. The topology phase of our local refinement algorithm consists of these steps:
1. Insert all desired control points into the T-mesh.
2. If any basis function is guilty of Violation 1, perform the necessary knot insertions into that basis function.
3. If any basis function is guilty of Violation 2, add an appropriate control point into the T- mesh.
4. Repeat Steps 2 and 3 until there are no more violations. Resolving all cases of Violation 1 and 2 will automatically resolve all cases of Violation 3.
We illustrate the method with an example. FIG. 14a shows an initial T-mesh into which we wish to insert one control point, P . Because the T-mesh in FIG. 14a is valid, there are no violations. But if we simply insert P2 into the T-mesh (FIG. 14b) without changing any of the basis functions, we introduce several violations. Since P2 has knot coordinates (s3,t2), four basis functions become guilty of Violation 1. Specifically, those centered at (sι,t2), (s2,l2), (s ,t2), and (s5,t2). To resolve these violations, we must insert a knot at s3 into each of those basis functions, as discussed in the section on basis function refinement. The basis function centered at (s2,t2) is N[so,s1,S2,s4,S5](s)N[to,t1,t2,t3,t4](t). Inserting a knot s=S3 into the s knot vector of this basis function splits it into two scaled basis functions:
(s3-s0)/(s4-so)N[so,Si,s2,S3,s4](s)N[to,t1,t2,t3,t4](t) (FIG. 14c) and (s4-s3)/(s4-s1)N[s1,s2,s3,s ,s5](s) N[t0,tl5t2,t3,t ](t) (FIG. 14d) as given in (7). The basis function (s3-so)/(s4-so)N[so,s1,s2,s3,s ](s)N[to,t1,t2,t3,t4](t) in FIG. 14c satisfies Rule 1. Likewise, the refinements of the blending functions centered at (sι,t2), (s4,t2), and (s5,t2) all satisfy Rule 1. However, the t knot vector of basis function d2 N[sl5S2,s ,s4,s5](s)
Figure imgf000017_0001
shown in FIG. 14d is guilty of Violation 2 because the basis function's t knot vector is [to,tι,t2,t3,t4], but Rule 1 does not call for a knot at 13. This problem cannot be remedied by refining this basis function, but an additional control point can be added into the T-mesh to resolve the violation. The needed control point is P3 in FIG. 14e. Inserting that control point fixes the case of Violation 2, but it creates a new case of Violation 1. As shown in FIG. 14f, the blending function centered at (s2,t3) has an s knot vector that does not include s3 as required by Rule
1.
Inserting s3 into that knot vector fixes the problem, and there are no further violations of
Rule 1.
This method will terminate, because the basis function refinements and control point insertions must involve knot values that initially exist in the T-mesh, or that were added in Step 1. In the worst case, the algorithm would extend all partial rows of control points to cross the entire surface. In practice, the algorithm typically requires few if any additional new control points beyond the ones the user wants to insert.
Local knot insertion is useful for creating features. For example, darts can be introduced into a T-spline by inserting a few adjacent rows of control points with zero knot intervals, as shown in FIG. 15. Having two adjacent knot intervals of value zero introduces a local triple knot, and the surface becomes locally C° at that knot. The shape of the crease is controlled by the placement of the inserted control points. The crease can be made less sharp by replacing the zero knot intervals in FIG. 15 with small non-zero knot intervals.
Converting a T-spline into a B-spline surface
This refinement algorithm makes it easy to convert a T-spline in Si into an equivalent B-spline surface in Sn by simply computing the transformation matrix Mljn as discussed in the section on T-spline spaces.
A standard T-spline is one for which, if all weights w,=l, then
∑ wβt (s, t) ≡ 2_JBl (s, t) ≡l. This means that the denominator in equation (2) is identically ι=l ι=l equal to one. Hence, the basis functions provide a partition of unity and the T-spline is polynomial. Thus, an algebraic statement of necessary and sufficient conditions for a T- spline to be standard is each row of M1>n sums to 1.
The insertion algorithm can produce a surprising result: a T-spline for which not all
w,=l but yet T wtBt (s,t) ≡ 1 . This T-spline can be called a semi-standard T-spline. FIG. ι=l
16 shows two simple examples of semi-standard T-splines. The integers (1 and 2) next to some edges are knot intervals. A semi-standard T-spline space S is one for which there n exists some elements of S for which wtBt (s, t) ≡ \ , and not all w;=l . A non-standard T- ι=l
spline space is one for which no elements exist for which ^T wiBi (s, t) ≡ 1 . These ι=l definitions are more precise because they allow for the notion of a rational (weights not all =1) T-spline that is either standard, semi-standard, or non-standard. The distinction is made based on which type of T-spline space it belongs to.
FIG. 17 illustrates an overview of an embodiment of a method for defining bicubic spline surfaces that provides local refinement to control meshes in a computing environment. One operation that is included in the method is specifying knot intervals associated with the spline control mesh as in block 250. Another operation is imposing a local knot coordinate system based on the knot intervals as in block 252. The local knot vectors for the control points may be inferred in order to produce basis functions for the control points as in block 254. A further operation is inserting a single control point into the control mesh without altering the surface as in block 256. This insertion of the control point can permit partial rows of control points to be inserted that terminate in a T-junction which is a special control point.
Extracting Bezier Patches
It is advantageous to represent in Bezier form the patches that comprise a T-spline, because a tessellation method may then be applied with the minor modification that each T- junction must map to a triangle vertex in the tessellation to assure that cracks will not appear in the tessellation. In general, there are fewer Bezier patches in a T-spline than in the equivalent B-spline surface.
The domains of the Bezier patches that comprise a standard T-spline can be determined by extending all T-junctions by two bays, as illustrated in FIG. 18. The rectangles in FIG. 18b are Bezier domains. The reason for this can be understood by considering the knot vectors for the basis functions of each control point.
Bezier control points can be obtained by performing repeated local knot insertion. Recall that a B-spline surface can be expressed in Bezier form using multiple knots, and that a zero-knot interval implies a double knot. For the knot interval configuration in FIG. 19b, the 4X4 grid of control points surrounding F are the Bezier control points of that patch. Thus, the Bezier control points for face F in FIG. 19b can be determined by performing local knot insertion.
Merging B-splines into a T-spline
This section discusses how to merge two B-spline surfaces with different knot vectors into a single T-spline. Often in geometric modeling, portions of an object are modeled independently with different B-spline surfaces that have different knot vectors, such as the hand in FIG. 2. FIG. 20 illustrates the problem. The confrol grids are defined over different knot vectors. Merging them into a single B-spline requires that they have the same common knot vector, so knot insertion must first be performed before merging can proceed. As FIG. 20c illustrates, however, those required knot insertions can significantly increase the number of rows of control points. If additional surfaces are subsequently merged onto these two surfaces, the number of knot lines can multiply further.
One prior solution to the problem of merging two NURBS surfaces into a single surface without a proliferation of control points was to use cubic NURSSes introduced by Thomas W. Sederberg in 1998. Since cubic NURSSes allow different knot intervals on opposing edges of a face, two NURBS confrol grids can be merged into a single control grid without propagating knot lines. FIG. 21 shows the result of merging two identical B-spline cylinders with different knot vectors. Unfortunately, any NURSS representation introduces an unsightly bump at the junction of the two cylinders. This failed attempt at solving the merge problem using NURSSes helped motivate the creation of T-splines.
The procedure using T-splines is illustrated in FIG. 22. For a C" merge (n e {-1, 0, 1, 2}), n + 1 columns of control points on one patch will correspond to n + 1 columns of control points on the other patch. We consider first the C° merge in FIG. 22a. To begin with, each B-spline has triple knots (double knot intervals) along the shared boundary, as shown. For a C° merge, one column of control points will be shared after the merge. If the knot intervals for the two T-splines differ along that common column, control points are located along the boundary edge so that the knot intervals agree. In this example, the knot intervals on the red B-spline are 1, 3, 2, 2 and on the blue B-spline are 2, 1, 4, 1. After inserting offset control points on each control grid along the soon-to-be-joined columns as shown, the common column of confrol points has knot intervals 1, 1, 1, 1, 2, 1, 1.
Typically in this process, the confrol points that are to be merged will have slightly different Cartesian coordinates. For example, A on the red patch might differ slightly from A on the blue patch. Simply take the average of those two positions to determine the position of the merged control point.
A C2 merge is illustrated in FIG. 22b. The basic idea is the same as for a C° merge.
The differences are that four knot intervals a, b, c, d must correspond between the two surfaces, as shown. Also, three columns of control points must be merged, as shown. FIG.
23 shows the results of a C° and a C1 merge. FIG. 4 shows an application of this merge capability in a NURBS model of a human hand. This is a C° merge.
T-NURCCs
T-NURCCs are NURCCs (Non-Uniform Rational Catmull-Clark Surfaces) with T- junctions in their control grids and using T-spline concepts. NURCCs are generalizations of tensor product non-uniform B-spline surfaces: if there are no extraordinary points, if all faces are four-sided, and if the knot intervals on opposing edges of each face are equal, NURCCs degenerate to non-uniform B-spline surfaces. NURCCs are also generalizations of Catmull-Clark surfaces: if all knot intervals are equal, then NURCCs degenerate to a Catmull-Clark surface. Likewise, T-NURCCs are a generalization of T-splines, Catmull- Clark surfaces, and cubic NURBS surfaces.
NURCCs enforce the constraint that opposing edges of each four-sided face have the same knot interval and NURCCs have stationary refinement rules. It is also for this reason that NURCCs are capable of local refinement.
The refinement rules for NURCCs are thus identical to the refinement rules for NURSSes if we require opposing edges of each four-sided face to have the same knot interval. Those refinement rules are discussed in Thomas W. Sederberg in 1998.
We now discuss how T-junctions can be used to perform local refinement in the neighborhood of an extraordinary point. To simplify our discussion, all extraordinary points are separated by at least four faces, and all faces are four-sided. These criteria can be met by performing a few global refinement steps, if needed. Thereafter, all refinement can be performed locally. For example, any suitably large regular sub-grid of a NURCC control grid can undergo local knot insertion, as discussed previously. Also, refinement near an extraordinary point can be confined to the neighborhood of the extraordinary point.
To explain how to perform local refinement in the neighborhood of an extraordinary point, a way to perform local knot insertion in the neighborhood of a single (valence four) vertex in a T-spline will be explained. Referring to FIG. 24, the refinement begins with the black control grid. Then, it is legal using procedures defined previously to insert all of the control points in row 1, followed by row 2, followed by column 3, followed by column 4. Then the additional control points can legally be inserted in like order, etc. What is produced is a local refinement in the immediate neighborhood of one central control point. Note that this refinement scheme can split faces at any ratio p . For a valence-4 point, changing p does not change the limit surface since we are merely doing B-spline knot insertion, but when we adapt this scheme to extraordinary points, p will serve as a shape parameter. FIG. 25 shows the effects of changing ? .
We now present the local refinement rules for T-NURCCs at an isolated extraordinary point. Referring to FIG. 26, knot interval di is split into knot intervals d\ is split into knot intervals p d\avA (1 - p)d , likewise for the other knot intervals adjacent to the extraordinary point. If p = 1/2 and if all the initial knot intervals are equal, the limit surface obtained using this local refinement is equivalent to a Catmull-Clark surface.
Lower-case letters refer to knot intervals and upper-case letters to points. Vertices A, B, C, D, Q, R, S, Tare the initial control points, prior to refinement. After refinement, these vertex points are replaced by new vertex points denoted with primes: A', B C, D Q R' .
[e0 +(l-Λ)e1]|Y +(l-ρ)dl)A+(pdl +d2)B]
F. = (d0 +dx +d2)(e0 +ex +e2) L ι + e2 ] [(d0 + (1 - p)dx )C+(pdx +d2)D]
+
(d0 +dx +d2)(e0 +e, +e2)
There are three types of edge points: E, H, and G.
e2b + ex 2
E2 =pM2 +(l-p) ex +e2 where
2pdx +d2 +h4 B ^ 2d0 +2(l-p)dx 2 2(d0 +dx)+d2 +h4 2(d0 +dx)+d2 +h4 Edge point Hx - Pd1[(ρex +e2)R+(e0 +(l-/?M)-2]
(d _x+d0+dx)(e0 +ex+e2)
[d_x +d0 +(ϊ-p)dx][(pex +e2)D+(e0 +(l-p)ex)B]
+ (d_x +d0 +dx)(e0 +e, +e2)
Edge point Gx =- f>eι+e2 -R O +,eo+(1-p)eι
Q- e0 +e +e2 e0 +e +e2
There are five different types of vertex points: those that replace A, B, Q, D, and R. We will denote the new vertex point at A by A' , etc.
Figure imgf000023_0001
where n is the valence, ,- = (ZH + Af+ι)( z-2 +
Figure imgf000023_0002
and,; = hi-ιliι+2-
exH2 +e2H
B'=(\-p)
Figure imgf000023_0003
exG2 +e2Gx
Q'=pQ+( -p) ti "T" ^
, _ pdpexS +[d_x + d0 +(1- p)d]pexT
D (d_x +d0 + dx )(e_, +e0 + e, )
[pdxR+(d_x +d0 +(1- p)dx)D][e_x +e0 +(l- )e,]
+
(c?_j +dQ+dx)(e_x0+ej)
R'=- »ι ^ t g-ι+eo+(l- )gt R e_x+e0 + ex e_x+e0+ex
Local refinement at such an extraordinary point is illustrated in FIG.6, which shows a T-NURCC that has undergone four steps of local refinement. The yellow dots highlight four T-junctions. Note that this locally-refined mesh has two orders of magnitude fewer faces than it would have using global Catmull-Clark refinement.
This discussion has assumed that extraordinary vertices are separated by at least four faces, and this can be accomplished by performing a few preliminary global refinement steps. It is possible to derive local refinement rules that would not require such initial global refinement steps, but there are additional special cases to consider.
Away from extraordinary points, NURCCs are C2, except that zero knot intervals will lower the continuity. At extraordinary points where all edges have the same knot interval value, an eigenanalysis for the valence 3 case shows λx =\>λ2i4 >... where, for example,
Figure imgf000024_0001
This gives analytic proof that for the valence three case, the surface is G1 for any legal value of p(0<p<ϊ). A similar result can be obtained for valence five. For higher valence, the symbolic algebra expressions get unwieldy, but a sampling of specific values of p has not revealed any case where the G1 condition is not satisfied. If the knot intervals for edges neighboring on extraordinary point are not equal, then the empirical evidence suggests G1.
T-splines and T-NURCCs permit true local refinement: control points can be added without altering the shape of the surface, and (unless there are knot intervals with a value of zero) the new control points can be moved and the surface will remain C2. Since T-NURCCs generalize NURBS and Catmull-Clark surfaces, a modeling program based on T- NURCCs can handle any NURBS or Catmull-Clark model as a special case.
The present invention has been illustrated using bi-cubic B-spline surfaces. However, the present invention can also be implemented using B-spline surfaces of any degree. The concepts explained in this invention would enable one skilled in the art to derive T-splines of any degree, and this is a straightforward exercise. One difference between even-degree T-splines and odd-degree T-splines is that for even degree T-splines, the knot intervals are associated with control points and for odd-degree, the knot intervals are associated with edges of the control grid.
An additional use of the present invention is to use T-NURCCS to provide a seamless representation for the intersection of two T-NURCCs, or of any special case of T- NURCCS, such as bicubic NURBS surfaces or T-splines. It is to be understood that the above-referenced arrangements are illustrative of the application for the principles of the present invention. It will be apparent to those of ordinary skill in the art that numerous modifications can be made without departing from the principles and concepts of the invention as set forth in the claims.

Claims

CLAIMSWhat is claimed:
1. A method for defining a bi-cubic spline surface in a computing environment, comprising the steps of: creating a control mesh with a substantially rectangular structure; inferring from the confrol mesh the tensor product B-spline basis functions for each control point; and computing the surface based on the basis functions and the control mesh.
2. A method as in claim 1, further comprising the step of determining the basis function for each confrol point using one non-hierarchical set of rules.
3. A method for locally refining a control mesh of a bi-cubic spline surface in a computing environment, comprising the steps of: defining the control mesh having a substantially rectangular structure; inserting a control point into a pre-image of the confrol mesh; and computing the Cartesian coordinates of the control point and of the neighboring control points such that the bi-cubic spline surface is not geometrically altered.
4. A method as in claim 3, wherein the step of computing the Cartesian coordinates of the control points further comprises the steps of: splitting basis functions which have fewer knots than are called for by the control mesh; and adding control points to the control mesh in locations where basis functions have more knots than are called for by the control mesh.
5. A method as in claim 3, further comprising the step of creating a sharpness feature in the surface by inserting one or more adjacent partial rows of control points with zero knot intervals thereby creating a sharp crease.
6. A method as in claim 3, further comprising the step of creating a sharpness feature in the surface by inserting one or more adjacent partial rows of control points with small knot intervals thereby creating a less sharp crease.
7. A method as in claim 3 further comprising the step of providing two surfaces having confrol meshes that are desired to be merged into a single surface; positioning the two surfaces with common edges that are in close proximity; performing local refinement on the control meshes of the two surfaces and adjustment of knot intervals such that a sequence of knot intervals agree along a common boundary edge of the two surfaces; and joining the control points of the two surfaces along the common boundary.
8. A method for subdividing confrol meshes in order to provide local refinements to control meshes of arbitrary topology in a computing environment, comprising the steps of: selecting an extraordinary point for which local refinement is desired; using T-junction control points to prevent the refinement operation from propagating to the entire surface.
9. A method for defining bicubic spline surfaces that provides local refinement to control meshes in a computing environment, comprising the steps of: specifying knot intervals associated with the spline confrol mesh; imposing a local knot coordinate system based on the knot intervals; inferring local knot vectors for control points in order to produce basis functions for the control points; and inserting a single control point into the control mesh without altering the bicubic spline surface.
10. A method as in claim 9, wherein the step of inserting a single control point further comprises the step of inserting a single control point into the control mesh without altering the bicubic spline surface and permitting partial rows of control points terminating in a T-junction.
11. A method as in claim 9, wherein the step of imposing a local knot coordinate system further comprises the step of assigning local knot coordinates (sj,ti) to the pre-image of each control point Pj.
12. A method for subdividing a cubic spline control mesh in order to provide local refinements to confrol meshes of arbitrary topology in a computing system, comprising the steps of: imposing local knot coordinate systems on the cubic spline mesh of arbitrary topology; specifying knot intervals for edges of the cubic spline control mesh; inserting a T-junction into the cubic spline confrol mesh; inferring knot vectors for the T-junction; and defining basis functions for the T-junction using the knot vectors.
13. A method as in claim 12, wherein the step of inserting a T-junction further comprises the step of requiring a sum of knot intervals on opposing edges of a face in the cubic spline mesh to be equal.
14. A method as in claim 12, wherein the step of inserting a T-junction further comprises the step of requiring a T-junction on one edge of a face to be connected to a T-junction on an opposing edge of the face when the sum of the knot intervals on opposing edges of a face in the cubic spline mesh are equal.
15. A method as in claim 12, further comprising the step of applying shading to the cubic spline mesh that can be viewed by an end user.
16. A method as in claim 12, further comprising the step of creating a sharpness feature in the spline mesh by inserting a plurality of adjacent rows of control points with zero knot intervals.
17. A method as in claim 16, further comprising the step of controlling the sharpness feature by placement of the inserted confrol points and adjusting the knot intervals.
18. A method for extracting Bezier patches from a T-spline, comprising the steps of: identifying all Bezier domains by extending all T-junctions two bays; performing local knot insertion such that each Bezier domain is surrounded by a 4X4 grid of control points; choosing the knot intervals for the local knot insertion such that pairs of zero knot intervals separate each pair of adjoining Bezier domains.
19. A method for merging at least two B-spline surfaces with unaligned knot vectors into a single T-spline, comprising the steps of: identifying a first B-spline control mesh and second B-spline control mesh; identifying locations in the first B-spline control mesh for additional control points on an edge configured to align with a knot vector in the second B-spline control mesh which will intersect the edge; inserting offset control points at each identified location in the first control mesh; joining the control points of the first B-spline control mesh with the corresponding knot vectors from the second mesh in order to join the two B-splines and create a T-spline.
20. A method as in claim 19, further comprising the steps of identifying locations in the second B-spline control mesh for additional controls points on an edge configured to align with a knot vector in the first B-spline control mesh which will intersect the edge; inserting offset control points at each identified location in the second B-spline control mesh; joining the confrol points of the second B-spline control mesh with the corresponding knot vectors from the first mesh in order to join the two B-splines and create a T-spline.
21. A method as in claim 19, wherein the step of inserting offset control points at each identified location, further comprises the step of inserting triple knot intervals along the shared boundary in order to provide a C2 merge.
22. A method for defining a locally refineable tensor-product spline surface of any degree in a computing environment, comprising the steps of: defining a control mesh with a substantially rectangular structure; inferring from the control mesh the tensor product B-spline basis functions for each control point; and computing the surface based on the basis functions and the control mesh.
PCT/US2004/009309 2003-03-26 2004-03-26 System and method for defining t-spline and t-nurcc surfaces using local refinements WO2004088468A2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CA2517463A CA2517463C (en) 2003-03-26 2004-03-26 System and method for defining t-spline and t-nurcc surfaces using local refinements
JP2006509347A JP2006523891A (en) 2003-03-26 2004-03-26 System and method for defining T-splines and T-NURCC surfaces using local refinement
KR1020057017852A KR101177131B1 (en) 2003-03-26 2004-03-26 System and method for defining t-spline and t-nurcc surfaces using local refinements
EP04758398A EP1606692A4 (en) 2003-03-26 2004-03-26 System and method for defining t-spline and t-nurcc surfaces using local refinements

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US45823103P 2003-03-26 2003-03-26
US60/458,231 2003-03-26

Publications (2)

Publication Number Publication Date
WO2004088468A2 true WO2004088468A2 (en) 2004-10-14
WO2004088468A3 WO2004088468A3 (en) 2005-09-29

Family

ID=33131772

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/009309 WO2004088468A2 (en) 2003-03-26 2004-03-26 System and method for defining t-spline and t-nurcc surfaces using local refinements

Country Status (6)

Country Link
US (1) US7274364B2 (en)
EP (1) EP1606692A4 (en)
JP (1) JP2006523891A (en)
KR (1) KR101177131B1 (en)
CA (1) CA2517463C (en)
WO (1) WO2004088468A2 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007042114A (en) * 2005-08-04 2007-02-15 Dassault Systemes Process for generating parametric curved surface having required geometrical continuity
JP2007042113A (en) * 2005-08-04 2007-02-15 Dassault Systemes Process for generating isotopologic set of parameterized curved surface from mesh
JP2007265401A (en) * 2006-03-27 2007-10-11 Honda Research Inst Europe Gmbh Evolutionary direct manipulation of free form deformation representation for design optimization
US9196090B2 (en) 2012-05-02 2015-11-24 Dassault Systemes Designing a 3D modeled object
US10108752B2 (en) 2015-02-02 2018-10-23 Dassault Systemes Engraving a 2D image on a subdivision surface
US10255381B2 (en) 2014-12-23 2019-04-09 Dassault Systemes 3D modeled object defined by a grid of control points
WO2019152027A1 (en) * 2018-01-31 2019-08-08 Hewlett-Packard Development Company, L.P. Determine sample points on slices from nurbs models
US10832471B2 (en) 2017-03-27 2020-11-10 Mitsubishi Electric Research Laboratories, Inc. Fast T-spline fitting system and method

Families Citing this family (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6463344B1 (en) * 2000-02-17 2002-10-08 Align Technology, Inc. Efficient data representation of teeth model
US6633789B1 (en) * 2000-02-17 2003-10-14 Align Technology, Inc. Effiicient data representation of teeth model
CN101283378B (en) * 2005-08-22 2011-05-11 皇家飞利浦电子股份有限公司 Triangulation method of a surface of a physical object
EP1881458B1 (en) * 2006-07-21 2011-06-08 Dassault Systèmes Computer-implemented process for creating a parametric surface
US8243066B2 (en) * 2006-12-11 2012-08-14 Richard Garfinkle System and method for model creation and computer animation
US20080162090A1 (en) * 2006-12-27 2008-07-03 Ernest Clay Perry System, methods, and computer readable media, for product design using t-spline deformation
US20080275677A1 (en) * 2007-03-19 2008-11-06 Optimal Solutions Software, Llc System, methods, and computer readable media, for product design using coupled computer aided engineering models
US8310481B2 (en) * 2007-10-12 2012-11-13 Edward Ernest Bailey Computer aided design method for enhancement of local refinement through T-splines
US9336628B2 (en) * 2008-05-08 2016-05-10 United Technologies Corporation Systems and methods involving surface fitting
EP2471046A4 (en) * 2009-08-26 2017-07-26 Sinvent AS Method for local refinement of a geometric or physical representation
US8754884B2 (en) * 2009-09-21 2014-06-17 Xerox Corporation 3D virtual environment for generating variable data images
US8570324B2 (en) * 2009-10-12 2013-10-29 Nvidia Corporation Method for watertight evaluation of an approximate catmull-clark surface
CN102091966A (en) * 2011-01-04 2011-06-15 山东理工大学 Method for generating numerical control machining toolpath through triangular Bezier surface
CN102063546B (en) * 2011-01-04 2012-08-01 山东理工大学 Rapid generating method of numerical control machining cutter rail of product triangular Bezier curved surface model
US9269189B1 (en) * 2012-10-03 2016-02-23 Autodesk, Inc. Conversion of T-spline models to trim-free T-spline models: functional case
US9423261B2 (en) * 2013-02-19 2016-08-23 Here Global B.V. Path curve confidence factors
US10339226B2 (en) 2016-06-08 2019-07-02 Ecole Polytechnique Federale De Lausanne (Epfl) System and method for defining watertight and locally refinable surfaces with interpolatory control points
CN106296824B (en) * 2016-08-18 2019-04-16 北京航空航天大学 A kind of T-mesh local refinement implementation method based on half of data structure
US10891788B2 (en) * 2017-12-13 2021-01-12 Dassault Systemes Simulia Corp. Systems and methods for finite element mesh repair
US11176741B2 (en) * 2018-08-09 2021-11-16 Autodesk, Inc. Techniques for generating stylized quad-meshes from tri-meshes
KR102150758B1 (en) 2018-10-22 2020-09-02 한국과학기술원 Method and Apparatus for Interfacing Skinning Weight of 3D Model Surface for the Rigging of 3D Model
CN110377960B (en) * 2019-06-24 2021-04-16 浙江大学 Construction and storage method of biological tissue non-uniform porous scaffold based on B-sample strip body
EP3783572B1 (en) 2019-08-20 2024-01-10 Technische Universität Darmstadt System and method for defining trimmed spline surfaces with accurate boundary control implemented in a computer system
CN111260724B (en) * 2020-01-07 2023-05-19 中山仰视科技有限公司 Instance segmentation method based on periodic B spline
CN111428416B (en) * 2020-04-20 2023-06-20 苏州科技大学 Finite element modeling method for simulating high-energy beam welding
US11620793B2 (en) 2021-03-25 2023-04-04 Autodesk, Inc. Producing a refined control mesh for generating a smooth surface of an object
CN113591356B (en) * 2021-08-10 2023-10-27 中国科学院大学 Construction method of non-uniform irregular spline basis function retaining sharp features
US20230394768A1 (en) * 2022-06-03 2023-12-07 Ansys, Inc. System and method of generating smooth spline surface model preserving feature of physical object
WO2024015610A1 (en) * 2022-07-15 2024-01-18 nVariate, Inc. Morphing of watertight spline models using manufacturing data, inspection data, and product manufacturing information

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0632043B2 (en) * 1986-06-27 1994-04-27 ソニー株式会社 Shading display method
US5619625A (en) * 1993-05-28 1997-04-08 Ricoh Company, Ltd. Method for interpolating smooth free-form surfaces into curve mesh including composite curves
WO1995006291A1 (en) * 1993-08-27 1995-03-02 Apple Computer, Inc. System and method for generating smooth low degree polynomial spline surfaces over irregular meshes
US6222553B1 (en) 1997-08-04 2001-04-24 Pixar Animation Studios Hybrid subdivision in computer graphics
US6037949A (en) 1997-08-04 2000-03-14 Pixar Animation Studios Texture mapping and other uses of scalar fields on subdivision surfaces in computer graphics and animation
US6389154B1 (en) * 1998-07-15 2002-05-14 Silicon Graphics, Inc. Exact evaluation of subdivision surfaces generalizing box splines at arbitrary parameter values
US6271856B1 (en) * 1998-11-19 2001-08-07 Paraform, Inc. Creating and modifying parameterizations of surfaces
US6256038B1 (en) * 1998-12-10 2001-07-03 The Board Of Trustees Of The Leland Stanford Junior University Parameterized surface fitting technique having independent control of fitting and parameterization
US6263096B1 (en) * 1999-06-23 2001-07-17 The Board Of Trustees Of The University Of Illinois Multilevel domain decomposition method for fast reprojection of images
JP2001216345A (en) * 2000-02-03 2001-08-10 Ricoh Co Ltd Three-dimensional shape processing method and storage medium storing program for implementing same method
US6476804B1 (en) * 2000-07-20 2002-11-05 Sony Corporation System and method for generating computer animated graphical images of an exterior patch surface layer of material stretching over an understructure
US7002570B2 (en) * 2001-03-16 2006-02-21 Mitsubishi Electric Research Laboratories, Inc. System and method for generating adaptively sampled distance fields with bounded distance trees
JP4635392B2 (en) * 2001-08-09 2011-02-23 コニカミノルタホールディングス株式会社 3D object surface shape modeling apparatus and program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
None

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007042114A (en) * 2005-08-04 2007-02-15 Dassault Systemes Process for generating parametric curved surface having required geometrical continuity
JP2007042113A (en) * 2005-08-04 2007-02-15 Dassault Systemes Process for generating isotopologic set of parameterized curved surface from mesh
JP2007265401A (en) * 2006-03-27 2007-10-11 Honda Research Inst Europe Gmbh Evolutionary direct manipulation of free form deformation representation for design optimization
US9196090B2 (en) 2012-05-02 2015-11-24 Dassault Systemes Designing a 3D modeled object
US10255381B2 (en) 2014-12-23 2019-04-09 Dassault Systemes 3D modeled object defined by a grid of control points
US10108752B2 (en) 2015-02-02 2018-10-23 Dassault Systemes Engraving a 2D image on a subdivision surface
US11144679B2 (en) 2015-02-02 2021-10-12 Dassault Systemes Engraving a 2D image on a subdivision surface
US10832471B2 (en) 2017-03-27 2020-11-10 Mitsubishi Electric Research Laboratories, Inc. Fast T-spline fitting system and method
WO2019152027A1 (en) * 2018-01-31 2019-08-08 Hewlett-Packard Development Company, L.P. Determine sample points on slices from nurbs models

Also Published As

Publication number Publication date
US20040189633A1 (en) 2004-09-30
EP1606692A4 (en) 2011-05-04
KR101177131B1 (en) 2012-08-24
WO2004088468A3 (en) 2005-09-29
US7274364B2 (en) 2007-09-25
EP1606692A2 (en) 2005-12-21
CA2517463A1 (en) 2004-10-14
JP2006523891A (en) 2006-10-19
KR20060002856A (en) 2006-01-09
CA2517463C (en) 2012-12-11

Similar Documents

Publication Publication Date Title
US7274364B2 (en) System and method for defining T-spline and T-NURCC surfaces using local refinements
Sederberg et al. T-spline simplification and local refinement
Sederberg et al. T-splines and T-NURCCs
EP1750228B1 (en) Process for creating a parametric surface having a required geometrical continuity
EP1750229B1 (en) Process for creating from a mesh an isotopologic set of parameterized surfaces
US7952575B2 (en) Computer-implemented process and system for creating a parametric surface
CN101114386B (en) Method for creating a parametric surface symmetric with respect to a given symmetry operation
Campen et al. Quad layout embedding via aligned parameterization
EP1840841A1 (en) Evolutionary direct manipulation of free form deformation representations for design optimisation
JP2003505800A (en) Geometric design and modeling system using control geometry
Ma et al. B-spline surface local updating with unorganized points
US20040174362A1 (en) Deformable healer for removing CAD database connectivity gaps from free-form curves and surfaces
Karčiauskas et al. Biquintic G2 surfaces via functionals
JP2003022285A (en) Computer-aided product designing device
Haberleitner et al. Isogeometric segmentation via midpoint subdivision suitable solids
Tsuchie Reconstruction of underlying curves with styling radius corners
Ribó et al. Some algorithms to correct a geometry in order to create a finite element mesh
Tsuchie Reconstruction of adaptive swept surfaces from scanned data for styling design
JPH11195139A (en) Sculptured surface generating device, method therefor and providing medium
DeRose et al. An approximately G1 cubic surface interpolant
Karčiauskas et al. Multi-sided completion of C2 bi-3 and C1 bi-2 splines: A unifying approach
Karciauskas et al. Biquintic G2 surfaces
JP2016207055A (en) Shape deformation device and program for shape deformation
Song et al. Volume completion for trimmed B-reps
Bizzarri et al. A direct and local method for computing polynomial Pythagorean-normal patches with global G1 continuity

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2517463

Country of ref document: CA

REEP Request for entry into the european phase

Ref document number: 2004758398

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2004758398

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 1020057017852

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 2006509347

Country of ref document: JP

WWP Wipo information: published in national office

Ref document number: 2004758398

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1020057017852

Country of ref document: KR