A Sufficient Convexity Condition for Parametric Bézier Surface over Rectangle

Abstract

Surface convexity is a key issue in computer aided geometric design, which is widely applied in geometric modeling field, such as physical models, industrial design, automatic manufacturing, etc. In this paper, a sufficient convexity condition of the parametric Bézier surface over rectangles is proposed, which is firstly considered as a sufficient convexity condition for the Bézier control grid. The condition is proved by De Casteljau surface subdivision arithmetic, in which the recursive expressions elaborate that the control grid eventually converges to the surface. At last, two examples for the modeling of interpolation-type surface are discussed, one of which is a general surface and the other is a degenerate surface.

Share and Cite:

Hao, S. and Dong, X.H. (2020) A Sufficient Convexity Condition for Parametric Bézier Surface over Rectangle. American Journal of Computational Mathematics, 10, 252-265. doi: 10.4236/ajcm.2020.102013.

1. Introduction

Surface construction or design is one of the most concerned issues in computer aided geometric design (CAGD) [1]. Parametric surface provides flexible control over surface parameters and shapes, which is widely used in surface modeling fields [2] [3] [4]. The Bézier curve and surface expressions were proposed and developed by P. Bézier and P. De Casteljau in the middle of 20th century [5]. Its parametric representation is free of dependence on coordinates, which brings great convenience to designers. It has become the main tool for describing shape information in surface engineering technology [6].

In the study of surface design, convexity is an important surface property in the process of surface constructions [7] [8] [9]. In the field of material or mechanical engineering, surface convexity has significant application in free surface modeling, such as vehicle body surface design and testing, physical geometry construction [7], etc. For example, in the metal plasticity theory, the yield surface in stress space is required to obey Drucker postulate, which means it should be convex [10]. For Bézier surface, many scholars have given convexity conditions about various surface forms, including the parametric or nonparametric Bézier surface patches. Several convexity conditions of the surfaces over triangles have been established, especially the non-parametric triangular Bézier surfaces [11] [12] [13]. On the other hand, the convexity of tensor-product Bézier surfaces over rectangles is relatively more difficult to guarantee [14]. There are two main types of conditions. One is based on the real function, and it needs to ensure the semi-definiteness of the Hessian matrix corresponding to the function. M. Floater [15], W. Dahmen [16], Y. Ding [17] proposed convexity conditions based on this theory. For example, the necessary and sufficient conditions for a m × n Bézier surface (the corresponding control vertex is denoted as p i , j ) proposed by M. Floater to be convex are:

