<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JCC</journal-id><journal-title-group><journal-title>Journal of Computer and Communications</journal-title></journal-title-group><issn pub-type="epub">2327-5219</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jcc.2018.612008</article-id><article-id pub-id-type="publisher-id">JCC-89441</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  New Algorithm for Local Shape Preservation T-Spline Surface Skinning
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Wei</surname><given-names>Wang</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Qinhe</surname><given-names>Fan</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Gang</surname><given-names>Zhao</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib></contrib-group><aff id="aff1"><addr-line>School of Mechanical Engineering &amp;amp; Automation, Beihang University, Beijing, China</addr-line></aff><pub-date pub-type="epub"><day>12</day><month>12</month><year>2018</year></pub-date><volume>06</volume><issue>12</issue><fpage>80</fpage><lpage>90</lpage><history><date date-type="received"><day>12,</day>	<month>November</month>	<year>2018</year></date><date date-type="rev-recd"><day>23,</day>	<month>December</month>	<year>2018</year>	</date><date date-type="accepted"><day>26,</day>	<month>December</month>	<year>2018</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  
    Surface skinning is a widely used algorithm in CAD modeling which permits designer to pass surface through several section curves, thus providing modeling process with powerful ability to describe complex shapes and transform the 2D design intention into 3D space. This paper contributes in the combination of T-Spline technology and surface skinning modeling by introducing a new algorithm for local shape preservation T-Spline surface skinning. The examples given in the paper show that this algorithm is effective. 
  
 
