EP1620821A2 - System and method for multiple-sided surface matching with curvature continuity - Google Patents
System and method for multiple-sided surface matching with curvature continuityInfo
- Publication number
- EP1620821A2 EP1620821A2 EP04750337A EP04750337A EP1620821A2 EP 1620821 A2 EP1620821 A2 EP 1620821A2 EP 04750337 A EP04750337 A EP 04750337A EP 04750337 A EP04750337 A EP 04750337A EP 1620821 A2 EP1620821 A2 EP 1620821A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- matching
- curvature
- neighboring
- tangent
- continuity
- Prior art date
- Legal status (The legal status 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 status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T17/00—Three-dimensional [3D] modelling for computer graphics
- G06T17/30—Polynomial surface description
Definitions
- the present invention is directed, in general, to surface generation and modification in graphical modeling systems .
- Curve-based surface generation schemes are very commonly used in computer-aided geometric design (CAGD) for modeling of free-form geometry.
- CAGD computer-aided geometric design
- One of the simplest among them is skinning, which interpolates a series of curves to form a surface.
- lofting this method stretches a surface over a series of "ribs" or cross- sections. The surface will preserve the shape of each cross-section at the corresponding location, and will blend smoothly from one to the next.
- Figure 1A illustrates the skinning technique; note the "ribs", or cross-sections, shown on the left; these are used as a basis for the generated "skin" surface shown on the right.
- continuity describes how two things come together. Two types of continuity are generally discussed: C n and G n , where n refers to the order of continuity. C n continuity refers to "parametric" continuity of the n th order. This means that the magnitude and direction of all derivatives up to the n th order must agree. G n continuity, on the other hand, refers to "geometric" continuity of the n th order, which loosens the above definition by allowing re-parametrizations from the C n condition. A good example is the 1 st order continuity: C 1 between two curves requires the two end tangent vectors to be identical, while the G 1 condition only requires the two end tangent vectors to be parallel. Although not as strict as parametric continuity, geometric continuity is more useful in CAGD in that it describes the sufficient conditions for two connecting entities to "look" smooth in the neighborhood of their juncture.
- Class-A (or sometimes referred to as class-1) geometric design typically sets stringent standards in surface quality in order to satisfy aesthetic or aerodynamic goals. In most cases, class-A surfaces are required to be curvature continuous while providing the simplest mathematical representation needed for the desired shape/form, and do not have any undesirable waviness.
- Free-form surface modeling of a car body requires the generated surface patches to maintain good continuity (G 2 or higher) with each other, as well as to demonstrate visual smoothness everywhere when observed in lights.
- the surfaces should be "simple” and “clean,” that is, having a reasonable number of control points, a good structure of the control net, and nice parametric flows.
- Heavier than necessary surface geometry may pose problems to subsequent processes, such as further geometry generation based on the existing ones, mesh generation and NC tool path generation.
- Unclean or "messy" control net structure is undesirable for designers, who rely heavily on control point editing to modify geometric entities. All of the above quality can be examined using various diagnostic tools in modern geometric modeling systems. Some of these are demonstrated in Figure 2.
- Figures 2A-2D show various surface quality diagnostic tools applied on a model that comprises six surfaces.
- Figure 2A shows a continuity needles plot, which displays the discontinuity measurement between surfaces by needles (vectors) of various lengths and directions.
- Figure 2B shows a surface contours plot, where each contour represents constant reflectance of light on the surfaces. The smoothness of the contours reflects the smoothness of the surfaces.
- Figure 2C shows a curvature needles plot, which displays the distribution of cross-sectional curvatures on the surfaces. This plot illustrates the curvature "flow" on the surfaces, and is a good indicator for different types of shape imperfections.
- Figure 2D shows a zebra plot, which imitates the shape inspection environment in the automotive body design process where the model is inspected in a room with arrays of lights. Similar to the contours plot, it provides a clear visualization of the smoothness of the surfaces.
- freeform surface modeling complex shapes are generally modeled by using several NURBS surfaces. To satisfy smoothness and aesthetic requirements, particularly in Class A surface modeling, it is very important that the generated surfaces are curvature continuous to each other. In curve-based surface generation, some selected curves can be boundaries of existing surfaces (edges or trim curves), and the generated surface is very often expected to be automatically tangent or curvature continuous to the existing ones. Alternatively the user can create and edit the shape of each surface manually and then "match" them together to establish continuity among them.
- the preferred embodiment provides a system and method for providing multiple-sided surface matching with curvature continuity in a graphical modeling system.
- the preferred embodiments use improved algorithms for tangential surface matching and curvature surface matching, which provide improved continuity between a given surface and one or more neighboring surfaces.
- Figures 1A-1C depict common curve-based surface generation methods.
- Figure 1A illustrates interpolating a series of curves to form a surface
- Figure IB illustrates interpolating a 2 by N network of curves to form a surface
- Figure IC illustrates interpolating an M by N network of curves to form a surface.
- Figures 2A-2D show various surface quality diagnostic tools.
- Figure 2A shows a continuity needles plot
- Figure 2B shows a surface contours plot
- Figure 2C shows a curvature needles plot
- Figure 2D shows a zebra plot.
- Figure 3 depicts a process in accordance with a preferred embodiment of the present invention
- Figure 4 depicts a process in accordance with a preferred embodiment of the present invention
- Figure 5 shows a matching surface to be matched to four neighboring surface
- Figure 6 shows an output surface after tangential matching
- Figure 7 shows a figure which is a result of matching the middle surface to its four neighboring surfaces with tangent continuity
- Figure 8 shows a figure that is the result of curvature matching of a surface.
- FIGURES 1 through 8, discussed herein, and the various embodiments used to describe the principles of the present invention in this patent document are by way of illustration only and should not be construed in any way to limit the scope of the invention. Those skilled in the art will understand that the principles of the present invention may be implemented in any suitably arranged device. The numerous innovative teachings of the present application will be described with particular reference to the presently preferred embodiment.
- the preferred embodiment provides a system and method for providing multiple-sided surface matching with curvature continuity in a graphical modeling system.
- the preferred embodiments use improved algorithms for tangential surface matching and curvature surface matching, which provide improved continuity between a given surface and one or more neighboring surfaces.
- Iso-parametric curve A B-spline curve obtained by tracing on a B-spline surface along the entire domain of one of the (u, v) parameters, with the value of the other parameter kept constant. Isoparametric curves obtained by keeping the u parameter constant are referred to as “constant-u iso-parametric curves”. Similarly for “constant- v iso-parametric curves”.
- Knots -- A knot is a number which is part of the definition of a B-spline curve or surface and which is used to control its shape.
- the collection of all knots used by a B-spline is called a knot vector.
- the distance between knot values is called its knot spacing.
- Uniform B- splines set the knot spacing to 1 (usually) , and non-uniform rational B-splines allow for uneven spacing of the knots.
- the disclosed multiple-sided matching is used in several curve based surface generation schemes, where the generated surfaces are required to be tangent or curvature continuous with neighboring surfaces.
- the surface construction schemes consist of two basic steps: [0033] (1) Create an initial base surface that interpolates the input curves, including the neighboring boundaries, using well-known methods such as skinning, Coon surface, or Gordon surface. The input curves can be reparameterized if necessary or desired.
- Each boundary can be a surface edge or a trimmed boundary curve on surface.
- the process assumes that the input neighboring surfaces have the required continuity at the coincident end points of the corresponding boundary curves.
- the matching algorithm consists of three basic steps: position, tangent, and curvature matching. Each step is basically an iterative constrained fitting process.
- Position matching amounts to constrained curve fitting to position tolerance. Position matching can be summarized as follows:
- step 2 to 4 again until all the fit curves are within position tolerance.
- the weights of the matching NURBS surface are fixed.
- the matching surface is positional continuous to its neighboring surfaces. It is also possible to modify the interior control points of the matching surface, based on the changes in the boundary control points, so that the matching surface have better control point structure and surface flow.
- the subsequent tangent and curvature matching step will make use of the sample match points on neighboring surfaces and their assigned (u,v) parameter values of the matching surfaces.
- the preferred embodiment ensures tangent matching by iterative constrained energy-minimizing least squares fitting according to a process as shown in Figure 3.
- the system or a user will designate the matching surface and at least one neighboring surface (step
- the system will next set up the desired linear constraints on the matching surface control points (step 320) .
- the system will then perform a constrained least squares fit for the first order cross partial derivatives along all relevant boundaries of the matching surface, where the least squares term measures the tangent discontinuity (step 325) .
- the system will then check the tangent continuity along required surface edges (step 330) . If the tangent continuity is within the specified tolerance, then stop (step 345) .
- step 335 If the tangent continuity is not within tolerance, the system will analyze the tangent discontinuity (step 335) and insert knots to the matching surface at appropriate locations (step 340) . [0061] Repeat steps 325 to 340 again until the tangent continuity is achieved (returning to step 325) .
- the positional continuous matching surface is defined as
- u, v are the parameter of the surface and Ni (u) , Nj (v) are the B-spline basis functions along u and v parametric directions respectively.
- the constrained least squares fitting in step 3 tries to minimize the following quadratic objective function:
- E G ⁇ is defined to be the least squares term that measures tangent discontinuity.
- E 2 , E 3 , and E b ⁇ e nd are energy terms for controlling the smoothness of the resulting matching surface. Without these energy terms, the control points can be jumpy, particularly when the matching surface has high orders.
- E spr ⁇ ng ⁇ IIIi i- j -Cj . . I111 , where c 13 denotes the coordinates of the control point P 1D from the previous step.
- Egpring is the spring energy term that tries to restrict the movements of the control points, so that the shape of the matching surface is close to the original surface.
- twist constraints are derived from the classical three-tangent theorem, which states that two surface points are curvature continuous if and only if
- twist constraint at a surface corner X(u,v) is defined as
- k n (u, v, du, dv) (L (du) 2 +2Mdudv+N (dv) 2 ) / (E (du) 2 +2Fdudv+G (dv) 2 )
- k n denotes the normal curvature value of the neighboring surfaces along a direction X u du + X v dv, with du and dv being arbitrary nonzero values
- N X vv (u,v) • N (u,v)
- N(u,v) refers to the surface normal at the corner. Note that, after position matching, L,N,E,F,G are constant values since the partial derivatives X u , X v , X U u, Xw are defined by the boundary control points. Therefore, it follows that the twist constraint is a linear equation.
- the fitting variables are the coordinates of the matching surface's control points, except the boundary control points. With the boundary control points fixed, the least squares term E G ⁇ becomes a quadratic function of the coordinates of the remaining control points.
- the smoothness and spring energy terms are also quadratic functions.
- the formulated constrained energy minimizing least squares fitting can be solved by standard quadratic programming solvers, which are linear methods. It can be shown that the objective function is also positive definite, and the solution of the least squares fitting is unique.
- One particularly unique aspect of the preferred process is the way the least squares term E G1 is defined, together with other energy terms, for fitting cross partial derivatives to achieve tangent continuity.
- One major advantage of this approach is that it does not require any estimation of first order cross partial derivatives along the surface boundaries.
- the cross derivatives estimations along two surface edges may not be "compatible" or consistent at the corner.
- the estimations may fail or become ambiguous if the end tangents of iso-parametric curves before matching are nearly parallel to surface normals of the neighboring surfaces.
- the preferred embodiment avoids these two problems completely, as the fitting can be considered as implicit fitting where the least squares term is defined from the necessary and sufficient conditions for tangent continuity.
- the least squares term interacts with the smoothness and spring energy terms to produce smooth tangent continuous matching surface with good control point structure .
- the preferred embodiment exploits the role of Ei e nd in producing nice control point structure.
- the curvature matching process of the preferred embodiment adjusts the tangent continuous matching surface to achieve curvature continuity by iteratively fitting the second order partial derivatives along surface boundary edges, according to a process as shown in Figure 4. Steps in curvature matching are similar to those in tangent matching. The main difference is the way the least squares term is defined to measure curvature discontinuity, as further described below.
- the system or a user will designate the matching surface and at least one neighboring surface (step 410) .
- the system will compute the normal curvatures at sample points on the neighboring surfaces along one or more tangent directions (step 415) , where the selected directions cannot be parallel to the tangent directions of the boundary curves.
- the preferred embodiment uses three directions, where one of the directions must be the direction of the first order partial cross derivative of the matching surface (the end tangent directions of the iso-parametric curves).
- the system will then set up the desired linear constraints on the matching surface control points (step 420) .
- the system will then perform a constrained least squares fit for the second order partial derivatives along all required boundaries of the matching surface, where the least squares term measures the curvature discontinuity (step 425) .
- the system will check the curvature continuity along required surface edges (step 430) . If the curvature continuity is within the specified tolerance, then stop (step 445) .
- the system will analyze the curvature discontinuity (step 435) and insert knots to the matching surface at appropriate locations (step 440) .
- the classical three-tangent theorem states that two surface points are curvature continuous if and only if they are tangent continuous and their normal curvature values along three different tangent directions match.
- the linkage curve theorem states that two surfaces tangent continuous along a smooth curve are curvature continuous if and only if, at every point along the curve, their normal curvature agrees along a direction other than the tangent to the curve.
- the least squares term E g2 is defined to measure the curvature discontinuity as
- E g2 ⁇ ( ⁇ k
- k n denotes the normal curvature
- N X vv (u,v) • N (u,v)
- the other two tangent directions X u dun + X v dv k ⁇ and X u du k2 + X v dv k2 are optional and can be chosen arbitrarily.
- the fitting variables in curvature matching are the coordinates of the control points, except for those control points defining position and tangent continuity.
- E g2 is a quadratic function, after fixing these "position" and "tangent" control points. Similar to tangent matching, the constrained fitting in the curvature matching can be solved by using quadratic programming solvers.
- the above process for curvature matching employs an innovative approach to fitting normal curvature values to achieve curvature continuity, particularly the way the least squares term is defined to measure curvature discontinuity.
- the disclosed process does not require any estimation of second order partial derivatives.
- Most known systems solve curvature matching by matching iso-parametric curves to neighboring surfaces with curvature continuity (estimation step) , and fitting the surface second order partial derivatives from the end second order derivatives of the matched iso-parametric curves.
- the position matching step can be replaced by well-known Coons surface method (for surface by four boundaries), skinning method (for loft surface), or Gordon surface method (for bi-directional loft) .
- the input curves may need to be reparemetrized, if necessary or desired.
- These methods generate base surfaces that are position continuous to specified tolerance with the neighboring surfaces.
- the process only needs to sample points on the neighboring surface boundaries and assign their parameterizations by the closest point method or the described length matching method. After the sampling is done, tangent and curvature matching algorithms can be applied as described above.
- Figure 5 shows a matching surface to be matched to four neighboring surface.
- the matching surface is a bicubic Bezier surface.
- the surfaces have perfect position continuity, and the tangent discontinuity is shown (in degrees) along the four surface edges.
- Figure 6 shows the output surface after tangent matching. This surface is actually produced by using the bi-directional loft function.
- the only difference from result in Figure 5 is the tangent matching step.
- the tangent continuous matching surface is also a bicubic Bezier surface.
- the tangent tolerance is 0.05 degree. Note that the tangent matching algorithm is able to establish tangent continuity without inserting any knots.
- Figure 7 shows a result of matching the middle surface to its four neighboring surfaces with tangent continuity. Note that the matching surface is not curvature continuous to its neighboring surfaces, as shown by "mismatches" of section curvature needles.
- Figure 8 shows the result of curvature matching of the same surface. Note that the section curvature needles match along the surface edges, indicating that the surfaces are curvature continuous to each other. For this case, the differences of curvature values are within 1%.
- the preferred embodiment provides a new process and algorithm for multiple-sided surface matching with curvature continuity.
- Particular innovative aspects of the preferred processes include:
- machine usable mediums include: nonvolatile, hard-coded type mediums such as read only memories (ROMs) or erasable, electrically programmable read only memories (EEPROMs), user-recordable type mediums such as floppy disks, hard disk drives and compact disk read only memories (CD-ROMs) or digital versatile disks (DVDs) , and transmission type mediums such as digital and analog communication links.
- ROMs read only memories
- EEPROMs electrically programmable read only memories
- user-recordable type mediums such as floppy disks, hard disk drives and compact disk read only memories (CD-ROMs) or digital versatile disks (DVDs)
- transmission type mediums such as digital and analog communication links.
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Optimization (AREA)
- Mathematical Physics (AREA)
- Mathematical Analysis (AREA)
- Algebra (AREA)
- Computer Graphics (AREA)
- Geometry (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Processing Or Creating Images (AREA)
- Image Generation (AREA)
- Prostheses (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US42053903A | 2003-04-21 | 2003-04-21 | |
| PCT/US2004/012054 WO2004095322A2 (en) | 2003-04-21 | 2004-04-20 | System and method for multiple-sided surface matching with curvature continuity |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP1620821A2 true EP1620821A2 (en) | 2006-02-01 |
Family
ID=33309566
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP04750337A Ceased EP1620821A2 (en) | 2003-04-21 | 2004-04-20 | System and method for multiple-sided surface matching with curvature continuity |
Country Status (4)
| Country | Link |
|---|---|
| EP (1) | EP1620821A2 (en) |
| JP (1) | JP4856538B2 (en) |
| KR (1) | KR101095126B1 (en) |
| WO (1) | WO2004095322A2 (en) |
Families Citing this family (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2007091195A1 (en) * | 2006-02-10 | 2007-08-16 | Philips Intellectual Property & Standards Gmbh | Supervision of an illumination device |
| DE102006010610A1 (en) * | 2006-03-06 | 2007-09-13 | Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. | Imprinting watermarks into a model of a line-like or area-like shape |
| KR100785339B1 (en) * | 2006-11-16 | 2007-12-17 | 중앙대학교 산학협력단 | Shape Recognition Device and Method |
| FR2982831A1 (en) * | 2011-11-22 | 2013-05-24 | Peugeot Citroen Automobiles Sa | Method for checking level of hyperstatism of assembly of three parts of vehicle i.e. car, involves analyzing set of discontinuous surfaces based on set of theoretical and conceptual values for set of parts that is to be assembled |
| FR3008507B1 (en) * | 2013-07-09 | 2017-04-14 | Snecma | METHOD FOR MODELING A NON-AXISYMETRIC SURFACE |
| FR3015552B1 (en) * | 2013-12-19 | 2018-12-07 | Safran Aircraft Engines | TURBOMACHINE PIECE WITH NON-AXISYMETRIC SURFACE |
| JP6727932B2 (en) * | 2016-06-01 | 2020-07-22 | 日本ユニシス株式会社 | Curved surface generator by point cloud surface fitting and curved surface generation program |
| CN107350667B (en) * | 2017-06-23 | 2019-08-20 | 华南理工大学 | A kind of emulation mode of the automobile door plate welding flexible production line based on digital factory |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| FR2769391B1 (en) * | 1997-10-08 | 2000-11-10 | Matra Datavision | SHAPE MODIFICATION METHOD FOR COMPUTER-AIDED DESIGN SYSTEM |
| US6253164B1 (en) * | 1997-12-24 | 2001-06-26 | Silicon Graphics, Inc. | Curves and surfaces modeling based on a cloud of points |
-
2004
- 2004-04-20 WO PCT/US2004/012054 patent/WO2004095322A2/en not_active Ceased
- 2004-04-20 EP EP04750337A patent/EP1620821A2/en not_active Ceased
- 2004-04-20 JP JP2006513127A patent/JP4856538B2/en not_active Expired - Fee Related
- 2004-04-20 KR KR1020057019943A patent/KR101095126B1/en not_active Expired - Fee Related
Non-Patent Citations (1)
| Title |
|---|
| See references of WO2004095322A3 * |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2004095322A3 (en) | 2005-03-24 |
| KR20060010754A (en) | 2006-02-02 |
| JP2006524398A (en) | 2006-10-26 |
| WO2004095322A2 (en) | 2004-11-04 |
| KR101095126B1 (en) | 2011-12-16 |
| JP4856538B2 (en) | 2012-01-18 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN113228115B (en) | Method, system and medium for converting mesh geometry to watertight boundary representation | |
| US6639592B1 (en) | Curve network modeling | |
| Kiss et al. | Adaptive CAD model (re-) construction with THB-splines | |
| US6253164B1 (en) | Curves and surfaces modeling based on a cloud of points | |
| Tai et al. | The processing of data points basing on design intent in reverse engineering | |
| US20120221297A1 (en) | Global Deformation for a Modeled Object | |
| Vukašinović et al. | Advanced CAD modeling | |
| Cheutet et al. | 3D sketching for aesthetic design using fully free-form deformation features | |
| US20040113910A1 (en) | System and method for the rebuild of curve networks in curve-based surface generation using constrained-surface fitting | |
| WO2004095322A2 (en) | System and method for multiple-sided surface matching with curvature continuity | |
| Wang et al. | EQSM: An efficient high quality surface grid generation method based on remeshing | |
| US20040174362A1 (en) | Deformable healer for removing CAD database connectivity gaps from free-form curves and surfaces | |
| Subag et al. | Piecewise developable surface approximation of general NURBS surfaces, with global error bounds | |
| Lee | Automatic metric 3D surface mesh generation using subdivision surface geometrical model. Part 1: Construction of underlying geometrical model | |
| Dorado | Medial axis of a planar region by offset self-intersections | |
| Sussner et al. | Interactive examination of surface quality on car bodies | |
| Pakdel et al. | Incremental subdivision for triangle meshes | |
| Renka | Shape-preserving interpolation by fair discrete G3 space curves | |
| Bentamy et al. | Cross-sectional design with curvature constraints | |
| Vukašinović et al. | Introduction to freeform surface modelling | |
| Muftejev et al. | Multi-criteria assessment of shape quality in cad systems of the future | |
| Großmann et al. | Volumetric geometry reconstruction of turbine blades for aircraft engines | |
| Louhichi et al. | An optimization-based computational method for surface fitting to update the geometric information of an existing B-Rep CAD... | |
| Schilling et al. | Filling arbitrary holes in finite element models | |
| Steinberg et al. | Reverse engineering trimmed NURB surfaces from laser scanned data |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| 17P | Request for examination filed |
Effective date: 20051115 |
|
| AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PL PT RO SE SI SK TR |
|
| RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: UGS CORP. |
|
| DAX | Request for extension of the european patent (deleted) | ||
| RIN1 | Information on inventor provided before grant (corrected) |
Inventor name: TSAI, YI-FENG Inventor name: SRIPRADISVARAKUL, THAWACH |
|
| RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: SIEMENS PRODUCT LIFECYCLE MANAGEMENT SOFTWARE INC. |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R003 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED |
|
| 18R | Application refused |
Effective date: 20140114 |