{ a i , j 0 , i = 0 , , m 2 ; j = 0 , , n , c i , j 0 , i = 0 , , m ; j = 0 , , n 2 , a i , j + l + s c i + k + r , j b i + k , j + l 2 , i = 0 , , m 2 ; j = 0 , , n 2 (1)

where

{ a i , j = m ( m 1 ) ( p i , j 2 p i + 1 , j + p i + 2 , j ) b i , j = m n ( p i , j p i + 1 , j p i , j + 1 + p i + 1 , j + 1 ) c i , j = n ( n 1 ) ( p i , j 2 p i , j + 1 + p i , j + 2 )

The other is based on the vector function, which is achieved by ensuring that the full curvature of every point on the surface is greater than zero. G. Koras [18] derived necessary and sufficient convexity conditions based on B-spline surface. J. Yao [19] proposed simplified convexity conditions and discussed the relationship between surface convexity and control grid convexity. Most of the proposed conditions are inconvenient or limitative for applying.

In this paper, based on a convexity condition of Bézier grid proposed by J. Yao [19], we prove that it happens to be a sufficient convexity condition of the Bézier surface. The subdivision of the Bézier surface is used to explain how the control grid converges to the surface. The second section shows some preliminary knowledge. The third section gives proof of the convexity condition, and the fourth section presents two application examples for surface modeling.

2. Theoretic Basis

2.1. Bézier Curves and Surfaces

The parametric Bézier curve and surface can be expressed as Equation (2) and Equation (3) respectively,

p ( t ) = i = 0 n b i B i , n ( t ) , 0 t 1 (2)

r ( u , v ) = i = 0 m j = 0 n b i , j B i , m ( u ) B j , n ( v ) , 0 u , v 1 (3)

where B i , m ( t ) = C m i t i ( 1 t ) m i , i = 0 , 1 , , m , j = 0 , 1 , , n , C m i = m ! i ! ( m i ) ! . t, u and v are inner variables, and b i are vertex vectors.

2.2. De Casteljau Subdivision Arithmetic [20]

De Casteljau subdivision algorithm is constructed from a control polygon or grid, inserting new vertices according to certain subdivision rules, and connecting these new vertices to obtain new control polygons or control grids. The new control polygon or grid obtained from once subdivision process is used as the initial control geometry, and repeat the subdivision process above. Finally, the control polygons or grids generated by recursive subdivision converge to the curve or surface corresponding to the initial control polygon or grid.

For Bézier curves, the arithmetic is expressed as,

b j k = { b j , k = 0 ( 1 t ) b j k 1 + t b j + 1 k 1 , k = 1 , 2 , , n , j = 0 , 1 , , n k (4)

where 0 t 1 and b j k are middle control points. Take n = 3 , t = 0.5 as an example, two new control polygons are expressed as { b 0 k } and { b k 3 k } respectively and the subdivision process can be shown as Figure 1.

Similarly, for Bézier surface, the corresponding subdivision (dichotomy) arithmetic is expressed as,

b i , j k = { b i , j , k = 0 ( 1 t ) b i , j k 1 + t b i , j + 1 k 1 , k = 1 , 2 , , n , i = 0 , 1 , , n ; j = 0 , 1 , , n k (5)

where 0 t 1 and b i , j k are middle control points. Take m = n = 3 , t = 0.5 as an example, two new control grids are expressed as { b i , 0 k } and { b i , 3 k k } respectively and the subdivision process can be shown as Figure 2.

2.3. Convexity Condition for Bézier Grid

Lemma [19] For a m × n Bézier grid, if the control vertices satisfy the following conditions:

{ ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 2 , 0 b s , t ) 0 ( 0 ) ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 0 , 2 b α , β ) 0 ( 0 ) (6)

Figure 1. A Third-order Bézier curve and its middle control vertices after once subdivision by De Casteljau arithmetic.

Figure 2. A 3 × 3 Bézier surface and its middle control vertices after once equant subdivision along v direction by De Casteljau arithmetic.

i = 0 , 1 , , m 1 ; j , t = 0 , 1 , , n ; p , α = 0 , 1 , , m ;

q = 0 , 1 , , n 1 ; s = 0 , 1 , , m 2 ; β = 0 , 1 , , n 2

then the Bézier grid is downward (upward) convex.

In this expression, Δ 1 , 0 b i , j , Δ 0 , 1 b i , j and Δ 2 , 0 b i , j , Δ 0 , 2 b i , j represent the first-order difference and second-order difference of the control grid, respectively. It reflects the positive and negative consistency of all possible mixed products with two first-order differences and one second-order difference. In fact, the necessary and sufficient conditions of the convex Bézier surface proposed by Floater [15] and Koras [18] include three inequalities, and Equation (6) essentially corresponds to the first two inequalities in the necessary and sufficient conditions (Equation (1)). The following is Yao’s proof of the lemma.

Definition [19] For a m × n Bézier grid, if the control vertices satisfy the following conditions:

{ l i , j ( b i + k 1 , j b i , j ) 0 ( 0 ) l i , j ( b i , j + k 2 b i , j ) 0 ( 0 ) (7)

where

l i , j = Δ 1 , 0 b i , j + k 2 × Δ 0 , 1 b i + k 1 , j ,

i = 0 , 1 , , m ; j = 0 , 1 , , n ; k 1 = 1 , 2 , , m i ; k 2 = 1 , 2 , , n j ,

then the Bézier grid is downward (upward) convex.

Proof. [19] If the vertices of the Bézier grid satisfy the Equation (6), it can be deduced that

{ ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 2 , 0 b i + p , j ) 0 ( 0 ) ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 0 , 2 b i , j + q ) 0 ( ≤ 0 )

i = 0 , 1 , , m i 2 ; j = 0 , 1 , , n j 2.

Then,

{ ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 1 , 0 b i + p + 1 , j Δ 1 , 0 b i + p , j ) 0 ( 0 ) ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 0 , 1 b i , j + q + 1 Δ 0 , 1 b i , j + q ) 0 ( ≤ 0 )

Then,

{ ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , r = 1 k 1 p = 0 r 2 ( Δ 1 , 0 b i + p + 1 , j Δ 1 , 0 b i + p , j ) ) 0 ( 0 ) ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , r = 1 k 2 q = 0 r 2 ( Δ 0 , 1 b i , j + q + 1 Δ 0 , 1 b i , j + q ) ) 0 ( ≤ 0 )

k 1 = 1 , 2 , , m i ; k 2 = 1 , 2 , , n j .

Then,

{ ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , b i + k 1 , j b i , j ) 0 ( 0 ) ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , b k , j + k 2 b i , j ) 0 ( ≤ 0 )