</p></abstract><kwd-group><kwd>Surface Skinning</kwd><kwd> T-Spline</kwd><kwd> Shape Preservation</kwd><kwd> Modeling</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>Skinning (or lofting) is a prevailing method in surface generation by passing through a series of curves, wherein the curves are called cross section curves [<xref ref-type="bibr" rid="scirp.89441-ref1">1</xref>]. This method is widely used in the design phase in industries such as ship building, auto production or aircraft manufacturing, for the benefit of precisely controlling of the surface profile. Based on the method of how to fit the cross section curves, the skinning can be classified into interpolation approach and approximation approach. In the existing NURBS based CAD systems, skinning is a basic function for the generative shape design for its flexibility and adaptivity in different situations as well as the ability of precisely representing a variety of shape features. The basic procedure in the skinning algorithm involves the unifying treatment of the cross section curves and the reverse computation of the surface’s control vertices, and the resulting surface is a tensor-product form NURBS surface [<xref ref-type="bibr" rid="scirp.89441-ref2">2</xref>].</p><p>With the emergence of T-Spline technology, which allows non-rectangular topology structure of the surface by introducing the T-junctions [<xref ref-type="bibr" rid="scirp.89441-ref3">3</xref>], superiorities over NURBS such as local refinement, watertight tessellation and more efficient data compression are obvious [<xref ref-type="bibr" rid="scirp.89441-ref4">4</xref>]. Thus the T-Spline is attractive for a substitution of the NURBS. By far T-Spline has been successfully used in the freestyle design software like Rhinocero, which makes full use of the free topology structure of T-Spline and offers much more freedom for the designer to exert their creativity. But in the engineering field where the precision and fidelity are emphasized, T-Spline modeling is still short of mature and complete algorithms. T-Spline skinning will be one of the corner-stones for such new modeling system, and researches on this topic have been unfolded in recent. A. Nasri raised a T-Spline skinning method capable of local refinement, in which intermediate section curves are inserted between cross section curves then the T-Spline topology mesh in parametric domain can be deduced from the knot vectors of both cross section curves and intermediate section curves [<xref ref-type="bibr" rid="scirp.89441-ref5">5</xref>]. By rearranging the coordinates of control vertices, the surface will satisfy the interpolation requirements. While if the neighboring cross section curves have too few common knot values, the intermediate section curves’ shape will differ from that of the cross section curves too much and wiggles then occur frequently. X. Yang et al. explored the T-Spline skinning on an approximation basis [<xref ref-type="bibr" rid="scirp.89441-ref6">6</xref>]. Y. Li et al. improved Nasri’s method and proposed the periodic T-Spline skinning method using a semi-NURBS form [<xref ref-type="bibr" rid="scirp.89441-ref7">7</xref>], in which more common knots of cross section curves can be obtained by knot insertion. Surface wiggles can thus be reduced for the improvement of the intermediate section curves. He also provided a 4-point interpolatory subdivision scheme to alleviate the surface wiggles and improve the surface smoothness. But the wiggle problem still can’t be excluded by these means. So M. Oh et al. offered a new way to generate the intermediate section curves. This method increases the number of intermediate curves, but by exploiting the error between the intermediate section curves and the surface, it can regulate the shape of the surface and obtain comparatively smooth T-Spline skinning surface [<xref ref-type="bibr" rid="scirp.89441-ref8">8</xref>]. This method can solve the wiggle problem in general cases with more computation tradeoff. In this paper, based on the method of M. Oh et al., a new T-Spline skinning algorithm is proposed with less computation cost.</p><p>The paper is structured as follows. In Section 2, preliminaries of T-Spline surface are reviewed. Section 3 is dedicated to the introduction of A. Nasri’s local T-Spline surface skinning with shape preservation method. Section 4 gives the thorough details of M. Oh’s method and introduces this paper’s main contribution for the improvement of this method. Section 5 is about the results and discussion of this paper’s main innovation.</p></sec><sec id="s2"><title>2 Preliminaries of T-Spline Surface</title><p>T-Spline surface is a generalization of NURBS surface with the introduction of T-junctions. By the advantage of T-junctions, the surface is no longer limited to a topology as the tensor-product surface requires, so greatly increases the topology flexibility. In theory, one single T-Spline surface can represent any complex models. To define the T-Spline surface, a T-mesh is firstly used. By mapping this T-mesh into parameter domain, the pre-image of it can be obtained. The T-mesh in physical space and that in parameter domain contain the same topology information of the T-Spline, only in that the T-mesh in physical space contains the geometry information (i.e. the coordinates of control vertices). For convenience in the following the two T-meshes in different spaces will not be differentiated and will be called uniformly as T-mesh. The T-Spline surface’s description is as Equation (2.1).</p><p>P ( s , t ) = ∑ i = 0 n φ r , i V r , i B r , i ( s , t ) ∑ i = 0 n φ r , i B r , i ( s , t ) (2.1)</p><p>In (2.1), each control vertex V r , j corresponds with a weight represented as φ r , j and a blending function B r , j ( s , t ) . In this paper, all the weights are assumed to be 1. The definition for blending function B r , j ( s , t ) is:</p><p>B r , j ( s , t ) = M r ( s ) N j ( t ) (2.2)</p><p>M r ( s ) and N j ( t ) means cubic B-Spline basis functions derived from knot vector [ s r − 2 , s r − 1 , s r , s r + 1 , s r + 2 ] in horizontal direction and [ t j − 2 , t j − 1 , t j , t j + 1 , t j + 2 ] in vertical direction, respectively. The knot vectors can be computed from T-mesh. By knot insertion algorithm the T-Spline blending function can be refined and this procedure is called the local refinement of T-Spline.</p></sec><sec id="s3"><title>3. Local T-Spline Surface Skinning</title><p>A. Nasri raised the local T-Spline surface skinning method [<xref ref-type="bibr" rid="scirp.89441-ref5">5</xref>], which is called local regulatable T-Spline skinning in this paper. Here the local regulatable means the skinning procedure can be solved in local areas, or for each cross section curve, the solution process only refers to the local area about this cross section. If this cross section curve is changed, there’s no need for a global regulation for the T-Spline skinning surface. Two typical phases comprise the local regulatable T-Spline skinning method: 1) the topological mesh generation phase; 2) the geometrical phase. In order to avoid configurations with fewer vertices, A. Nasri use the method of insert additional curve called intermediate section curve in the middle of the two cross section, the details of insert method and topological mesh generation phase can refer to [<xref ref-type="bibr" rid="scirp.89441-ref5">5</xref>]. The details of the geometrical phase are as the following.</p><p>Assuming P ( s , t ) is the T-Spline surface that interpolates curve C r ( t ) , which is an iso-parametric curve on surface and corresponds with the horizontal knot value s r , then</p><p>P ( s r , t ) = C r ( t ) (3.1)</p><p>From the local support property of B-Spline curve, it’s obvious for cubic B-Spline curve that at a certain knot there are at most three basic functions whose value differs 0. As <xref ref-type="fig" rid="fig1">Figure 1</xref> shows, at knot s 6 , only the three functions intersect with the dash line have values not equal 0, and a, b, care used to denote the values of these 3 functions. The local support property of B-Spline curve determines that only part of the curves on surface are referenced when regulating control vertices of one certain cross section curve, which is the source of local refinement.</p><p>So for cross section curve C r ( t ) , equation as (3.2) indicating the relationship of the curve and its equivalent position on the T-Spline surface can be deduced:</p><p>C r ( t ) = ∑ j ∈ I r V j N ^ j ( t ) = P ( s r , t ) = ∑ j ∈ I r l X r − 1 , j B r − 1 , j ( t ) + ∑ j ∈ I r W r , j B r , j ( t ) + ∑ j ∈ I r l Y r + 1 , j B r + 1 , j ( t ) = a ∑ j ∈ I r l X r − 1 , j N j r l ( t ) + b ∑ j ∈ I r W r , j N j ( t ) + c ∑ j ∈ I r l Y r + 1 , j N j r r ( t ) (3.2)</p><p>In (3.2), W r , j denotes the control vertices after regulation, I r , I r r denote the control vertices’ subscript index set of left intermediate section curve, cross section curve and right intermediate section curve. In this method, one prerequisite is I r l ⊆ I r , I r r ⊆ I r , which means the cross section curve C r ( t ) has more knots than both the left and right intermediate section curves, for this guarantees that the basic functions of these two intermediate section curves can be expressed as the linear combination of C r ( t ) ’s basis functions thus Equation (3.2) is solvable [<xref ref-type="bibr" rid="scirp.89441-ref5">5</xref>]. If the two intermediate section curves on the left and right have the same knot vector as the section curve, then the basic functions N j r l ( t ) , N j r r ( t ) and N j ( t ) are coincident, under which (3.3) can be simplified as a linear equation in (3.3):</p><p>V j = a X j + b W j + c Y j ( j ∈ I r ) (3.3)</p><p>For the situation that the intermediate section curves and the cross section curve have different knot vector, knot insertion in [<xref ref-type="bibr" rid="scirp.89441-ref6">6</xref>] can be used to express the N j r l ( t ) and N j r r ( t ) as the linear combination of N j ( t ) . Then Equation (3.4) can be given.</p><p>V j = a X j ' + b W j ' + c Y j ' ( j ∈ I r ) (3.4)</p><p>Here X j ' and Y j ' are the new control vertices of intermediate curves computed by knot insertion. By the solution of Equations (3.3) and (3.4), the surface’s new control vertices can be obtained which can define the T-Spline surface interpolating the given cross section curves.</p>Drawback of Local T-Spline Skinning<p>Obviously in the scheme given above that the intermediate section curves’ control vertices play an important role in T-Spline surface modeling. A. Nasri [<xref ref-type="bibr" rid="scirp.89441-ref5">5</xref>] gave a method to generate the intermediate section curves by cross section curves. But this method has its defects: usually the number of control vertices of the intermediate section curves is not enough to embody the surface’s shape feature between section curves, resulting in wiggles on the final surface, which are difficult to eliminate just by regulating the surface’s control vertices. As the case shown in <xref ref-type="fig" rid="fig2">Figure 2</xref>, dramatic wiggles appear on the skinning surface and the shape of the final surface is far from that of the designer’s expectation [<xref ref-type="bibr" rid="scirp.89441-ref8">8</xref>].</p></sec><sec id="s4"><title>4. Shape Preservation Local T-Spline Surface Skinning</title><sec id="s4_1"><title>4.1. Key Points of Shape Preservation</title><p>Focus on the existing problem in the above method, M. Oh et al. raised local T-Spline skinning method capable of shape preservation [<xref ref-type="bibr" rid="scirp.89441-ref8">8</xref>]. The key points of this method rely in that for each cross section curve, add one more intermediate section curve on both its left and right. The knot vector of the intermediate section curves is the same as that of the cross section curve. In <xref ref-type="fig" rid="fig3">Figure 3</xref> one example of the T-mesh capable of shape preservation is demonstrated. In this T-mesh, the blue knot vectors are those of cross section curves, and red ones are of intermediate section curves.</p><p>The introduction of two intermediate section curves makes it easier to control the T-Spline surface’s shape around the cross section curve. The positions of intermediate section curves’ control vertices are still very important, and in this method they can be regulated locally to achieve the wanted smoothness of T-Spline skinning surface. Compared with A. Nasri’s work, this method is superior in the follows: 1) The shape of the T-Spline surface around cross section curves are easier to control. More knots mean more degrees of freedom, and more flexibility for surface morphing. 2) The surface can keep the shape of cross section curves effectively. The information of intermediate section curves reflects the shape variation tendency of the surface between two cross section curves. 3) Easy implementation of the control vertices’ regulation algorithms. For intermediate section curves exist on both the left and right of the cross section curve, and the knot vector of the intermediate section curve is the same as the cross section curve’s, only the linear equation as (3.3) is enough for the problem solving.</p></sec><sec id="s4_2"><title>4.2. The Generation of Intermediate Section Curves and the Shape Keeping</title><p>How to generate the intermediate section curves is the most important mission in the local T-Spline surface skinning capable of shape preservation. M. Oh raised an intermediate section curve generation algorithm based on linear interpolation [<xref ref-type="bibr" rid="scirp.89441-ref8">8</xref>]. The main point of this algorithm can be illustrated in <xref ref-type="fig" rid="fig4">Figure 4</xref>. The first step is to calculate sample points on cross section curve in the direction of parameter t, i.e. calculate the coordinates of a series of points on cross section curve with given knots. The knots can be given evenly, and more sample points can be obtained with less knot interval. Then linearly interpolating these sample points in the direction of s parameter to calculate more points as the points on intermediate section curves. At last, fit these points to obtain the control vertices of the intermediate section curves.</p><p>On general occasions the above method can have satisfying results. But wiggles can also occur on some occasions, for the control vertices of intermediate section curves calculated by reverse algorithm may not reflect the coordinates of the cross section curves’ control vertices properly, thus the surface will be stretched for some degree in these areas and leads to wiggles.</p><p>As in <xref ref-type="fig" rid="fig4">Figure 4</xref>, considerate distances between V r , j and V r , j ' may appear and this will result in the situation in <xref ref-type="fig" rid="fig5">Figure 5</xref>, i.e. severe wiggles appear in surface’s locals. To alleviate this phenomenon, M. Oh raised an algorithm of iterative reverse calculation [<xref ref-type="bibr" rid="scirp.89441-ref8">8</xref>], which will compute the distance between surface and intermediate section curve and by regulating the control vertices’ coordinates to minimize the wiggles. This method can derive good results but when the wiggles are heavy the iteration and regulation will increase the computation work needed for surface skinning.</p><p>Aiming to further improve the above method, a new algorithm for shape preservation T-Spline skinning surface is proposed below, which simplifies the generation of intermediate section curves, and at the same time minimizes the wiggles. Usually no iteration and reverse computation work is needed and if on some occasions is in need, the workload is lighter compared with the existing method.</p><p>As in <xref ref-type="fig" rid="fig6">Figure 6</xref>, C r and C r + 1 are two cross section curves, of which the control vertices are denoted as V r , i ( i = 0 , 1 , ... , 5 ) and V r , j ( j = 0 , 1 , ... , 6 ) . In order to insert the left intermediate section curve I r + 1 1 (The green curve in the figure is intermediate section curve, wherein the superscript 1 denotes the left intermediate section curve and 2 denotes right one, the subscript r + 1 means that this intermediate section curve corresponds with the ( r + 1 ) th cross section curve), sample points on curve C r are firstly computed, then these points are used to fit a curve, of which the number of control vertices are the same as that of the curve C r + 1 , and obtaining control vertices V r , j ' ( j = 0 , 1 , ... , 6 ) . The intermediate section curve’s control points can be computed by the linear interpolation of V r , j ' and V r + 1 , j . At last, the knot vector of intermediate cure is required to be the same as that of C r + 1 , then the left intermediate section curve C r + 1 is achieved.</p><p>So the equation for determining the above intermediate curve’s control vertices is in (4.1), wherein V r + 1 , j 1 denote the control vertices of I r + 1 1 , c 1 and c 2</p><p>are coefficients. c 1 = 1 3 and c 2 = 2 3 can be used for equidistance interpolation.</p><p>V r + 1 , j 1 = c 1 V r , j ' + c 2 V r + 1 , j ( j = 0 , 1 , ... , 6 ) (4.1)</p><p>In the same way, <xref ref-type="fig" rid="fig7">Figure 7</xref> demonstrates the process of inserting I r 2 as C r ’s right intermediate curve. The first step is to compute the sample points on curve C r + 1 , then fitting these sample points, on condition that the number of fitting curve’s control vertices is the same as that of C r , at last compute intermediate section curve I r 2 ’s control vertices by linearly interpolation of fitting curve’s control vertices V r + 1 , i ' and C r ’s control vertices V r , i . The knot vector of intermediate section curve is the same as curve C r .</p><p>Repeat the above operation on all the cross section curves then all the curves needed for T-mesh generation are obtained. Using this method to compute the intermediate section curves can keep the shape trend of cross section curves’ control vertices, thus reducing the wiggles in M. Oh’s method and reflect the cross section curves’ shape in the final surface. It is noticed that M. Oh’s method on <xref ref-type="fig" rid="fig8">Figure 8</xref> doesn’t perform the algorithm in reference [<xref ref-type="bibr" rid="scirp.89441-ref8">8</xref>].</p></sec></sec><sec id="s5"><title>5. Results &amp; Discussion</title><p>Several examples are given below to show the effectiveness of the shape preservation local T-Spline skinning method proposed in this paper (<xref ref-type="fig" rid="fig9">Figure 9</xref> and <xref ref-type="fig" rid="fig1">Figure 1</xref>0).</p><p>In this paper, a new algorithm for shape preservation local T-Spline skinning is given. In this algorithm, new intermediate section curves are to be inserted between cross section curves. By sampling points on the cross section curves, and use them to reverse compute control vertices, the intermediate section curves’ control vertices can be obtained by linear interpolating these control vertices, and their knot vectors are the same with the corresponding section curves. An error decided by the fitting algorithm will be introduced in the process of control vertices’ reverse computation. The advantage of this algorithm exists in that it sharply minimizes the possibility of the wiggles and its computation workload is light. And comparing with the method of A. Nasri [<xref ref-type="bibr" rid="scirp.89441-ref5">5</xref>], this method increases the number of control vertices.</p><p>Considering the traditional NURBS skinning, wherein the number of cross section curves is k, and each curve includes n control vertices averagely, the surface’s total number of control vertices can be as high as O ( k 2 n ) , the method in</p><p>this paper can result in a T-Spline skinning surface of which the number of control vertices is O ( 3 k n ) [<xref ref-type="bibr" rid="scirp.89441-ref2">2</xref>]. Usually the number of cross section curves are over 3, so even the algorithm here increases the number of control vertices than A. Nasri’s method, it’s still less than in the traditional NURBS skinning. And the newly increased control vertices firmly decrease the surface wiggles as well as provide more flexibility in the surface representation. Also the computation workload is decreased in this method, and no knot insertion is needed for the surface smoothing.</p><p>In future work, more cases will be tested, and if for some occasions the smoothness cannot be satisfying, maybe special work for surface smoothing will be combined with this method to improve its adaptability.</p></sec><sec id="s6"><title>Acknowledgements</title><p>The authors would like to acknowledge the support by the Natural Science Foundation of China (Project No.61572056).</p></sec><sec id="s7"><title>Conflicts of Interest</title><p>The authors declare no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s8"><title>Cite this paper</title><p>Wang, W., Fan, Q.H. and Zhao, G. (2018) New Algorithm for Local Shape Preservation T-Spline Surface Skinning. Journal of Computer and Communications, 6, 80-90. https://doi.org/10.4236/jcc.2018.612008</p></sec></body><back><ref-list><title>References</title><ref id="scirp.89441-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Piegl, L. and Tiller, W. (2010) The NURBS Book. Tsinghua University Press, Beijing.</mixed-citation></ref><ref id="scirp.89441-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Piegl, L.A. and Tiller, W. (2002) Surface Skinning Revisited. Visual Computer, 18, 273-283. https://link.springer.com/article/10.1007/s003710100156  
https://doi.org/10.1007/s003710100156</mixed-citation></ref><ref id="scirp.89441-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Sederberg, T.W., Zheng, J., Bakenov, A., et al. (2003) T-Splines and T-NURCCs. ACM Transactions on Graphics, 22, 477-484.  
https://www.researchgate.net/publication/234827617_T-splines_and_T-NURCCs  
https://doi.org/10.1145/882262.882295</mixed-citation></ref><ref id="scirp.89441-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Sederberg, T.W., Cardon, D.L., Finnigan, G.T., et al. (2004) T-Spline Simplification and Local Refinement. ACM Transactions on Graphics, 23, 276-283.  
https://www.researchgate.net/publication/234780696_T-spline_simplification_and_local_refinement  
https://doi.org/10.1145/1015706.1015715</mixed-citation></ref><ref id="scirp.89441-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Nasri, A. (2012) Local T-Spline Surface Skinning. Visual Computer, 28, 787-797.  
https://link.springer.com/article/10.1007/s00371-012-0692-1  
https://doi.org/10.1007/s00371-012-0692-1</mixed-citation></ref><ref id="scirp.89441-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Yang, X. and Zheng, J. (2012) Approximate T-Spline Surface Skinning. Computer-Aided Design, 44, 1269-1276. https://doi.org/10.1016/j.cad.2012.07.003 
https://www.researchgate.net/publication/256688182_Approximate_T-spline_surface_skinning?ev=prf_high</mixed-citation></ref><ref id="scirp.89441-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Li, Y., Chen, W., Cai, Y., et al. (2015) Surface Skinning Using Periodic T-Spline in Semi-NURBS Form. Journal of Computational and Applied Mathematics, 273, 116-131. https://doi.org/10.1016/j.cam.2014.05.026 
https://www.researchgate.net/publication/264913022_Surface_skinning_using_periodic_T-spline_in_semi-NURBS_form</mixed-citation></ref><ref id="scirp.89441-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Oh, M.J., Roh, M.I. and Kim, T.W. (2018) Local T-Spline Surface Skinning with Shape Preservation. Computer-Aided Design.  
https://www.researchgate.net/publication/325065815_Local_T-spline_surface_skinning_with_shape_preservation</mixed-citation></ref></ref-list></back></article>