and it leads to Equation (7).

3. Proof of the Convexity Conditions for Bézier Surface

Generally, the Bézier grid convexity does not necessarily lead to the Bézier surface convexity and vice versa. W. Dahmen [16] proposed that if the Bézier control grid is a piecewise bilinear surface that interpolates control vertices, the convex control grid can lead to a convex surface, which is also called a translational surface. In fact, the control grid corresponding to translational surface is not only bilinear but also linear in each patch [15], i.e., the control grid is composed of parallelograms [16]. Yao showed the necessary and sufficient conditions for a Bézier control grid to be convex:

{ ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 2 , 0 b s , t ) 0 ( 0 ) ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 0 , 2 b α , β ) 0 ( 0 ) ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 0 , 2 b γ , δ ) = 0

This condition is a further limitation on Equation (6), so that the shape of the control mesh is limited to parallelograms, which rules out the vast majority of surfaces [15].

Base on the theory in section 2.2, we propose a new idea that if the convex grid which is defined by a certain convexity condition can keep the convexity in the process of subdivision, the new convex grids would converge to the convex points forming the surface. The convex condition for Bézier grid proposed by J. Yao [19] is a sufficient condition and it can be proved keeping convex in the process of surface subdivision by De Casteljau arithmetic. In this proof, take m = n , t = 0.5 and the sub-grid { b i , 0 k } as an example, give once subdivision process and derive related differential expressions.

Definition.

{ b i + 1 , 0 k b i , 0 k Δ 1 , 0 b i , 0 k b i , 0 k + 1 b i , 0 k Δ 0 , 1 b i , 0 k Δ 1 , 0 b i + 1 , 0 k Δ 1 , 0 b i , 0 k Δ 2 , 0 b i , 0 k Δ 0 , 1 b i , 0 k + 1 Δ 0 , 1 b i , 0 k Δ 0 , 2 b i , 0 k (8)

Proof.

1) When k = 0 ,

Δ 1 , 0 b i , 0 k = b i + 1 , 0 0 b i , 0 0 = Δ 1 , 0 b i , 0

Δ 0 , 1 b i , 0 k = b i , 0 1 b i , 0 0 = 1 / 2 ( b i , 0 + b i , 1 ) b i , 0 = 1 / 2 Δ 0 , 1 b i , 0

Δ 2 , 0 b i , 0 k = Δ 1 , 0 b i + 1 , 0 Δ 1 , 0 b i , 0 = Δ 2 , 0 b i , 0

Δ 0 , 2 b i , 0 k = Δ 0 , 1 b i , 0 1 Δ 0 , 1 b i , 0 0 = 1 / 2 ( Δ 0 , 1 b i , 0 0 + Δ 0 , 1 b i , 1 0 ) Δ 0 , 1 b i , 0 0 = 1 / 4 Δ 0 , 2 b i , 0

2) when k = 1 , 2 , , n ,

Δ 1 , 0 b i , 0 k = 1 / 2 ( b i + 1 , 0 k 1 + b i + 1 , 1 k 1 ) 1 / 2 ( b i , 0 k 1 + b i , 1 k 1 ) = 1 / 2 ( Δ 1 , 0 b i , 0 k 1 + Δ 1 , 0 b i , 1 k 1 ) = k = 0 k C k k 2 k Δ 1 , 0 b i , k

Δ 0 , 1 b i , 0 k = 1 2 ( b i , 0 k + b i , 1 k ) 1 / 2 ( b i , 0 k 1 + b i , 1 k 1 ) = 1 / 2 ( Δ 0 , 1 b i , 0 k 1 + Δ 0 , 1 b i , 1 k 1 ) = k = 0 k C k k 2 k + 1 Δ 0 , 1 b i , k

Δ 2 , 0 b i , 0 k = 1 / 2 ( Δ 1 , 0 b i + 1 , 0 k 1 + Δ 1 , 0 b i + 1 , 1 k 1 ) 1 / 2 ( Δ 1 , 0 b i , 0 k 1 + Δ 1 , 0 b i , 1 k 1 ) = 1 / 2 ( Δ 2 , 0 b i , 0 k 1 + Δ 2 , 0 b i , 1 k 1 ) = k = 0 k C k k 2 k Δ 2 , 0 b i , k

Δ 0 , 2 b i , 0 k = 1 2 ( Δ 0 , 1 b i , 0 k + Δ 1 , 0 b i , 1 k ) 1 / 2 ( Δ 0 , 1 b i , 0 k 1 + Δ 0 , 1 b i , 1 k 1 ) = 1 / 2 ( Δ 0 , 2 b i , 0 k 1 + Δ 0 , 2 b i , 1 k 1 ) = k = 0 k C k k 2 k + 2 Δ 0 , 2 b i , k

where C k k = k ! k ! ( k k ) ! . In summary,

Δ 1 , 0 b i , 0 k = k = 0 k C k k 2 k Δ 1 , 0 b i , k , k = 0 , 1 , , n ; i = 0 , 1 , , n 1 (9)

Δ 0 , 1 b i , 0 k = k = 0 k C k k 2 k + 1 Δ 0 , 1 b i , k , k = 0 , 1 , , n 1 ; i = 0 , 1 , , n (10)

Δ 2 , 0 b i , 0 k = k = 0 k C k k 2 k Δ 2 , 0 b i , k , k = 0 , 1 , , n ; i = 0 , 1 , , n 2 (11)

Δ 0 , 2 b i , 0 k = k = 0 k C k k 2 k + 2 Δ 0 , 2 b i , k , k = 0 , 1 , , n 2 ; i = 0 , 1 , , n (12)

As a result,

{ ( Δ 1 , 0 b i 1 , 0 k 1 , Δ 0 , 1 b i 2 , 0 k 2 , Δ 2 , 0 b i 3 , 0 k 3 ) = k 1 , k 2 , k 3 φ 1 ( Δ 1 , 0 b i 1 , k 1 , Δ 0 , 1 b i 2 , k 2 , Δ 2 , 0 b i 3 , k 3 ) ( Δ 1 , 0 b i 1 , 0 k 1 , Δ 0 , 1 b i 2 , 0 k 2 , Δ 0 , 2 b i 4 , 0 k 4 ) = k 1 , k 2 , k 4 φ 2 ( Δ 1 , 0 b i 1 , k 1 , Δ 0 , 1 b i 2 , k 2 , Δ 0 , 2 b i 4 , k 4 ) (13)

i 2 , i 4 , k 1 , k 3 = 0 , 1 , , n ; i 1 , k 2 = 0 , 1 , , n 1 ; i 3 , k 4 = 0 , 1 , , n 2

where φ 1 = C k 1 k 1 C k 2 k 2 C k 3 k 3 / 2 k 1 + k 2 + k 3 + 1 , φ 2 = C k 1 k 1 C k 2 k 2 C k 4 k 4 / 2 k 1 + k 2 + k 4 + 2 and all of them are positive.

Consequently, combined with Equation (6), it concludes as,

{ ( Δ 1 , 0 b i 1 , 0 k 1 , Δ 0 , 1 b i 2 , 0 k 2 , Δ 2 , 0 b i 3 , 0 k 3 ) 0 ( 0 ) ( Δ 1 , 0 b i 1 , 0 k 1 , Δ 0 , 1 b i 2 , 0 k 2 , Δ 0 , 2 b i 4 , 0 k 4 ) 0 ( 0 ) (14)

It is proved that the sub-grid with control vertices of { b i , 0 k } is convex, so in any subdivision process, the new control sub-grids obtained are convex. This proof shows that for a Béziergrid that satisfies the convexity condition (Equation (6)), the corresponding surface is also convex.

4. Applications

The new sufficient convexity condition can be used to determine the convexity of a given Bézier patch, which is available for the modeling of interpolation-type surface. For a rectangular patch, four corner vertices are interpolation nodes, and both coordinates and corresponding normal can contribute to construct the control grid. Specifically, the coordinate of interpolation node represents the position data of the test point, and the cross-product of two vectors formed by the interpolation node and two other nodes connected thereto represents the normal vector at the interpolation point.

4.1. Example 1

For a 2 × 2 Bézier patch (see Figure 3), the external control vertices have been given by experimental data, and only the internal vertex b 1 , 1 is unknown. Specifically, four corner vertices b 0 , 0 , b 0 , 2 , b 2 , 0 and b 2 , 2 represent the experimental points and they are on the surface; b 0 , 1 , b 1 , 0 , b 2 , 1 and b 1 , 2 are determined by the normal data of these corner vertices, and they are not on the surface. If these mixed products unrelated to b 1 , 1 have satisfied the convexity condition, b 1 , 1 is the only point to determine the shape of the surface patch. Therefore, the difference terms associated with b 1 , 1 need to be substituted into the convexity formulas to determine the values of the mixed product as shown below:

(a) (b)

Figure 3. Diagrams for (a) 2 × 2 Bézier surface patch with control grid, and (b) 2 × 2 Bézier control grid.

{ ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 2 , 0 b 0 , 1 ) ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 0 , 2 b 1 , 0 ) ( Δ 1 , 0 b i , 1 , Δ 0 , 1 b p , q , Δ 2 , 0 b s , t ) ( Δ 1 , 0 b i , j , Δ 0 , 1 b 1 , q , Δ 0 , 2 b α , β ) (15)

i , q = 0 , 1 ; j , t , p , α = 0 , 1 , 2 ; s , β = 0

For example, the control grid of a Bézier patch is represented as

b i , j = ( ( 0 , 0 , 0 ) ( 0 , 1 , 1 ) ( 0 , 2 , 0 ) ( 1 , 0 , 1 ) b 1 , 1 ( 1 , 2 , 1 ) ( 2 , 0 , 0 ) ( 2 , 1 , 1 ) ( 2 , 2 , 0 ) ) ,

where b 1 , 1 = ( x , y , z ) .

Then,

Δ 1 , 0 b i , j = [ ( 1 , 0 , 1 ) ( x , y 1 , z 1 ) ( 1 , 0 , 1 ) ( 1 , 0 , 1 ) ( 2 x , 1 y , 1 z ) ( 1 , 0 , 1 ) ]

Δ 0 , 1 b i , j = [ ( 0 , 1 , 1 ) ( 0 , 1 , 1 ) ( x 1 , y , z 1 ) ( 1 x , 2 y , 1 z ) ( 0 , 1 , 1 ) ( 0 , 1 , 1 ) ]

Δ 2 , 0 b i , j = [ ( 0 , 0 , 2 ) ( 2 2 x , 2 2 y , 2 2 z ) ( 0 , 0 , 2 ) ]

Δ 0 , 2 b i , j = [ ( 0 , 0 2 ) ( 2 2 x , 2 2 y , 2 2 z ) ( 0 , 0 , 2 ) ]

Suppose there are two alternatives for b 1 , 1 , one is ( 1 , 1 , 2 ) , and the other is ( 1 , 1 , 0 ) . For b i , j = ( 1 , 1 , 2 ) ,

{ ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 2 , 0 b s , t ) = 2 0 ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 0 , 2 b α , β ) = 2 0

So, it satisfies the convexity condition. For b i , j = ( 1 , 1 , 0 ) ,

{ ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 2 , 0 b s , t ) = { 2 , 2 } ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 0 , 2 b α , β ) = { 2 , 2 }

Therefore, it does not satisfy the convexity condition.

4.2. Example 2

In some cases, a degenerate surface may be used to construct a surface with poles or sharp points, such as quasi-ellipsoid or quasi-cone, which causes the vertices of Bézier patch on one edge converging to a point. In this case, the number of interpolation nodes becomes three. As shown in Figure 4, a 3 × 3 planar Béziergrid is constructed, of which the control grid is composed of plane polygons, i.e., first row of triangles, second row of trapezoids and third row of rectangles.

Denote A D = h 1 , A F = h 2 , D B = F C = v , B E = h 3 and E C = h 4 , take A 1 D = a 1 h 1 , A 2 F = a 1 h 2 , D B 2 = F C 2 = a 2 v , B 1 E = a 3 h 3 and E C 1 = a 3 h 4 , where 0 a i 1 .

Denote 1 j a i a i j . Obviously, a i , a i 1 0 . Then, the matrixes composed of the differential vectors can be expressed as:

Δ 1 , 0 b i , j = [ a 1 1 h 1 a 1 1 ( h 1 + a 3 1 h 3 ) a 1 1 ( h 2 a 4 1 h 4 ) a 1 1 h 2 a 2 v + a 1 h 1 a 2 v + a 1 ( h 1 + a 3 1 h 3 ) a 2 v + a 1 ( h 2 a 4 1 h 4 ) a 2 v + a 1 h 2 a 2 1 v a 2 1 v a 2 1 v a 2 1 v ]

Δ 0 , 1 b i , j = [ 0 0 0 a 1 1 a 3 1 h 3 a 1 1 ( a 3 h 3 + a 4 h 4 ) a 1 1 a 4 1 h 4 a 3 1 h 3 a 3 h 3 + a 4 h 4 a 4 1 h 4 a 3 1 h 3 a 3 h 3 + a 4 h 4 a 4 1 h 4 ]

Δ 2 , 0 b i , j = [ a 2 v a 1 2 h 1 a 2 v a 1 2 ( h 1 + a 3 1 h 3 ) a 2 v a 1 2 ( h 2 a 4 1 h 4 ) a 2 v a 1 2 h 2 a 2 2 v a 1 h 1 a 2 2 v a 1 ( h 1 + a 3 1 h 3 ) a 2 2 v a 1 ( h 2 a 4 1 h 4 ) a 2 2 v a 1 h 2 ]

Δ 0 , 2 b i , j = [ 0 0 a 1 1 ( a 4 h 4 a 3 2 h 3 ) a 1 1 ( a 4 2 h 4 a 3 h 3 ) a 4 h 4 a 3 2 h 3 a 4 2 h 4 a 3 h 3 a 4 h 4 a 3 2 h 3 a 4 2 h 4 a 3 h 3 ]

Then,

Δ 1 , 0 b i , j × Δ 0 , 1 b p , q = λ l 1 ( h m × h n ) + λ l 2 ( v × h n ) , m = 1 , 2 , 3 ; n = 3 , 4 (16)

In the expression, the parameters λ l 1 and λ l 2 are the multiply-add combinations of a i 1 and a i , which leads to λ l 1 , λ l 2 0 . For the two sets of mixed products in Equation (6), the corresponding values are only determined by a i 2 . It is convenient to control the surface convexity by choosing the values of a i .

Applied to Construct the Yield Surface Patch

In the field of solid mechanics, the yield surface corresponding to the plastic deformation of materials can be considered to be constructed with Bézier patches. Based on plasticity theory, the yield surface is required to be convex. When constructing a yield surface under plane stress condition in a general stress space, the form of the yield surface is represented by a quasi-ellipsoid. In this case, point A in Figure 4 is the pole along z direction, and B, C and their normals are on the XOY plane, which makes h m × h n v and ( h m , h n , h k ) = 0 .

Figure 4. A degenerate Bézier (3 × 3) surface patch with planar-meshescontrol grid.

Consider ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 2 , 0 b s , t ) , if ( h m , h n , v ) < 0 is guaranteed, compare the first and second row of the matrix Δ 2 , 0 b s , t , and based on the positive and negative consistency, they should have a same structure. We get:

{ a i 0 a j 1 0 a i 2 0 , i = 1 , 2 ; j = 3 , 4 (17)

Then, 0 a 1 , a 2 1 / 2 .

Similarly, consider ( Δ 1 , 0 b i , j , Δ 0 , 1 b p , q , Δ 0 , 2 b α , β ) , we get:

{ a i 0 a 1 1 0 a i 2 0 , i = 3 , 4 (18)

Then, 0 a 3 , a 4 1 / 2 . In summary, 0 a i 1 / 2 , i = 1 , 2 , 3 , 4 .

In order to illustrate applications of the modeling method in constructing plastic yield surface, the yield data of IF steel (see Table 1, data after [21]) is chosen to give modeling.

In Table 1, θ 1 = arctan ( r 0 r 0 + 1 ) , θ 2 = π 2 + arctan ( r 90 + 1 r 90 ) , r 0 = 1.85 , r 90 = 2.51 , θ 3 = arctan 0.77 , and r 0 , r 90 represent the anisotropy coefficients along 0˚ and 90˚, respectively.

As shown in Figure 5, The data above can construct two interpolated surfaces, one with f U N , 0 , f B I and f S H , 0 as the interpolation points and the other with f U N , 90 , f B I and f S H , 0 as the interpolation points. The corresponding tangential directions (perpendicular to the normals) of these interpolation points represent the direction of the edge of the control polygon at the interpolation point. The choice for a i can be obtained based on existing conditions. For example, the yield points of f U N , 45 are on the surface which can be used to determine the value of a 1 or a 2 ; the C1 continuous splicing condition of the two surface patches requires that the sides on both sides of the common point be collinear and of equal length; if there is no limit conditions, take a i = 1 / 3 which is obtained when the Bézier curve is raised from the second order to the third order. The value scheme of a i is shown in Table 2.

The final results are shown in Figure 6 and Figure 7.

Figure 5. Schematic of interpolated yield surface patches.

Figure 6. Interpolated yield surface patches.

Figure 7. Yield loci of σ x y = 0 and σ x y = σ x y , 45 .

Table 1. Normalized yield stress and normal of IF steel (data after [21]).

Table 2. The value scheme of a i .

5. Conclusions

A sufficient condition on convexity of parametric Bézier surface patches is found and proved. It associates surface convexity with control grid convexity. This proof makes the conclusion that the convex Bézier grid leads to convex Bézier surface no longer limit to translational surfaces, which provides greater flexibility and convenience for convex surface modeling.

Two cases for interpolation-type surface modeling are introduced as the applications of the new convexity condition. The first case introduces the effect of the position of a free vertex on the convexity of a general Bézier surface patch. The second case takes the degenerate surface as an example and establishes a planar mesh model. The selections of the model parameters determine whether the surface patch is convex or not.

Acknowledgements

This study was funded by the National Natural Science Foundation of China (grant number 51775335, 51635005).

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Böhm, W., Farin, G. and Kahmann, J. (1984) A Survey of Curve and Surface Methods in CAGD. Computer Aided Geometric Design, 1, 1-60.
https://doi.org/10.1016/0167-8396(84)90003-7
[2] Faux, I.D. and Pratt, M.J. (1979) Computational Geometry for Design and Manufacture. Halsted Press, Canberra, 220-222.
[3] Han, X.A., Ma, Y.C. and Huang, X.L. (2008) A Novel Generalization of Bézier Curve and Surface. Journal of Computational and Applied Mathematics, 217, 180-193.
https://doi.org/10.1016/j.cam.2007.06.027
[4] Fang, K., Zhu, X., Luo, W., et al. (2009) Convexity Conditions of Planar Parametric Curves and its Properties. In: Fang, K., Zhu, X. and Luo, W., Eds., The 2009 International Symposium on Computer Science and Computational Technology (ISCSCI 2009), Academy Publisher, Huangshan, 258.
[5] Loop, C.T. and DeRose, T.D. (1989) A Multisided Generalization of Bézier Surfaces. ACM Transactions on Graphics, 8, 204-234.
https://doi.org/10.1145/77055.77059
[6] Wu, X.H. and Sun, Y.H. (2017) Surface Design of Automobile AB Column and Ceiling Based on Alias. International Conference on Robots & Intelligent System (ICRIS), Huai’an, 15-16 October 2017, 321-324.
https://doi.org/10.1109/ICRIS.2017.87
[7] Dubey, R.K., Thakur, S.S. and Rana, S.S. (2015) Positivity and Convexity Preserving Interpolation Using Quartic Trigonometric Spline. International Journal of Advanced Research, 3, 902-907.
[8] Zhou, S., Li, H., Wang, J., et al. (2014) Investigation Acoustic Effect of the Convexity-Preserving Axial Flow Fan Based on Bézier Function. Computers & Fluids, 102, 85-93.
https://doi.org/10.1016/j.compfluid.2014.06.019
[9] Fang, K., Shen, L.M., Xu, X.Y., et al. (2012) Convexity Conditions for Parameterized Surfaces. JSW, 7, 1219-1226.
[10] Franchi, A., Genna, F. and Paterlini, F. (1990) Research Note on Quasi-Convexity of the Yield Function and Its Relation to Drucker’s Postulate. International Journal of Plasticity, 6, 369-375.
https://doi.org/10.1016/0749-6419(90)90008-3
[11] Hussain, M., Majid, A.A. and Hussain, M.Z. (2014) Convexity-Preserving Bernstein-Bézier Quartic Scheme. Egyptian Informatics Journal, 15, 89-95.
https://doi.org/10.1016/j.eij.2014.04.001
[12] Liu, R. and Qiao, X.J. (2011) Discussion on the Convexity of Cubic Triangular Bézier Surfaces. 2011 International Conference on Electrical and Control Engineering (ICECE), Yichang, 16-18 September 2011, 5235-5237.
https://doi.org/10.1109/ICECENG.2011.6057025
[13] Chang, G. and Zhang, J. (1990) Converse Theorems of Convexity for Bernstein Polynomials over Triangles. Journal of Approximation Theory, 61, 265-278.
https://doi.org/10.1016/0021-9045(90)90008-E
[14] Ding, Y.D. (2001) Convexity and Positivity of Bivariate Quadratic Bézier Surfaces over a Rectangle. Journal of Shanghai University (English Edition), 5, 20-28.
https://doi.org/10.1007/s11741-001-0021-9
[15] Floater, M.S. (1994) A Weak Condition for the Convexity of Tensor-Product Bézier and B-Spline Surfaces. Advances in Computational Mathematics, 2, 67-80.
https://doi.org/10.1007/BF02519036
[16] Dahmen, W. (1991) Convexity and Bernstein-Bézier Polynomials. In: Curves and Surfaces, Academic Press, Cambridge, MA, 107-134.
https://doi.org/10.1016/B978-0-12-438660-0.50021-2
[17] Ding, Y. (1993) Positivity and Convexity Conditions for Bernstein-Bézier Polynomials Over Rectangles. Journal of University of Science & Technology of China, 23, 391-397.
[18] Koras, G.D. and Kaklis, P.D. (1999) Convexity Conditions for Parametric Tensor-Product B-Spline Surfaces. Advances in Computational Mathematics, 10, 291-309.
https://doi.org/10.1023/A:1018938901692
[19] Yao, J. (2007) Convexity Analysis and Convex-Preserving Connection of Parametric Curves and Surfaces. Dissertation for the Master Degree, Hunan Normal University, Changsha, 15-22. (In Chinese)
[20] Prautzsch, H., Boehm, W. and Paluszny, M. (2013) Bézier and B-Spline Techniques. Springer Science & Business Media, Berlin.
[21] Vegter, H. and van den Boogaard, A.H.V.D. (2006) A Plane Stress Yield Function for Anisotropic Sheet Material by Interpolation of Biaxial Stress States. International Journal of Plasticity, 22, 557-580.
https://doi.org/10.1016/j.ijplas.2005.04.009

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.