WO1999029479A1 - Method and systems for nesting objects - Google Patents

Method and systems for nesting objects Download PDF

Info

Publication number
WO1999029479A1
WO1999029479A1 PCT/US1998/026384 US9826384W WO9929479A1 WO 1999029479 A1 WO1999029479 A1 WO 1999029479A1 US 9826384 W US9826384 W US 9826384W WO 9929479 A1 WO9929479 A1 WO 9929479A1
Authority
WO
WIPO (PCT)
Prior art keywords
tile
nest
nests
primary
tiles
Prior art date
Application number
PCT/US1998/026384
Other languages
French (fr)
Other versions
WO1999029479A8 (en
Inventor
Isaac Sadovnik
Original Assignee
Nestech Inc.
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 Nestech Inc. filed Critical Nestech Inc.
Priority to AU19985/99A priority Critical patent/AU1998599A/en
Priority to CA002314134A priority patent/CA2314134A1/en
Priority to EP98964725A priority patent/EP1053084A1/en
Priority to US09/581,095 priority patent/US6980934B1/en
Publication of WO1999029479A1 publication Critical patent/WO1999029479A1/en
Publication of WO1999029479A8 publication Critical patent/WO1999029479A8/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • G06Q10/043Optimisation of two dimensional placement, e.g. cutting of clothes or wood

Definitions

  • the present invention is in the field of manufacturing, processing and design, and also packaging.
  • Nesting is the process of placing objects together with minimal spaces between them.
  • the invention is described below in two forms.
  • the first form, set forth in Part I below, is directed to methods and systems for nesting of two dimensional (2D) objects in a target plane.
  • the second form, set forth in Part II below, is directed to methods and systems for nesting three dimensional (3D) objects in a target volume.
  • the specific details of the preferred embodiments are set forth in those respective parts.
  • the present invention is in the field of manufacturing processing and more particularly relates to methods and systems for nesting of two dimensional objects. Nesting is the process of placing objects together with minimal space between them.
  • manufacturing processes generally include attempts to minimize waste.
  • the conventional attempts at such minimization have been relatively ineffective.
  • parts are often manually die cut from cowhides, where the die is manually placed on the hide by skilled (or relatively unskilled) workers, typically resulting in maximum yields in the 50-60% range for the typical irregularly shaped parts.
  • computer controlled layout of parts on a hide have been achieved, resulting in typical yields as high as the 60-70% range.
  • U.S. Patent No. 4,210,041 the present inventors disclosed a method for laying out, or nesting, a plurality of identical irregular non-polygonal rounded pieces on a parallel edge-bounded sheet material with relatively little waste.
  • the salient points of the part boundary are connected by straight lines to box the part boundary in a plane polygonal figure.
  • pairs of such plane polygonal figures are pairwise positioned to within a plane closed parallelogram.
  • a plurality of such parallelogram are arranged side-by-side to define a multiple repeat pattern of objects equal in width to the planar sheet from which the parts are to be cut.
  • a nest constructed in accordance with U.S. Patent 4,210,041 does offer improvement in nesting over prior art techniques; however, the resulting nests are still less than optimal.
  • the invention is a method and system for defining placement of a plurality of two-dimensional objects on a target planar surface with minimal void space between them.
  • the invention automatically packs the maximum number of irregul-ar parts possible (preferably, of up to two different shapes) with minimum wasted surface area.
  • the invention uses a heuristical approach, so that intelligent decisions are made in order to carry only a small percentage of intermediate solutions to completion. In typical cases, this enables the computation time used in the nesting process to be reduced from hours to minutes, allowing for a more interactive nesting design environment.
  • the invention uses a combination of topology analysis and numerical iteration to determine an efficient layout in short computation times.
  • the process commences by defining a first sub-nest in a central part of the target, grouping parts to each other, and then "grows" or extends outward toward the boundaries of the target.
  • the resultant layouts are generally parallelogramic and thus angled in nature.
  • the "angled" layout is contrary to conventional rectangular (90 degree) nesting practice.
  • a heuristic approach is used with an interactive process to curtail long computation times and to produce nested layouts much faster.
  • the nesting method and system of the invention maximizes material utilization from the "center outwards” by minimizing the voids between nested parts.
  • conventional nesting practice first defines a target area and then fits parts starting from one edge and "flowing" parts across the target area until the opposite edge is reached.
  • the heuristics used to curtail long computation times are intermediate measures of how good a nest is. As the process proceeds from one stage to the next, measures of nesting effectiveness are calculated and only a small percentage of all the possibilities are allowed to continue to higher stages. This "nest culling" heuristical process is effective in substantially reducing computation times. By allowing only the best intermediate nests to proceed to the "tiling" stages, layout times are typically reduced with no practical loss in nesting efficiency.
  • FIG. 1 shows a block diagram of a system in accordance with the invention
  • FIG. 2 shows an exemplary part to be nested
  • FIG. 3 shows the total nest extent for a nest of the part of FIG. 2;
  • FIG. 4 shows the partial nest extent for a nest of the part of FIG. 2;
  • FIGS. 5A and 5B shows two nest approaches for a nest of the part of FIG. 2;
  • FIGS. 6A-6E show the nesting procedure for the exemplary p-art of FIG. 2;
  • FIG. 7 shows a set up and actual tile for a primary tile for nests of the exemplary part of FIG. 2;
  • FIG. 8 illustrates the secondary tiling step of the invention
  • FIGS. 9 and 10 show exemplary nesting layouts determined using the method and system off the invention.
  • the system 10 includes a part input device 12 a programmed digital computer 14 with an associated display 16 and an output layout buffer printer 18.
  • the part input device 12 may be a conventional computer running a computer aided design program, such as AutoCad.
  • the computer may be an IBM type Pentium-based or an Apple PowerPC-based personal computer (with a conventional monitor for display 16) programmed to perform the process of the invention.
  • the layout buffer 18 may include a conventional storage medium for storing the layouts determined by the programmed digital computer 12.
  • the following description sets forth how two dimensional (2D) parts are input and defined and how their areas are computed. Data structures are then defined that hold the nesting and tiling information as well as the measure for their incremental effectiveness (permitting use of the heuristics) along the process. Finally, the following sequential steps in the procedure: (1) Nesting, (2) Primary Tiling, (3) Secondary Tiling, and (4) Layout.
  • the computer 12 uses a program that compresses 2D irregular figures (from device 12) onto a target stock area, with minimum area wasted between the figures.
  • the program combines geometric analysis of the parts to be laid out and numerical iteration for exhaustiveness. As a main feature of the process, the pats are nested into parallelogramic orientations and not rectangular orientations (the traditional method).
  • Task 1 Define and implement input of the geometry of parts (components) and the target.
  • Task 2 Provide an intersection algorithm/process .
  • Task 3 Add multiple numerical iteration loops for the various nesting/tiling steps.
  • Task 4 Implement measurement of nesting success as void areas and nest extent areas.
  • Task l The component parts (to be nested) and the target (upon which the parts are nested) are defined in two dimensional space.
  • a part can be "drawn" in the two dimensional computer screen of monitor 16 and the computer 14 then stores this information as a list of x-y coordinates for the vertices of the boundary of a piecewise linear model of the part.
  • the parts are defined as multisided polygons. These polygons can typically have 10's or 100's of sides depending on the complexity of the figure (curvature of its sides) and the required accuracy of the nesting solution.
  • parts are stored in files which consist of a 2 column table of x,y coordinate pairs for all the vertices of the part.
  • intersection procedure checks for collisions between parts which may be considered to translate in two dimensional space. This is done in two dimensions by computing the smallest distance between all the vertices of a part number 1 (x,,y,) and a part number 2 (x 2 ,y 2 ). This is ((xj - x]) + (yj - In addition, this check for collisions is done between every "peripheral node" of component 1 with every
  • peripheral node of part 2. Once that smallest distance is obtained, it is subtracted from every node on one of the parts into what constitutes the translation of this part toward the other one until the two parts basically "touch” each other in the two dimensional space.
  • the intersection procedure constitutes a translation in a particular direction which is not controlled by the user, but is determined by the way the parts are placed in the "working area".
  • a different approach is implemented. Instead of calculating vertex to vertex distances using the above formulae, the intersection of part 1 vertices with part 2 sides and part 2 vertices with part 1 sides is determined. The computation of vertex-to-side distances is somewhat more involved and is described below in connection with the nesting section of the process.
  • vertex-to-side distances is somewhat more involved and is described below in connection with the nesting section of the process.
  • minimum distance part-to-part approaches are done in the X (horizontal) direction. Directionality is achieved by rotating the parts, nests or tiles a specified angle.
  • Task 3 The nesting and tiling steps have "primary” and “secondary” moves. These moves are made so as to bring two parts or two nests close to each other in order to package them as tightly as possible.
  • the primary move is made in the X direction.
  • the parts (or nests) are placed side by side and then one of them is offset in the Y direction.
  • the amount of this offset constitutes the first iteration loop.
  • the primary move is made for every Y offset.
  • the secondary move is performed in the Y direction.
  • a rotation of the figures is performed for the appropriate angle (90 degrees in this case) so as to bring the approaching direction in the X direction.
  • This primary/secondary move iteration loop is nested within a part side-to-side combination loop.
  • This side-side- combination loop cycles through all the possible side-side combinations of the parts nested.
  • a "tangential" move is made in the direction of the intersecting vertex/side. Again the system is rotated by the appropriate angle and another X direction approach is performed.
  • Task 4 (This slides the vertex along the intersecting side for further compactness). Finally, within the primary/secondary and tangential moves, another loop is performed which cycles through all possible vertex-to-side combinations while looking for the minimum approach intersection process set forth under Task 3 above. Task 4:
  • Total Event The necessary geometrical computations for the size of the nest are "Total Event" are determined in Task 4.
  • Obtaining the area of an assembly of components is a straight forward calculation.
  • the extent of the void areas between the components is determined. Typically, this is a relatively complex and computer intensive calculation.
  • the preferred form of the invention calculates the "Partial Extent" of a nest. As set forth below, in the nesting section of the process description, this partial extent includes a measure of the area intersected between parts when forming a nest. This area saved is the inverse or complement of the void area proposed as a heuristic.
  • This "intersection" saved area is much easier to calculate, and has similar bearing in terms of the effectiveness of a nest as the proposed wasted void area.
  • the success of the neuristic-based process for nest culling is evaluated, along with total extent and partial extent. These heuristics limit the number of nests passed to the primary tiling stage, and are also applied to the primary tiling passage to secondary tiling stage. This further limits the search tree and has dramatically improved the performance of the expensive (computer time-wise) tiling stage.
  • a system of weighting factors is used for the two main heuristic variables, so as to ascertain the relative importance of one versus the other.
  • the hardware platform is an Apple Macintosh Centris 650 computer with a 17" color monitor and laser printer.
  • the CAD software used for this embodiment consists of two packages - Autodesk's AutoCAD and Graphsoft's MiniCAD. This embodiment was developed using the following combination of software tools: 1 - Macintosh Programmer's Workship (MPW) for the operating environment (including editing and debugging); 2 - FORTRAN Compiler for the coding and compilation of the program; and 3 - MiniCAD for the part input and output layout visualization.
  • MPW Macintosh Programmer's Workship
  • 2 - FORTRAN Compiler for the coding and compilation of the program
  • 3 - MiniCAD for the part input and output layout visualization.
  • the CAD package allows ease in description on the parts, and interactive visualization of the layouts.
  • AutoCAD could be used
  • the inner regions of the nests have great importance in the invention (as opposed to the peripheral or edge regions near the target's boundaries.)
  • the computation is segmented into four sequential steps: Nesting, Primary Tiling, Secondary Tiling, and Layout.
  • the process is initiated with the nesting step, where two irregular objects or parts are taken and brought together until they "touch” each other on their periphery. This grouping of two parts is called a "nest”.
  • the parts are brought towards each other as close together as possible for form as compact as possible a nest.
  • the computer program actually performs from many hundreds to many thousand different nests and ranks them according to their compactness (using heuristic variables previously described).
  • a predetermined number of these nests (the ones that ranked highest) are passed to the primary tiling step.
  • two nests are brought together in the X direction to form a primary tile or "ptile".
  • a ptile is made of two nests or four parts. The same rational is used to form a ptile as to form a nest. In other words, a grouping of two nests is created that forms the most compact unit. Typically, a few hundred ptiles are generated per each nest passed from the nesting step. These ptiles are consequently ranked using heuristic variables for compactness.
  • a small percentage of the ptiles formed are then passed onto the secondary tiling step.
  • two ptiles are brought together in the Y direction to form a secondary tile or "stile".
  • a stile is made up of two stiles or four nests or eight parts. Again, the same rational as before for nest formation is used, and in the process, over a thousand different stiles are generated for each of the ptiles passed onto this step form the primary tiling step.
  • a simple layout routine takes the data generated for the best secondary tile and computes the ideal parallelogramic area needed to contain a single nest. A computation of the utilization ratio follows by calculating the actual part area and dividing that by the needed parallelogramic area. Then the layout routine creates a file with the CAD commands that generate the best layout for the parts nested.
  • each polygon In order to describe and input parts in two dimensions, they are defined as polygons in the xy plane. Each polygon can be made of (typically) 100 to 1000 vertices described by x,y coordinate pairs. This method for part input enables description of parts in a simple way, which include curvatures, for the which small polygonal sides are used (vertices are very close together where the curvatures need to be described accurately).
  • Fig. 2 shows an exemplary part, composed often vertices in the xy plane and labeled with coordinates (x,,x 2 ) through (x I0 ,y 10 ).
  • This simple figure is thus fully described with a set of 10x,y coordinates pairs for a total of twenty numbers.
  • the p-art description for the part of Fig. 2 is stored in a small text file with all the x,y coordinate pairs.
  • design and input of parts is very simple using this mode, although, non every part is described by this mode, unless restricted to singly- connected cross-sections.
  • Part areas are calculated as three different areas: (1) the actual part area, (2) the total area extent for nests and tiles, and (3) the partial area extent for nests and tiles.
  • the computation of the part area is straight forward. If y m ⁇ n is the smallest y coordinate, then the part area A is given by:
  • Nv- ⁇ A ⁇ 1 / 2 (X 1+1 - X,)(y, +1 + y 1 - 2y m ⁇ n )
  • the total extent area is calculated as the smallest rectangle that can contain a particular nest or tile. This is illustrated in Fig. 3. This total area extent is only involves the knowledge of the maximum and minimum x,y values for the parts within the nest or tile.
  • the partial area extent illustrated in Fig. 4 is a more accurate measure of the actual area used by the individual parts within the nest or tile.
  • This partial extent is calculated by first computing the areas of the smallest rectangles encompassing individual parts and subtracting the "intersecting" area between the parts being grouped into the nest or tile. It is a smaller area than the total extent and it points more directly to a measure of part grouping compactness.
  • the two extents described above are used through out the various steps in the computer program as the two heuristic variables to determine the effectiveness of a particular nest or primary tile. Weighting factors are assigned as inputs to the computer program for these two extents so as to prefer one more to the other in the calculation. For the illustrated embodiment, both weights are 1.0 (but other values may be used) for nest and primary tile culling.
  • y mm corresponds to the minimum y coordinate for the left part:
  • TotExt [max(xmax l ,xmax r ) - mm(xmin ⁇ ,xmin r )]*[max(ym ⁇ x ⁇ ,ym ⁇ x r ) - m (ymin,,ymin r )]
  • Ext r (xm ⁇ x r - xmin r )*( ⁇ m ⁇ x r - ymin,)
  • P ⁇ rtExt Ext, + Ext r - [xm ⁇ x, - xmin r ]* [mm(ym ⁇ x,,ym ⁇ x r ) - meoi(ymin,,ymin r )]
  • the computer progr,am contains five storage structures, where all the data for the various characteristics of the parts, nests, tiles and layouts are accumulated. They are the /Part/, /West/, /Ptile/, /STile/ structures (denoted symbolically surrounded by slashes "/"). These variables are more completely described below. For reference, the variables within each structure are now briefly described as:
  • Part 1 contains variables for the storage of the following part characteristics:
  • ,/Nest/ contains variables for the storage of the following nest characteristics, each of which is dimensioned to (100) for the maximum number of possible nest that could be generated: 1. Left,Right part's side number - nsidel, nsider (an integer between 1-4)
  • /Layout/ contains variables for the storage of the following Layout characteristics.
  • Nesting is the process by which two irregular objects or parts are taken and brought together until they "touch” each other on their periphery. This grouping of two parts is called a “nest”.
  • a nest is typically formed from two different parts, but for the pictorial examples that follow, the same part is used. The parts are brought towards each other as close together as possible to form a nest as compact as possible.
  • the parts to be nested are circumscribed inside the smallest possible rectangle.
  • the four lateral faces of this rectangle are numbered from 1 to 4.
  • a loop is set up to go through all possible combinations for each face of the left part to be approached by each face of the right part, a total of the combinations in all.
  • FIG. 5A and 5B illustrate two nest approaches where Fig. 5A shows nesting for sides 1 and 2 (left and right part respectively) and Fig. 5B shows sides 1 and 2.
  • Nesting is accomplished in two steps: the axial move (in the x direction or direction of approach), and the tangential move for further reduction of the overall area of the nest.
  • the left part of the nest remains static whereas the right part is iteratively moved towards the left part in search for the maximum approach to it.
  • a grid is first defined in the y direction which contains the starting locations for the right part's approach toward the left part. A total often grid locations is implemented in the y direction. Combining these y grid points with the number of face to face combinations, the maximum number of nests is generated by the program, which is 100.
  • the axial move is accomplished by calculating Nv intersection distances from the left part's vertices towards the right part's sides, and Nv intersection distances from the right part's vertices toward the left part's sides.
  • the amount that the right part can now be moved towards the left one is the smallest of the 2-Nv distances calculated for each of the 100 (maximum) nests to be computed.
  • the tangential move is an adjustment that is implemented once the axial move has been performed.
  • the parts are rotated by an angle such that the intersecting side is horizontal, allowing use of the same intersection routine as for the axial move, saving a great deal of computation time.
  • Figs. 6A-6E show this nesting procedure for the exemplary part of Fig. 2.
  • Fig 6A shows the set up before the axial move.
  • Fig. 6B shows the geometry after the axial move.
  • Fig. 6C shows the situation after rotation is done so as to render the tangential direction horizontal.
  • a similar intersection algorithm procedure to the axial move is performed in order to obtain the smallest intersecting line to further approach the right part towards the left one.
  • Fig. 6D depicts the set up after the right part has been moved, and finally;
  • Fig. 6E shows the final nested situation with the frame of reference rotated back to the original position.
  • a predetermined number of these nests are passed to the primary tiling step.
  • two nests are brought together in the x direction to form a primary tile or "ptile".
  • a ptile is made of two nests or four parts. The same rational is used to form a ptil as to form a nest.
  • the primary tiling procedure starts by placing two nests side by side in the x direction. As in the nesting step, the left nest remains static whereas the right nest is moved towards the left one as much as possible.
  • a ten point grid is formed in the y direction for the iterative. Since the maximum number of nests passed to the primary tiling step is 50, a maximum of 500 stiles are generated.
  • Part i Left Part - Left Nest Part 2: Right Part - Left Nest Part 3: Left Part - Right Nest Part 4: Right Part - Right Nest
  • intersection algorithm routine is then performed four times in sequence to check for the smallest axial approach.
  • the routine is called for parts 1 and 3, then for parts 1 and 4, then for parts 2 and 3, and finally for parts 2 and 4. This allows investigating of the collision of any of the parts on the left nest with any of the parts on the right nest.
  • Fig. 7 shows first the set up situation for a particular primary tile of the exemplary part and then the actual tile achieved.
  • a small percentage of the stiles formed are then passed onto the secondary tiling step.
  • two stiles are brought together in the y direction to form a secondary tile or "stile".
  • An stile is made up of two stiles or four nests or eight parts.
  • first two stiles are placed on the bottom of the domain.
  • one more nest is set up along the top that will be nested downwards towards the two stiles near the bottom of the space.
  • the two stiles on the bottom are composed of p-arts numbered 1 through 8 from left to right.
  • the two parts making up the nest at the top are labeled 9 and 10.
  • the top nest (the one to be dynamically moved to form the stile) is positioned according to whether the ptile has downward or upward flow (dyp ⁇ 0 or dyp>0).
  • Fig. 8 describes the geometry prior to the secondary tiling iteration for the case of dyp>0.
  • the top nest is positioned just above the bottom left three nests .and to the left of the bottom rightmost nest.
  • the top nest is then iterated on a x grid in a similar manner as the ptile process, except that the x displacement for this grid (as shown in the figure) is equal to the primary tile period.
  • the same rational as before is used .and in the process, ten different stiles are generated for each of the ptiles passed onto this step form the primary tiling step.
  • the coordinate system is first rotated 90 degrees and the previously described axial (x direction) intersection algorithm is performed.
  • the smallest approach distance between any of the two top parts (parts no. 9 and 10) and any of the six bottom parts is detected (parts no. 1 through 6 for the dyp>0 case).
  • the top nest is set up just to the right of the bottom leftmost nest.
  • the intersection test is made between parts 9 and 10 (top nest) and parts 3 through 8 (bottom tiles).
  • the primary and the secondary tiling period are known: the primary and the secondary tiling period. These are the numbers the represent the displacements in the primary and secondary tiling directions, which enable replication of as many nests as desired on a skewed plane formation for these parts.
  • a simple layout routine takes the data generated for the best secondary tile and computes the ideal parallelogram area needed to contain a single nest. This parallelogram are is calculated using the coordinates for the two displacements necessary to form a layout: the primary tiling period (x p ,y p ), and the secondary tiling period (x s , y s ). The area of the parallelogram forms is then calculated from the following formulae:
  • a computation of the utilization ratio follows by calculating the actual part area and dividing that by the needed parallelogram area. Then, the layout routine creates a file with the CAD commands that generate the best layout for the parts nested.
  • Figs. 9 and 10 show exemplary nesting layouts for components of a shoe, which were determined using the invention.
  • the invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof.
  • the present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein.
  • the present invention is in the field of manufacturing packaging and design and more particularly relates to methods and systems for nesting (or packaging) of two dimensional objects in a target volume. Nesting is the process of placing objects together with minimal space between them.
  • manufacturing processes generally include attempts to minimize waste.
  • the conventional attempts at such minimization have been relatively ineffective.
  • parts are often manually die cut from cowhides, where the die is manually placed on the hide by skilled (or relatively unskilled) workers, typically resulting in maximum yields in the 50-60% range for the typical irregularly shaped parts.
  • skilled (or relatively unskilled) workers typically resulting in maximum yields in the 50-60% range for the typical irregularly shaped parts.
  • computer controlled layout of parts on a hide have been achieved, resulting in typical yields as high as the 60-70% range.
  • U.S. Patent No. 4,210,041 the present inventors disclosed a method for laying out, or nesting, a plurality of identical irregular non-polygonal rounded pieces on a parallel edge-bounded sheet material with relatively little waste.
  • the salient points of the part boundary are connected by straight lines to box the part boundary in a plane polygonal figure.
  • pairs of such plane polygonal figures are pairwise positioned to within a plane closed parallelogram.
  • a plurality of such parallelogram are arranged side-by-side to define a multiple repeat pattern of objects equal in width to the planar sheet from which the parts are to be cut.
  • a nest constructed in accordance with U.S. Patent 4,210,041 does offer improvement in nesting over prior .art techniques; however, the resulting nests are still less than optimal.
  • Part I of the disclosure as set forth above discloses improvements in nesting of two dimensional objects. That application is incorporated by reference herein. Further, there is a need to nest three dimensional objects in a target volume. Typically three dimensional objects are manually, or by machine, packed in target volumes with less than optimal techniques. It would be advantageous in many industries to use an optimal technique. For example in the container shipping industry, containers are packed with objects to be shipped using manually determined placement of the object, generally starting from one border of the container and adding objects one at a time until the container is "full". There are of course cases where an optimized process is easily realized, such as where identical cubic objects are placed in a container having dimensions which are integer multiples of the dimensions of each side of the cubic object.
  • the invention is a method and system for defining placement of a plurality of three-dimensional (3D) objects in a target volume with minimal void space between them.
  • the invention automatically packs the maximum number of irregular parts possible (preferably, of up to two different shapes) with minimum wasted interpart void regions.
  • the invention uses a heuristic approach, so that intelligent decisions are made in order to carry only a small percentage of intermediate solutions to completion. In typical cases, this enables the computation time used in the nesting process to be reduced from hours to minutes, allowing for a more interactive nesting design environment.
  • the invention uses a combination of topology analysis and numerical iteration to determine an efficient layout in short computation times.
  • the process commences by defining a first sub-nest in a central part of the target volume, grouping parts to each other, and then "grows" or extends outward toward the boundaries of the target volume.
  • the resultant packing layouts are generally parallelogramic, angled in nature.
  • the "angled" layout is contrary to conventional rectangular (90 degree) nesting practice.
  • a heuristic approach is used with an iteractive process to curtail long computation times and to produce nested packing layouts much faster.
  • the nesting method and system of the invention maximizes target volume utilization from the "center outwards” by minimizing the void regions between nested parts.
  • conventional nesting practice first defines a target area, and then fits parts starting from one boundary of the target volume and “flows" parts across the target volume until the opposite edge is reached.
  • the heuristics used to curtail long computation times are intermediate measures of how good a nest is. As the process proceeds from one stage to the next, measures of nesting effectiveness are calculated and only a small percentage of all the possibilities are allowed to continue to higher stages. This "nest culling" heuristical process is effective in substantially reducing computation times. By allowing only the best intermediate nests to proceed to primary, secondary and tertiary "tiling" stages, layout times are typically reduced with no practical loss in nesting efficiency.
  • FIG. 11 shows a block diagram of a system in accordance with the invention
  • Fig. 12A and 12B show an exemplary part to be nested
  • Fig. 13 shows the total nest extent for a nest of the part of Fig. 12;
  • Fig. 14 shows the partial nest extent for a nest of the part of Fig. 12;
  • Figs. 15A and 5B shows two nest approaches for a nest of the part of Fig. 12;
  • Figs. 16A-16E show the nesting procedure for the part of Fig. 12;
  • Figs. 7A and 7B show two "better” nests of the part of Fig. 12;
  • Fig. 18A and 18B show a set up and actual tile respectively for a primary tile for nests of the part of Fig. 12;
  • Fig. 19 shows the geometry prior to secondary tiling for the part of Fig. 12.
  • Fig. 20 illustrates the secondary tiling step for the part of Fig. 12 of the invention. DESCRIPTION OF THE PREFERRED EMBODIMENT
  • the invention is a method and system of nesting a plurality of irregular three dimensional parts into a target volume.
  • the method uses a combination of topology analysis and numerical iteration to find an efficient layout in short computation times. It starts from an interior (and preferable "center") of the target volume, grouping parts to each other and then “grows" or extends outwards toward the boundaries of the target volume.
  • the resultant packaging layouts are parallelepiped like in nature. This "angled" layout approach is opposite to conventional rectangular (90 degree) nesting practice.
  • a heuristic approach is used in order to curtail long computation times and to rapidly produce nested layouts, giving a designer a much greater interactive responses in his task.
  • the method and system of the invention maximizes volume utilization from the "center outwards" by minimizing the voids between nested parts.
  • the heuristics used in order to curtail long computation times are intermediate measures of how good a nest is. As the computation proceeds from one stage to the next, these measures of nesting effectiveness are calculated and only a small percentage of all the possibilities are allowed to continue to higher stages. This "nest culling" heuristical process substantially reduces computation times. By allowing only the best intermediate nests to proceed to tiling stages, layout times are reduced typically from hours of computation to minutes, with no practical loss in nesting efficiency.
  • the system 110 includes a part input device 112 a programmed digital computer 114 with an associated display 116 and an output layout buffer 118.
  • the part input device 112 may be a conventional computer running a computer aided design program, such as AutoCad.
  • the computer may be an IBM type Pentium-based or an Apple PowerPC- based personal computer (with a conventional monitor for display 116) programmed to perform the process of the invention.
  • the layout buffer 118 may include a conventional storage medium for storing the layouts determined by the programmed digital computer 112.
  • the computer program for computer 110 nests many irregular 3D shapes into a regularly shaped "box". In defining that program, there are four tasks which are listed below:
  • Task 1 Define and implement input of the geometry of parts
  • Task 2 Extend our main intersection algorithm to three dimensional domain.
  • Task 3 Add three dimensional numerical iteration loops for the part's depth.
  • Task 4 Change measurement of nesting success to void volumes and nest extent volume as opposed to areas.”
  • An automatic three dimensional packaging method and system computes the geometric layout of the various components within the target "box" in an efficient and relatively fast turnaround time.
  • the method and system accomplishes three dimensional nesting in reasonable times and obtains high levels of packing densities.
  • Task 1 parts or components to be packed and target boxes are defined and input in three dimensional space.
  • a two dimensional peripheral polygon for the cross-section of the three dimensional object are defined and stored in terms of a list of x, y coordinates for the vertices of the boundary of the part.
  • the parts are defined as multisided polygons. These polygons can typically have 10's or 100's of sides depending on the complexity of the figure (curvature of its sides) and the required accuracy of the nesting solution.
  • An extrusion coordinate for every x, y coordinate of this cross-section z (x, y) defines a large class of solid components, those which have box like appearance.
  • a "Multiple Extrusion" solid molding technique is used. This technique defines a series of cross-sectional polygons in the xy plane (typically 5 to 20 cross- sections), which are then multiply extruded/connected in the z direction. Each cross- sectional polygon can be made of (typically) 10 to 100 vertices described by x, y coordinate pairs. In addition each cross-section is associated with a given z coordinate level or value. After connecting corresponding vertices across "z cross- section levels" a three-dimensional body fitted mesh is formed for the peripheral surface of the parts. This method for part input enables a description of a wide variety of 3D solids.
  • This check may be done between every "peripheral node” of component 1 with every “peripheral node” of part 2. Once that distance is obtained, it is subtracted from every node on one of the parts into what constitutes the translation of that part toward the other one until they effectively touch each other.
  • intersection procedure is used except that, in some forms of the invention, instead of calculating vertex to vertex distances using the above formulae, the intersection of part 1 vertices with part 2 sides and part 2 vertices with part 1 side.
  • the computation of vertex to side distances is described more fully below in connection with the nesting section of the program description.
  • Task 3 The invention uses only "primary”, “secondary” moves in the nesting and tiling steps, and also a “tertiary” move in the component depth direction.
  • a tertiary tiling step is used in order to place nests and ptiles into the z direction. This step is described more fully below in connection with the computer progr-am description.
  • Task 4 Geometrical computations are used to determine the size of the nest volume
  • Total Volume Extent Obtaining the volume of an assembly of components is a straight forward calculation.
  • the volumetric extent of the void spaces between the components may be computed.
  • the "Partial Volume Extent" of a nest is calculated. As described in more detail, in the nesting section of the computer program description, this partial extent includes a measure of the volume intersected between parts when forming a nest.
  • This volume saved is the inverse or complement of the void volume used as a heuristic. This "intersection" saved volume is much easier to calculate, and has similar bearing in terms of the effectiveness of a nest as the wasted void volume, which could be accomplished as well.
  • Heuristic algorithms are used for nest culling, total volume extent and partial volume extent. These heuristics limit the number of nests passed to the primary tiling stage and the passage of the primary tiling to second tiling stage. This further limits the search tree and has dramatically improved the performance of the expensive (computer timewise) tiling stage. Many different values for the number of nesting .and tiling steps kept .and weighting factors may be used for the main heuristic variables. Varying the number of nests and ptiles kept for passage onto the primary tiling and secondary tiling steps are described below. The weighting factors for both our heuristical variables (total and partial volume extents) constant and set to 1.0, as an example. Other limits might be used.
  • the hardware platform is an Apple Macintosh Centris 650 computer with a 17" color monitor and laser printer.
  • the CAD software used for this embodiment consists of two packages- Autodesk's AutoCAD and Graphsoft's MiniCAD.
  • This embodiment was developed using the following combination of software tools: 1- Macintosh Programmer's Workshop (MPW) for the operating environment(including editing and debugging); 2- FORTRAN Compiler for the coding and compilation of the program; and 3- MiniCAD for the three-dimensional part input and output layout visualization.
  • the CAD package permits description of the 3D parts using the "Multiple Extrusion” method and interactive visualization of the 3D layouts.
  • AutoCAD's AME solid modeling could alternatively be used to provide a more complete 3D solids description but with a more complex numerical description.
  • the inner regions of the nest have great importance in the invention (as opposed to the peripheral or edge regions near the target's boundaries).
  • the computation is segmented into four sequential steps: Nesting, Primary Tiling, Secondary Tiling, and Tertiary Tiling/Layout.
  • the process is initiated with the nesting step, two irregular 3D objects or parts are taken and “brought together” until they "touch” each other on their periphery. This grouping of two parts is called a
  • a predetermined number of those nests are passed to the primary tiling step.
  • two nests are brought together in the x direction to form a primary tile or "ptile".
  • a ptile is made of two nests or four parts. The same rational is used to form a ptile as to form a nest. That is, a grouping of two nests is created that forms the most possible compact unit. Typically, a few hundred ptiles are generated per each nest passed from the nesting step. These ptiles are consequently ranked using heuristic variables for compactness.
  • stiles formed As small percentage of the ptiles formed (a predetermined number) are then passed onto the secondary tiling step. In this case, two ptiles are brought together in the y direction to form a secondary tile or "stile".
  • a stile is made up of two ptiles or four nests or eight parts. Again, the same rational as used for nest formation is used, an in the process, over a thousand different stiles are generated for each of the ptiles passed onto this step from the primary tiling step.
  • a tertiary tiling is implemented. In the terti.ary tiling second.ary tiles .are brought together in the z direction, using a simple stacking rational.
  • the stiles are brought only as close as their closest boundaries, without optimization; that step is performed for every stile generated without secondary tile culling. In other embodiments, stiles are nested with appropriate culling to reduce computational time.
  • a layout routine takes the data generated for the best tertiary tile and computes the ideal parallelpiped volume needed to contain a single nest.
  • a computation of the utilization ratio follows by calculating the actual part volume and dividing that by the needed parallelepiped volume.
  • the layout routine creates a file with the 3D CAD commands that generate the best layout for the parts nested. That layout may be displayed on monitor 116, or stored and/or printed in layout buffer/printer 118.
  • the following provides a step by step description of the computer program, starting with the method for describing 3D parts and ending with a description of the computation steps: Nesting, Tiling and Layout.
  • the program uses a "Solid Modeling" technique called “Multiple Extrusion”.
  • a series of cross-sectional polygons are defined in the xy plane (typically 5 to 20 cross- sections), which are then multiply extruded/connected in the z direction.
  • Each cross- sectional polygon can be made of (typically) 10 to 100 vertices described by x, y coordinate pairs.
  • each cross-section is associated with a given z coordinate level, or value. After connecting corresponding vertices across "z cross- section levels", a three-dimensional body fitted mesh is formed for the peripheral surface of the parts.
  • This method for part input enables description of a wide variety of 3D solids including irregular boxes and spherical objects.
  • the data defining the object 140 is stored in a text file, with all the x, y coordinate pairs.
  • the invention enables a relatively straight forward design and input of 3D parts using this multiple extrusion model, although not every 3D part can be described by this model if restricted to singly-connected cross-sections.
  • V ⁇ (A k ⁇ - A k )dz
  • Nv and Nz are the number of vertices per each cross-section, and the total number of cross-sections, respectively (10 and 4 in the case of object 140).
  • the total extent volume is the smallest box that can contain a particular nest or tile. This is illustrated on in Fig. 15. This total volume extent is calculated from the knowledge of the maximum and minimum x, y, z values for the parts within the nest or tile. The partial volume extent is illustrated in Fig. That value is an accurate measure of the actual volume used by the individual parts within the nest or tile.
  • the partial extent is calculated by first computing the volumes of the smallest boxes encompassing individual parts and subtracting the "intersecting" volume between the parts being grouped into the nest or tile. It is a smaller volume than the
  • total extent and it points more directly to a measure of part grouping compactness.
  • the total volume extend and partial extent described above are used throughout the various steps in the computer program as the two heuristic variables to determine the effectiveness of a particular nest or primary tile. Weighting factors are assigned as inputs to the computer program for these two extents so as to prefer one more to the other in the calculation. Both weights are set to 1.0 in the illustrated embodiment, but other values for these heuristic may be used for different nest and primary tile culling.
  • the algorithms for calculation for a nest made up of left and right parts (subscripts "1" and "r"). In this example, yminl corresponds to the minimum y coordinate for the left parts.
  • the total extent (totExt) and partial extent (PartExt) are determined in accordance with:
  • the computer program contains five storage structures where all the data for the various characteristics of the parts, nests, tiles and layouts are accumulated. Those structures are the /Part/, /Nest/, /Ptile/, /Stile/ and /Layout/ structures (denoted symbolically surrounded by slashes "/"). These variables are more thoroughly described below .
  • the variables within each structure are:
  • Part/Part/ contains variables for the storage of the following part characteristics: 1. Part name which correspond to the text file which stores the part's vertex data
  • /Nest/ contains variables for the storage of the following nest characteristics, each of which is dimensioned to (7400) for the maximum number of possible nests that could be generated:
  • /Layout/ /Layout/ contains variables for the storage of the following Layout characteristics.
  • the stile displacement for the best layout dxlay s dylay s , d ays 4.
  • the z direction displacement for the best layout dxlay z , dylay z , dzlay z
  • Nesting is the process by which we take two irregular 3D objects or parts are taken and brought together until they "touch” each other on their periphery. This grouping of two parts is called a "nest”. A nest is typically formed from two different parts, but for the pictorial examples that follow the same part is used. The parts are brought towards each other as close together as possible to form a nest as compact as possible.
  • the parts to be nested are first circumscribed inside the smallest possible box.
  • the bottom .and top z surfaces of the bounding box are not fully nested, but only are stacked; in other embodiments, full nesting (optimal) is performed.
  • the other four lateral faces of this box are numbered from 1 to 4.
  • the program sets up a loop to go through all possible combinations for each face of the left part to be approached by each face of the right part, a total often combinations in all. Another ten face-to-face combinations are to accommodate when the right part is "flipped" along the z axis, yielding a total of twenty face combinations used for nesting.
  • Figs. 15A and 5B illustrate two nest approaches. Fig.
  • FIG. 15 A shows nesting for sides 1 and 2 (left .and right part respectively) and Fig. 15B shows sides 1 and 1 with the right part flipped.
  • Nesting is accomplished in two steps: (1) an axial move (in the x direction or direction of approach), and (2) a tangential move for the further reduction of the overall volume of the nest.
  • the left part of the nest remains static while the right part is iteratively moved towards the left part in search for the maximum approach to it. Since the approach is in the x direction, a grid in the yz plane is first defined that grid contains the starting locations for the right part's approach toward the left part. A total often grid locations is implemented in the y direction while in the z direction, in increments of the interlevel distance dz are stepped through.
  • the total number of yz plane grid points is 10(nzl+nzr-3).
  • the maximum number of z cross-section levels allowed per part is 20, there are a maximum of 370 iterative grid points in the yz plane.
  • the program (7400) is determined by combining these yz grid points with the number of face to face combinations. For the exemplary object 140, having only 4 cross-sections there are only 50 yz grid points and a total of 1,000 possible nests generated.
  • the axial move is accomplished by calculation Nv intersection distances from the left part's vertices towards the right part's sides, and Nv intersection distances from the right part's vertices toward the left part's sides.
  • intersection algorythm is executed for every z plane cross-section and for each of the yz plane grid points.
  • the amount that the right part is moved towards the left one is the smallest of the 2-NvNz dist-ances calculated for each of the 7,400 (maximum) nests to be computed.
  • the tangential move is an adjustment implemented once the axial move has been performed.
  • the part is displaced with the intersecting vertex along the other part's intersecting side in the direction along that side until another "collision" occurs and a more compact nest is formed.
  • parts are "rotated” by an angle such that the intersecting side is horizontal, allowing use of the same intersection routine as for the axial move.
  • Figs. 16A-16E show the nesting procedure for one of the z cross-section levels.
  • the first step shows the set up before the axial move.
  • the second step shows the geometry after the axial move.
  • the third step (Fig.
  • FIG. 16C shows the geometry after rotation is done so as to render the tangential direction horizontal. At this point, a similar intersection algorithm procedure to the axial move is performed in order to obtain the smallest intersecting line to further approach the right part towards the left one.
  • the fourth step (Fig. 16D) depicts the set up after the right part has been moved, and finally the fifth step (Fig. 16E) shows the final nested situation with the frame of reference rotated back to the original position.
  • Fig. 17A and 17B show two of the better nests formed with the test object 140.
  • a predetermined number of the nests (the ones that ranked highest) are passed to the primary tiling step.
  • two nests are brought together in the x direction to form a primary tile or "ptile".
  • a ptile is made of two nests or four parts, and the same rational is used to form a ptile as used to form a nest.
  • the primary tiling procedure starts by placing two nests side by side in the x direction. As in the nesting step, the left nest remains static, while the right nest is moved towards the left one as much as possible.
  • a grid is formed in the yz plane for the iterative approach, with ten grid points in the y direction and a number of z grid points corresponding to all the corresponding intersecting z cross-section levels between the two nests.
  • a few hundred ptiles are generated per each nest passed from the nesting step.
  • For the test object 140 there are only 70 ptiles per nest. Since the maximum number of nests passed to the primary tiling step is set to 50, a maximum of 3,550 ptiles are generated, but for test object 140, the maximum number of ptiles is 350.
  • the intersection algorithm is recalled in order to calculate the smallest distance to approach the right nest towards the left one until any part on the right nest touches any part on the left nest.
  • the computer program numbers the parts set up in this process in the following manner:
  • Part 1 Left Part - Left Nest
  • Part 2 Right Part - Left Nest
  • Part 3 Left Part - Right Nest
  • Part 4 Right Part - Right Nest
  • the intersection algorithm routine is then performed four times in sequence to check for the smallest axial approach.
  • the routine is called for parts 1 and 3, then for part 1 and 4, then for parts 2 and 3, and finally for parts 2 and 4. This allows determination of the collision of any of the parts on the left nest with any of the parts on the right nest.
  • Figs. 18A and 8B show first the set up situation for a particular primary tile of test, object 140 (Fig. 18A) figure and then the actual tile achieved
  • a small percentage of the ptiles formed are then passed onto the secondary tiling step.
  • two ptiles are brought together in the y direction to form a secondary tile or "stile".
  • An stile is made up of two ptiles or four nests, or eight parts.
  • two ptiles are placed on the bottom of the domain. Then one more nest is set up along the top that is to be nested downwards towards the two ptiles near the bottom of the space.
  • the two ptiles on the bottom are composed of parts numbered 1 through 8 from left to right.
  • the two parts making up the nest at the top are labeled 9 and 10.
  • the top nest (the one to be dynamically moved to form the stile) is positioned according to whether the ptile has downward or upward flow (dy p ⁇ 0 or dy p >0).
  • Fig. 19 shows geometry prior to the secondary tiling iteration for the case of dy p >0.
  • the top nest is positioned just above the bottom left three nests and to the left of the bottom rightmost nest.
  • the top nest is then iterated on a xz grid in a similar manner as done in the ptile process, except that the x displacement for this grid (as shown on the figure) is equal to the primary tile period.
  • the same rational as before is used, and in the process over a thousand different stiles -are generated for each of the ptiles passed onto this step from the primary tiling step.
  • the coordinate system 90 degrees is rotated 90 degrees and the previously described axial (x direction) intersection algorithm is performed .
  • a check is performed to determine the smallest approach distance between any of the two top parts (part nos. 9 and 10) and any of the six bottom parts (part nos. 1 through 6 for the dy p >0 case).
  • the top nest is set up just to the right of the bottom leftmost nest.
  • the intersection test is made between parts 9 and 10 (top nest) and parts 3 through 8 (bottom tiles). The resulting stile is shown in Fig. 20.
  • Tertiary Tiling/Layout Performance of the secondary tiling step yields two numbers: the primary and the secondary tiling period. These numbers represent the displacements in the primary and secondary tiling directions, and replication of as may nests as desired on a skewed plane formation for these parts. For each of these secondary tiles produced, a tertiary tiling is also implemented. In the tertiary tiling process of the illustrated embodiment, secondary tiles together in the z direction using a simple stacking rationale, bringing the stiles no closer than their closest boundaries. In that form, the layout is an inexpensive calculation and can be performed for every stile generated without the need for secondary tile culling.
  • the secondary tiled configuration can be optimally nested into stacks with optimal packing.
  • the latter process can be performed with reduced computational time using the above described heuristic method.
  • the "stacking" of skewed planes on top of each other is performed by displacing the layers to avoid collisions when nests or tiles have been formed with non-zero z direction displacements.
  • a simple layout routine takes the data generated for the best tertiary tile and computes the ideal parallelepiped volume needed to contain a single nest.
  • This parallelepiped volume is calculated using the coordinates for the three displacements necessary to form a layout: the primary tiling period (x p , y p , Z p ), the secondary tiling period (x s , y s , z s ) and the displaced z direction stacking period (x z , y z , z .
  • the volume of the parallelepiped formed is calculated from the following formulae:
  • a computation of the utilization ratio is determined by calculating the actual part volume and dividing that volume by the needed parallelepiped volume. Then the layout routine creates a file with the 3DCAD commands that generate the best layout for the parts nested.
  • the test object 140 tested is a very simple one with only a few vertices and cross-section levels to describe it. More complex parts may have typically 10 times more vertices and say 5 times more cross-sections to describe it. This five-fold increase in computation results in a small number of nests/ptiles kept, the computer processing time will not be on the order of an hour, whereas for the large number of nests/ptiles kept, the numerical solution would typically take days. Even with the use of faster computers (e.g., a ten fold increase in speed), a long wait would be expected for a 3D layout.
  • the heuristic nest culling process achieves near optimal layout utilization efficiencies, while using much smaller computation times.
  • the following table shows volume utilization using the configuration of this example, the number of nests/ptiles kept for the test object 140.
  • the three layouts produced for the three cases of 5, 10 and 20 nests/ptiles kept are shown in Figs. 11-13.
  • the weighting factors of the two heuristic variables can be varied in order to further optimize the computation time required. Other heuristics can be used to further shorten computation times further while improving the utilization efficiency.
  • the computer program incorporates z face nesting and tiling as well as lateral nesting tiling.
  • the tangential move of the nesting step is used in both the primary and second tiling steps to produce even more compact layouts.
  • a full intersecting tertiary tiling step (as opposed to the simple "semi-stacking" tiling procedure) can also be used for improved layouts.
  • a more complex 3D part description may be used, permitting multiple connected cross-sections into the geometric algorithms of the numerical calculation.

Abstract

A system (10) includes a part input device (12) a programmed digital computer (14) with an associated display (16) and an output layout buffer print (18). The system includes a nesting process of placing objects together with minimal void space between them. The system is for defining a layout for a plurality of irregular two dimensional (2D) objects on a target plane and three dimensional (3D) objects in a target volume.

Description

METHOD AND SYSTEMS FOR NESTING OBJECTS
The present invention is in the field of manufacturing, processing and design, and also packaging. Nesting is the process of placing objects together with minimal spaces between them. The invention is described below in two forms. The first form, set forth in Part I below, is directed to methods and systems for nesting of two dimensional (2D) objects in a target plane. The second form, set forth in Part II below, is directed to methods and systems for nesting three dimensional (3D) objects in a target volume. The specific details of the preferred embodiments are set forth in those respective parts.
I. METHOD AND SYSTEMS FOR NESTING TWO DIMENSIONAL
OBJECTS IN A TARGET PLANE
FIELD OF THE INVENTION The present invention is in the field of manufacturing processing and more particularly relates to methods and systems for nesting of two dimensional objects. Nesting is the process of placing objects together with minimal space between them.
BACKGROUND OF THE INVENTION There are many design and manufacturing processes in which substantially two dimensional parts-to-be-assembled are initially laid out on and then cut from planar or sheet stock. For example, leather shoes, clothing, pocketbooks, and automobile and furniture upholstery .are often formed from a plurality of panels, or parts, cut from a cowhide. After cutting of the panels for such .an .article, conventional seam joining techniques, such as sewing, are used to assemble the panels to form the finished article. Clothing, upholstery and many other articles of other materials are similarly designed and manufactured in a similar manner. Such other articles include body parts for automobiles, for example, hoods or fenders, which may be stamped from metal sheets, and then subsequently shaped to form the final part configuration. Numerous other articles are similarly manufactured from planar sheets as well.
In the manufacture of all of these parts, it is important to minimize the waste which remains after the parts are cut from the sheet stock. While in some cases, where the waste can be re-used, such as in the case of sheet metal, this factor is of lesser importance, there are many cases where the minimization of waste is of critical importance to the commercial viability of a product. The latter cases particularly include shoe manufacture, where the cost of materials, for example cowhides or synthetic materials, is very high.
In view of such cost considerations, manufacturing processes generally include attempts to minimize waste. However, the conventional attempts at such minimization have been relatively ineffective. In the leather shoe industry, for example, parts are often manually die cut from cowhides, where the die is manually placed on the hide by skilled (or relatively unskilled) workers, typically resulting in maximum yields in the 50-60% range for the typical irregularly shaped parts. In recent years, computer controlled layout of parts on a hide have been achieved, resulting in typical yields as high as the 60-70% range. In U.S. Patent No. 4,210,041, the present inventors disclosed a method for laying out, or nesting, a plurality of identical irregular non-polygonal rounded pieces on a parallel edge-bounded sheet material with relatively little waste. In accordance with the method of that patent, the salient points of the part boundary are connected by straight lines to box the part boundary in a plane polygonal figure. Then, pairs of such plane polygonal figures are pairwise positioned to within a plane closed parallelogram. Finally, a plurality of such parallelogram are arranged side-by-side to define a multiple repeat pattern of objects equal in width to the planar sheet from which the parts are to be cut. A nest constructed in accordance with U.S. Patent 4,210,041 does offer improvement in nesting over prior art techniques; however, the resulting nests are still less than optimal.
It is an object of the present invention to provide an improved method and system for defining a nest of two dimensional objects.
It is another object to provide an improved method and apparatus for cutting a plurality of two dimensional parts form a sheet with high yield.
SUMMARY OF THE INVENTION
The invention is a method and system for defining placement of a plurality of two-dimensional objects on a target planar surface with minimal void space between them. The invention automatically packs the maximum number of irregul-ar parts possible (preferably, of up to two different shapes) with minimum wasted surface area. The invention uses a heuristical approach, so that intelligent decisions are made in order to carry only a small percentage of intermediate solutions to completion. In typical cases, this enables the computation time used in the nesting process to be reduced from hours to minutes, allowing for a more interactive nesting design environment.
The invention uses a combination of topology analysis and numerical iteration to determine an efficient layout in short computation times. The process commences by defining a first sub-nest in a central part of the target, grouping parts to each other, and then "grows" or extends outward toward the boundaries of the target. The resultant layouts are generally parallelogramic and thus angled in nature. The "angled" layout is contrary to conventional rectangular (90 degree) nesting practice. A heuristic approach is used with an interactive process to curtail long computation times and to produce nested layouts much faster.
The nesting method and system of the invention maximizes material utilization from the "center outwards" by minimizing the voids between nested parts. In contrast, conventional nesting practice first defines a target area and then fits parts starting from one edge and "flowing" parts across the target area until the opposite edge is reached.
The heuristics used to curtail long computation times, are intermediate measures of how good a nest is. As the process proceeds from one stage to the next, measures of nesting effectiveness are calculated and only a small percentage of all the possibilities are allowed to continue to higher stages. This "nest culling" heuristical process is effective in substantially reducing computation times. By allowing only the best intermediate nests to proceed to the "tiling" stages, layout times are typically reduced with no practical loss in nesting efficiency.
BRIEF DESCRIPTION OF THE DRAWINGS
The foregoing and other object of this invention, the various features thereof, as well as the invention itself, may be more fully understood from the following description, when read together with the accompanying drawings in which:
FIG. 1 shows a block diagram of a system in accordance with the invention; FIG. 2 shows an exemplary part to be nested;
FIG. 3 shows the total nest extent for a nest of the part of FIG. 2; FIG. 4 shows the partial nest extent for a nest of the part of FIG. 2; FIGS. 5A and 5B shows two nest approaches for a nest of the part of FIG. 2; FIGS. 6A-6E show the nesting procedure for the exemplary p-art of FIG. 2; FIG. 7 shows a set up and actual tile for a primary tile for nests of the exemplary part of FIG. 2;
FIG. 8 illustrates the secondary tiling step of the invention; and FIGS. 9 and 10 show exemplary nesting layouts determined using the method and system off the invention.
DESCRIPTION OF THE PREFERRED EMBODIMENT A system 10 embodying the invention is shown in Fig. 1. The system 10 includes a part input device 12 a programmed digital computer 14 with an associated display 16 and an output layout buffer printer 18. The part input device 12 may be a conventional computer running a computer aided design program, such as AutoCad. The computer may be an IBM type Pentium-based or an Apple PowerPC-based personal computer (with a conventional monitor for display 16) programmed to perform the process of the invention. The layout buffer 18 may include a conventional storage medium for storing the layouts determined by the programmed digital computer 12.
The following description sets forth how two dimensional (2D) parts are input and defined and how their areas are computed. Data structures are then defined that hold the nesting and tiling information as well as the measure for their incremental effectiveness (permitting use of the heuristics) along the process. Finally, the following sequential steps in the procedure: (1) Nesting, (2) Primary Tiling, (3) Secondary Tiling, and (4) Layout. The computer 12 uses a program that compresses 2D irregular figures (from device 12) onto a target stock area, with minimum area wasted between the figures. The program combines geometric analysis of the parts to be laid out and numerical iteration for exhaustiveness. As a main feature of the process, the pats are nested into parallelogramic orientations and not rectangular orientations (the traditional method). This flexibility in orientation allow a larger compression of the parts and a lesser waste of material stock. In the preferred embodiment this computer program nests only two different geometrical shapes, and then "tiles" those nested pairs. The program also performs "nest culling" to avoid unnecessary computation. Major tasks performed in the invention are: Task 1 : Define and implement input of the geometry of parts (components) and the target. Task 2: Provide an intersection algorithm/process . Task 3 : Add multiple numerical iteration loops for the various nesting/tiling steps. Task 4: Implement measurement of nesting success as void areas and nest extent areas.
Task l: The component parts (to be nested) and the target (upon which the parts are nested) are defined in two dimensional space. In this illustrated embodiment, a part can be "drawn" in the two dimensional computer screen of monitor 16 and the computer 14 then stores this information as a list of x-y coordinates for the vertices of the boundary of a piecewise linear model of the part. In other words, the parts are defined as multisided polygons. These polygons can typically have 10's or 100's of sides depending on the complexity of the figure (curvature of its sides) and the required accuracy of the nesting solution. As a result, parts are stored in files which consist of a 2 column table of x,y coordinate pairs for all the vertices of the part.
Task 2:
The intersection procedure checks for collisions between parts which may be considered to translate in two dimensional space. This is done in two dimensions by computing the smallest distance between all the vertices of a part number 1 (x,,y,) and a part number 2 (x2,y2). This is ((xj - x]) + (yj -
Figure imgf000008_0001
In addition, this check for collisions is done between every "peripheral node" of component 1 with every
"peripheral node" of part 2. Once that smallest distance is obtained, it is subtracted from every node on one of the parts into what constitutes the translation of this part toward the other one until the two parts basically "touch" each other in the two dimensional space. The intersection procedure constitutes a translation in a particular direction which is not controlled by the user, but is determined by the way the parts are placed in the "working area". In order to control the directionality of the "approach/collision" process, a different approach is implemented. Instead of calculating vertex to vertex distances using the above formulae, the intersection of part 1 vertices with part 2 sides and part 2 vertices with part 1 sides is determined. The computation of vertex-to-side distances is somewhat more involved and is described below in connection with the nesting section of the process. In addition
"minimum distance part-to-part approaches" are done in the X (horizontal) direction. Directionality is achieved by rotating the parts, nests or tiles a specified angle.
Task 3: The nesting and tiling steps have "primary" and "secondary" moves. These moves are made so as to bring two parts or two nests close to each other in order to package them as tightly as possible. The primary move is made in the X direction. The parts (or nests) are placed side by side and then one of them is offset in the Y direction. The amount of this offset (from a maximum of the part's height to the negative of the part's height) constitutes the first iteration loop. In other words, the primary move is made for every Y offset. Once the primary move is made, the secondary move is performed in the Y direction. Then a rotation of the figures is performed for the appropriate angle (90 degrees in this case) so as to bring the approaching direction in the X direction. Then, the secondary move is performed again in the X direction. This primary/secondary move iteration loop is nested within a part side-to-side combination loop. This side-side- combination loop cycles through all the possible side-side combinations of the parts nested. In addition, after every X direction move (for both primary and secondary approaches), a "tangential" move is made in the direction of the intersecting vertex/side. Again the system is rotated by the appropriate angle and another X direction approach is performed.
(This slides the vertex along the intersecting side for further compactness). Finally, within the primary/secondary and tangential moves, another loop is performed which cycles through all possible vertex-to-side combinations while looking for the minimum approach intersection process set forth under Task 3 above. Task 4:
The necessary geometrical computations for the size of the nest are "Total Event" are determined in Task 4. Obtaining the area of an assembly of components is a straight forward calculation. The extent of the void areas between the components is determined. Typically, this is a relatively complex and computer intensive calculation. However, instead of computing nest's void areas, the preferred form of the invention calculates the "Partial Extent" of a nest. As set forth below, in the nesting section of the process description, this partial extent includes a measure of the area intersected between parts when forming a nest. This area saved is the inverse or complement of the void area proposed as a heuristic. This "intersection" saved area is much easier to calculate, and has similar bearing in terms of the effectiveness of a nest as the proposed wasted void area. The success of the neuristic-based process for nest culling is evaluated, along with total extent and partial extent. These heuristics limit the number of nests passed to the primary tiling stage, and are also applied to the primary tiling passage to secondary tiling stage. This further limits the search tree and has dramatically improved the performance of the expensive (computer time-wise) tiling stage. A system of weighting factors is used for the two main heuristic variables, so as to ascertain the relative importance of one versus the other.
COMPUTER PROGRAM DESCRIPTION
This section provides a brief description of the program used in computer 14. The hardware platform is an Apple Macintosh Centris 650 computer with a 17" color monitor and laser printer. The CAD software used for this embodiment consists of two packages - Autodesk's AutoCAD and Graphsoft's MiniCAD. This embodiment was developed using the following combination of software tools: 1 - Macintosh Programmer's Workship (MPW) for the operating environment (including editing and debugging); 2 - FORTRAN Compiler for the coding and compilation of the program; and 3 - MiniCAD for the part input and output layout visualization. The CAD package allows ease in description on the parts, and interactive visualization of the layouts. Alternatively, AutoCAD could be used
The inner regions of the nests have great importance in the invention (as opposed to the peripheral or edge regions near the target's boundaries.) The computation is segmented into four sequential steps: Nesting, Primary Tiling, Secondary Tiling, and Layout. The process is initiated with the nesting step, where two irregular objects or parts are taken and brought together until they "touch" each other on their periphery. This grouping of two parts is called a "nest". The parts are brought towards each other as close together as possible for form as compact as possible a nest. Depending on the complexity of the parts being nested, the computer program actually performs from many hundreds to many thousand different nests and ranks them according to their compactness (using heuristic variables previously described).
Once the nests are formed and ranked, a predetermined number of these nests (the ones that ranked highest) are passed to the primary tiling step. In this step two nests are brought together in the X direction to form a primary tile or "ptile". A ptile is made of two nests or four parts. The same rational is used to form a ptile as to form a nest. In other words, a grouping of two nests is created that forms the most compact unit. Typically, a few hundred ptiles are generated per each nest passed from the nesting step. These ptiles are consequently ranked using heuristic variables for compactness.
A small percentage of the ptiles formed (a predetermined number) are then passed onto the secondary tiling step. In this case, two ptiles are brought together in the Y direction to form a secondary tile or "stile". A stile is made up of two stiles or four nests or eight parts. Again, the same rational as before for nest formation is used, and in the process, over a thousand different stiles are generated for each of the ptiles passed onto this step form the primary tiling step. Finally, a simple layout routine takes the data generated for the best secondary tile and computes the ideal parallelogramic area needed to contain a single nest. A computation of the utilization ratio follows by calculating the actual part area and dividing that by the needed parallelogramic area. Then the layout routine creates a file with the CAD commands that generate the best layout for the parts nested.
A step by step description of the computer program will now be described, starting with a description of the parts and ending with a description of the computation steps: Nesting, Tiling and Layout.
Part Description
In order to describe and input parts in two dimensions, they are defined as polygons in the xy plane. Each polygon can be made of (typically) 100 to 1000 vertices described by x,y coordinate pairs. This method for part input enables description of parts in a simple way, which include curvatures, for the which small polygonal sides are used (vertices are very close together where the curvatures need to be described accurately).
As an example of this methodology, Fig. 2 shows an exemplary part, composed often vertices in the xy plane and labeled with coordinates (x,,x2) through (xI0,y10). This simple figure is thus fully described with a set of 10x,y coordinates pairs for a total of twenty numbers. The p-art description for the part of Fig. 2 is stored in a small text file with all the x,y coordinate pairs. Thus, design and input of parts is very simple using this mode, although, non every part is described by this mode, unless restricted to singly- connected cross-sections.
Part Area Calculation
Part areas are calculated as three different areas: (1) the actual part area, (2) the total area extent for nests and tiles, and (3) the partial area extent for nests and tiles. The computation of the part area is straight forward. If ymιn is the smallest y coordinate, then the part area A is given by:
Nv-\ A = ∑ 1/2(X1+1 - X,)(y,+1 + y1 - 2ymιn)
(=0
where Nvis the number of vertices, (Nv = 10 in the case of the part of Fig. 2).
The total extent area is calculated as the smallest rectangle that can contain a particular nest or tile. This is illustrated in Fig. 3. This total area extent is only involves the knowledge of the maximum and minimum x,y values for the parts within the nest or tile. The partial area extent illustrated in Fig. 4, is a more accurate measure of the actual area used by the individual parts within the nest or tile.
This partial extent is calculated by first computing the areas of the smallest rectangles encompassing individual parts and subtracting the "intersecting" area between the parts being grouped into the nest or tile. It is a smaller area than the total extent and it points more directly to a measure of part grouping compactness. The two extents described above are used through out the various steps in the computer program as the two heuristic variables to determine the effectiveness of a particular nest or primary tile. Weighting factors are assigned as inputs to the computer program for these two extents so as to prefer one more to the other in the calculation. For the illustrated embodiment, both weights are 1.0 (but other values may be used) for nest and primary tile culling.
As an example of how these extents are computed, the following algorithms for their calculation is used for a nest made up of left and right parts (subscripts "1" and "r"). Here, ymm corresponds to the minimum y coordinate for the left part:
TotExt = [max(xmaxl,xmaxr) - mm(xminι,xminr)]*[max(ymαxι,ymαxr) - m (ymin,,yminr)]
Ext i = (xmαx, - xmin^)*(ymαx1 - ymin,)
Extr = (xmαxr - xminr)*(γmαxr - ymin,) PαrtExt = Ext, + Extr - [xmαx, - xminr]* [mm(ymαx,,ymαxr) - meoi(ymin,,yminr)]
Basic Structures
The computer progr,am contains five storage structures, where all the data for the various characteristics of the parts, nests, tiles and layouts are accumulated. They are the /Part/, /West/, /Ptile/, /STile/ structures (denoted symbolically surrounded by slashes "/"). These variables are more completely described below. For reference, the variables within each structure are now briefly described as:
/Part/ Part 1 contains variables for the storage of the following part characteristics:
1. Part name which correspond to the text file which stores the part's data
2. Number of vertices - Nv
3. The x-y coordinates for the minimum and maximum values- xmin ... Ymax
4. The X-Y arrays for the x-y coordinates of dimension Nv /Nest/
,/Nest/ contains variables for the storage of the following nest characteristics, each of which is dimensioned to (100) for the maximum number of possible nest that could be generated: 1. Left,Right part's side number - nsidel, nsider (an integer between 1-4)
2. The right part's displacement relative to the left part for form the nest - dxn,dyn
3. The total and partial extent for the nest - TotExtn,PartExten
4. The ranked sequence from best to worst nest - Seqncn 5. The total number of nests generated by the nesting step (not an array)
- Nn
/PTile/
/Ptile/ contains variables for storage of the following Primary Tile characteristics, each of which is dimensioned to (50, 10) for the maximum number of possible nests that are allowed to pass to the primary tiling step = 50, and the maximum number of ptiles generated per each nest passed = 1 0.
1. The right nest's displacement relative to the left nest, to form the primary tile - dxp,dyp 2. The total and partial extent for the ptile - TotExtp,PartExtp
3. The ranked sequence from est to woi-st ptile foi- both the nest passed and the ptile for that nest (singly dimensioned to (50) - Nseqncp,TSeqncp
4. The total number of stiles generated by the primary tiling step for each nest passed to it (singly dimensioned to (50)) - Np
/Stile/
/Stile/ contains variables for the storage of the following Secondary Tile characteristics, each of which is dimensioned to (50,1080) for the maximum number of possible ptiles that are allowed to pass to the secondary tiling step = 50, and the maximum number of stiles generated per each ptile passed = 1080. 1. The top ptil's displacement relative to the bottom ptile, to form the secondary tile dxs,dys
2. The effective parallelogram area used per part - Pa
3. The ranked sequence from best to worst stile for both the ptile passed and the stile for that ptile(singly dimensioned to (50)) - Nseqncs,TSeqncs
4. The total number of stiles generated by the secondary tiling step for each ptile passed to it (singly dimensioned to (50)) - Ns
/Layout/
/Layout/ contains variables for the storage of the following Layout characteristics.
1. The nest displacement for the best layout - dxlaYn,dylaYn
2. The ptile displacement for the best layout - dxlayp,dylayp
3. The stile displacement for the best layout - dxlays,dylays
4. The smallest effective parallelogram area used per part, in the final layout - Pamin
Nesting
Nesting is the process by which two irregular objects or parts are taken and brought together until they "touch" each other on their periphery. This grouping of two parts is called a "nest". A nest is typically formed from two different parts, but for the pictorial examples that follow, the same part is used. The parts are brought towards each other as close together as possible to form a nest as compact as possible.
First, the parts to be nested are circumscribed inside the smallest possible rectangle. The four lateral faces of this rectangle are numbered from 1 to 4. A loop is set up to go through all possible combinations for each face of the left part to be approached by each face of the right part, a total of the combinations in all. Figures
5A and 5B illustrate two nest approaches where Fig. 5A shows nesting for sides 1 and 2 (left and right part respectively) and Fig. 5B shows sides 1 and 2.
Nesting is accomplished in two steps: the axial move (in the x direction or direction of approach), and the tangential move for further reduction of the overall area of the nest. The left part of the nest remains static whereas the right part is iteratively moved towards the left part in search for the maximum approach to it.
Since the approach is in the x direction, a grid is first defined in the y direction which contains the starting locations for the right part's approach toward the left part. A total often grid locations is implemented in the y direction. Combining these y grid points with the number of face to face combinations, the maximum number of nests is generated by the program, which is 100.
The axial move is accomplished by calculating Nv intersection distances from the left part's vertices towards the right part's sides, and Nv intersection distances from the right part's vertices toward the left part's sides. The amount that the right part can now be moved towards the left one is the smallest of the 2-Nv distances calculated for each of the 100 (maximum) nests to be computed.
The tangential move is an adjustment that is implemented once the axial move has been performed. For the tangential move, the part displaced with the intersecting vertex along the other part's intersecting side in the direction along this side until another collision occurs forming a more compact nest. In order to accomplish this move, the parts are rotated by an angle such that the intersecting side is horizontal, allowing use of the same intersection routine as for the axial move, saving a great deal of computation time.
Figs. 6A-6E show this nesting procedure for the exemplary part of Fig. 2. Fig 6A shows the set up before the axial move. Fig. 6B shows the geometry after the axial move. Fig. 6C shows the situation after rotation is done so as to render the tangential direction horizontal. At this point, a similar intersection algorithm procedure to the axial move is performed in order to obtain the smallest intersecting line to further approach the right part towards the left one. Fig. 6D depicts the set up after the right part has been moved, and finally; Fig. 6E shows the final nested situation with the frame of reference rotated back to the original position.
Once the nests are formed, their total and partial area extents are calculated and stored appropriately. Then, these nests are sorted and sequenced, from best to worst, by seeking for the smallest area extents. Weight factors are applied to each of the two heuristic variables in order to investigate their individual effectiveness. This process is performed referred to as Nest Ranking.
Primary Tiling
Once the nests are formed and ranked, a predetermined number of these nests (the ones that ranked highest) are passed to the primary tiling step. In this step, two nests are brought together in the x direction to form a primary tile or "ptile". A ptile is made of two nests or four parts. The same rational is used to form a ptil as to form a nest. The primary tiling procedure starts by placing two nests side by side in the x direction. As in the nesting step, the left nest remains static whereas the right nest is moved towards the left one as much as possible.
A ten point grid is formed in the y direction for the iterative. Since the maximum number of nests passed to the primary tiling step is 50, a maximum of 500 stiles are generated. Once the two nests are set up and made ready for axial compression (in the x direction), the intersection algorithm is recalled in order to calculate the smallest distance to approach the right nest towards the left one until any part on the right nest touches any part on the left nest. The parts set up in this process in the following manner:
Part i : Left Part - Left Nest Part 2: Right Part - Left Nest Part 3: Left Part - Right Nest Part 4: Right Part - Right Nest
The intersection algorithm routine is then performed four times in sequence to check for the smallest axial approach. The routine is called for parts 1 and 3, then for parts 1 and 4, then for parts 2 and 3, and finally for parts 2 and 4. This allows investigating of the collision of any of the parts on the left nest with any of the parts on the right nest. Fig. 7 shows first the set up situation for a particular primary tile of the exemplary part and then the actual tile achieved. Secondary Tiling
A small percentage of the stiles formed (a predetermined number) are then passed onto the secondary tiling step. In the secondary tiling step, as shown in Fig. 8, two stiles are brought together in the y direction to form a secondary tile or "stile". An stile is made up of two stiles or four nests or eight parts. In order to set up the geometry for secondary tiling, first two stiles are placed on the bottom of the domain. Then one more nest is set up along the top that will be nested downwards towards the two stiles near the bottom of the space. The two stiles on the bottom .are composed of p-arts numbered 1 through 8 from left to right. The two parts making up the nest at the top are labeled 9 and 10. The top nest (the one to be dynamically moved to form the stile) is positioned according to whether the ptile has downward or upward flow (dyp<0 or dyp>0).
Fig. 8 describes the geometry prior to the secondary tiling iteration for the case of dyp>0. In that Figure the top nest is positioned just above the bottom left three nests .and to the left of the bottom rightmost nest. The top nest is then iterated on a x grid in a similar manner as the ptile process, except that the x displacement for this grid (as shown in the figure) is equal to the primary tile period. Again, the same rational as before is used .and in the process, ten different stiles are generated for each of the ptiles passed onto this step form the primary tiling step. In order to do a y direction secondary tiling, the coordinate system is first rotated 90 degrees and the previously described axial (x direction) intersection algorithm is performed. In this case, the smallest approach distance between any of the two top parts (parts no. 9 and 10) and any of the six bottom parts is detected (parts no. 1 through 6 for the dyp>0 case). In the case of dyp<0, the top nest is set up just to the right of the bottom leftmost nest. As a result, the intersection test is made between parts 9 and 10 (top nest) and parts 3 through 8 (bottom tiles).
Layout
Once the secondary tiling is performed, two numbers are known: the primary and the secondary tiling period. These are the numbers the represent the displacements in the primary and secondary tiling directions, which enable replication of as many nests as desired on a skewed plane formation for these parts. Finally, a simple layout routine takes the data generated for the best secondary tile and computes the ideal parallelogram area needed to contain a single nest. This parallelogram are is calculated using the coordinates for the two displacements necessary to form a layout: the primary tiling period (xp,yp), and the secondary tiling period (xs, ys). The area of the parallelogram forms is then calculated from the following formulae:
' χl + y
ι, = ^2 + y'
χ P χs + yPys cos^ = p s
A lplsps
A computation of the utilization ratio follows by calculating the actual part area and dividing that by the needed parallelogram area. Then, the layout routine creates a file with the CAD commands that generate the best layout for the parts nested.
With the invention very efficient layouts can be determined with reasonable computation times, using two heuristical variables to eliminate unnecessary branches in the computation process. For simple parts, around 20 nests and primary tiles can be used for passage to higher tiling stages, and still achieve near optimal packing efficiencies. Other numbers of nests and primary tiles can also be used.
Figs. 9 and 10 show exemplary nesting layouts for components of a shoe, which were determined using the invention. The invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein.
II. METHOD AND SYSTEM FOR NESTING THREE
DIMENSIONAL OBJECTS IN A TARGET VOLUME
REFERENCE TO RELATED APPLICATION This application is a non-provisional application based on provisional U.S. application Serial No. 60/069,561, filed on December 12, 1997. That application is incorporated by reference herein.
FIELD OF THE INVENTION The present invention is in the field of manufacturing packaging and design and more particularly relates to methods and systems for nesting (or packaging) of two dimensional objects in a target volume. Nesting is the process of placing objects together with minimal space between them.
BACKGROUND OF THE INVENTION
There are many design and manufacturing processes in which substantially two dimensional parts-to-be-assembled are initially laid out on and then cut from planes or sheet stock. For example, leather shoes, clothing, pocketbooks, and automobile and furniture upholstery are often formed from a plurality of panels, or parts, cut from a cowhide. After cutting of the panels for such .an article, conventional seam joining techniques, such as sewing, are used to assemble the panels to form the finished article. Clothing, upholstery and many other articles of other materials are similarly designed and manufactured in a similar manner. Such other articles include body parts for automobiles, for example, hoods or fenders, which may be stamped from metal sheets, and then subsequently shaped to form the final part configuration. Numerous other articles are similarly manufactured from planar sheets as well. In the manufacture of all of these parts, it is important to minimize the waste which remains after the parts are cut from the sheet stock. While in some cases, where the waste can be re-used, such as in the case of sheet metal, this factor is of lesser importance, there are many cases where the minimization of waste is of critical importance to the commercial viability of a product. The latter cases particularly include shoe manufacture, where the cost of materials, for example cowhides or synthetic materials, is very high.
In view of such cost considerations, manufacturing processes generally include attempts to minimize waste. However, the conventional attempts at such minimization have been relatively ineffective. In the leather shoe industry, for example, parts are often manually die cut from cowhides, where the die is manually placed on the hide by skilled (or relatively unskilled) workers, typically resulting in maximum yields in the 50-60% range for the typical irregularly shaped parts. In recent years, computer controlled layout of parts on a hide have been achieved, resulting in typical yields as high as the 60-70% range.
In U.S. Patent No. 4,210,041, the present inventors disclosed a method for laying out, or nesting, a plurality of identical irregular non-polygonal rounded pieces on a parallel edge-bounded sheet material with relatively little waste. In accordance with the method of that patent, the salient points of the part boundary are connected by straight lines to box the part boundary in a plane polygonal figure. Then, pairs of such plane polygonal figures are pairwise positioned to within a plane closed parallelogram. Finally, a plurality of such parallelogram are arranged side-by-side to define a multiple repeat pattern of objects equal in width to the planar sheet from which the parts are to be cut. A nest constructed in accordance with U.S. Patent 4,210,041 does offer improvement in nesting over prior .art techniques; however, the resulting nests are still less than optimal.
Part I of the disclosure as set forth above discloses improvements in nesting of two dimensional objects. That application is incorporated by reference herein. Further, there is a need to nest three dimensional objects in a target volume. Typically three dimensional objects are manually, or by machine, packed in target volumes with less than optimal techniques. It would be advantageous in many industries to use an optimal technique. For example in the container shipping industry, containers are packed with objects to be shipped using manually determined placement of the object, generally starting from one border of the container and adding objects one at a time until the container is "full". There are of course cases where an optimized process is easily realized, such as where identical cubic objects are placed in a container having dimensions which are integer multiples of the dimensions of each side of the cubic object. Generally, however, the cubic shape and those container dimension constraints are not present and the conventional packaging methods result in a "filled" container with substantial void regions between the packed objects. It is an object of the present invention to provide an improved method and system for defining a nest of three dimensional objects.
It is another object to provide an improved method and apparatus for packaging a plurality of three dimensional parts in a target volume.
SUMMARY OF THE INVENTION
The invention is a method and system for defining placement of a plurality of three-dimensional (3D) objects in a target volume with minimal void space between them. The invention automatically packs the maximum number of irregular parts possible (preferably, of up to two different shapes) with minimum wasted interpart void regions. The invention uses a heuristic approach, so that intelligent decisions are made in order to carry only a small percentage of intermediate solutions to completion. In typical cases, this enables the computation time used in the nesting process to be reduced from hours to minutes, allowing for a more interactive nesting design environment. The invention uses a combination of topology analysis and numerical iteration to determine an efficient layout in short computation times. The process commences by defining a first sub-nest in a central part of the target volume, grouping parts to each other, and then "grows" or extends outward toward the boundaries of the target volume. The resultant packing layouts are generally parallelogramic, angled in nature. The "angled" layout is contrary to conventional rectangular (90 degree) nesting practice. A heuristic approach is used with an iteractive process to curtail long computation times and to produce nested packing layouts much faster.
The nesting method and system of the invention maximizes target volume utilization from the "center outwards" by minimizing the void regions between nested parts. In contrast, conventional nesting practice first defines a target area, and then fits parts starting from one boundary of the target volume and "flows" parts across the target volume until the opposite edge is reached.
The heuristics used to curtail long computation times, are intermediate measures of how good a nest is. As the process proceeds from one stage to the next, measures of nesting effectiveness are calculated and only a small percentage of all the possibilities are allowed to continue to higher stages. This "nest culling" heuristical process is effective in substantially reducing computation times. By allowing only the best intermediate nests to proceed to primary, secondary and tertiary "tiling" stages, layout times are typically reduced with no practical loss in nesting efficiency.
BRIEF DESCRIPTION OF THE DRAWINGS
The foregoing and other object of this invention, the various features thereof, as well as the invention itself, may be more fully understood from the following description, when read together with the accompanying drawings in which: Fig. 11 shows a block diagram of a system in accordance with the invention;
Fig. 12A and 12B show an exemplary part to be nested;
Fig. 13 shows the total nest extent for a nest of the part of Fig. 12;
Fig. 14 shows the partial nest extent for a nest of the part of Fig. 12;
Figs. 15A and 5B shows two nest approaches for a nest of the part of Fig. 12; Figs. 16A-16E show the nesting procedure for the part of Fig. 12;
Figs. 7A and 7B show two "better" nests of the part of Fig. 12;
Fig. 18A and 18B show a set up and actual tile respectively for a primary tile for nests of the part of Fig. 12;
Fig. 19 shows the geometry prior to secondary tiling for the part of Fig. 12; and
Fig. 20 illustrates the secondary tiling step for the part of Fig. 12 of the invention. DESCRIPTION OF THE PREFERRED EMBODIMENT
The invention is a method and system of nesting a plurality of irregular three dimensional parts into a target volume. The method (and system) uses a combination of topology analysis and numerical iteration to find an efficient layout in short computation times. It starts from an interior (and preferable "center") of the target volume, grouping parts to each other and then "grows" or extends outwards toward the boundaries of the target volume. The resultant packaging layouts are parallelepiped like in nature. This "angled" layout approach is opposite to conventional rectangular (90 degree) nesting practice. A heuristic approach is used in order to curtail long computation times and to rapidly produce nested layouts, giving a designer a much greater interactive responses in his task.
The method and system of the invention maximizes volume utilization from the "center outwards" by minimizing the voids between nested parts. The heuristics used in order to curtail long computation times, are intermediate measures of how good a nest is. As the computation proceeds from one stage to the next, these measures of nesting effectiveness are calculated and only a small percentage of all the possibilities are allowed to continue to higher stages. This "nest culling" heuristical process substantially reduces computation times. By allowing only the best intermediate nests to proceed to tiling stages, layout times are reduced typically from hours of computation to minutes, with no practical loss in nesting efficiency.
A system 110 embodying the invention is shown in Fig. 11. The system 110 includes a part input device 112 a programmed digital computer 114 with an associated display 116 and an output layout buffer 118. The part input device 112 may be a conventional computer running a computer aided design program, such as AutoCad. The computer may be an IBM type Pentium-based or an Apple PowerPC- based personal computer (with a conventional monitor for display 116) programmed to perform the process of the invention. The layout buffer 118 may include a conventional storage medium for storing the layouts determined by the programmed digital computer 112.
The computer program for computer 110 nests many irregular 3D shapes into a regularly shaped "box". In defining that program, there are four tasks which are listed below:
Objective I: Three dimensional extension of the nesting algorithms of Part I of this disclosure as set forth above.
Task 1: Define and implement input of the geometry of parts
(components) and targets boxes in three dimensions.
Task 2: Extend our main intersection algorithm to three dimensional domain.
Task 3: Add three dimensional numerical iteration loops for the part's depth.
Task 4: Change measurement of nesting success to void volumes and nest extent volume as opposed to areas."
An automatic three dimensional packaging method and system computes the geometric layout of the various components within the target "box" in an efficient and relatively fast turnaround time. The method and system accomplishes three dimensional nesting in reasonable times and obtains high levels of packing densities.
Task 1:
In Task 1 parts or components to be packed and target boxes are defined and input in three dimensional space. Initially, a two dimensional peripheral polygon for the cross-section of the three dimensional object are defined and stored in terms of a list of x, y coordinates for the vertices of the boundary of the part. The parts are defined as multisided polygons. These polygons can typically have 10's or 100's of sides depending on the complexity of the figure (curvature of its sides) and the required accuracy of the nesting solution. An extrusion coordinate for every x, y coordinate of this cross-section z (x, y) defines a large class of solid components, those which have box like appearance.
Nevertheless, not all components may be modeled in this fashion. For example, spheres can not be modeled with this simple extrusion method.
Consequently, in those cases a more general method is used that handles all component shapes. In this case, a polygon is first defined for the maximum cross- section. Then this cross-section polygon is subdivided into an (x, y) grid space of approximately ten subdivisions for each (depending on accuracy desired). Finally, left .and right extrusion values are defined for each grid node. This more complicated description of the component is particularly useful for complex parts.
A "Multiple Extrusion" solid molding technique is used. This technique defines a series of cross-sectional polygons in the xy plane (typically 5 to 20 cross- sections), which are then multiply extruded/connected in the z direction. Each cross- sectional polygon can be made of (typically) 10 to 100 vertices described by x, y coordinate pairs. In addition each cross-section is associated with a given z coordinate level or value. After connecting corresponding vertices across "z cross- section levels" a three-dimensional body fitted mesh is formed for the peripheral surface of the parts. This method for part input enables a description of a wide variety of 3D solids.
Task 2:
In Task 2, the intersection algorithm of the incorporated reference is extended into three dimensions. This is done in two dimensions by computing the smallest distance between all the vertices of part number 1 (x„ y,) .and part number 2 (x2, y2).
Figure imgf000026_0001
In the three dimensional case of the invention, coordinates of the form (x, y, z) are used so that a check for minimum translational intersection distance is:
Λ 2 2-χι2)+(/22- ι2)+(z22-zι2)
This check may be done between every "peripheral node" of component 1 with every "peripheral node" of part 2. Once that distance is obtained, it is subtracted from every node on one of the parts into what constitutes the translation of that part toward the other one until they effectively touch each other.
The intersection procedure is used except that, in some forms of the invention, instead of calculating vertex to vertex distances using the above formulae, the intersection of part 1 vertices with part 2 sides and part 2 vertices with part 1 side. The computation of vertex to side distances is described more fully below in connection with the nesting section of the program description.
Task 3: The invention uses only "primary", "secondary" moves in the nesting and tiling steps, and also a "tertiary" move in the component depth direction. A third nested loop for numerical iteration in order to apply our three dimensional intersection algorithm in the "z" direction. This third loop is used at every step of the calculational procedure Nesting, Primary Tiling and Secondary Tiling. In addition a tertiary tiling step is used in order to place nests and ptiles into the z direction. This step is described more fully below in connection with the computer progr-am description.
Task 4: Geometrical computations are used to determine the size of the nest volume
"Total Volume Extent". Obtaining the volume of an assembly of components is a straight forward calculation. The volumetric extent of the void spaces between the components may be computed. However, in the preferred form, Instead of computing nest's void volumes, the "Partial Volume Extent" of a nest is calculated. As described in more detail, in the nesting section of the computer program description, this partial extent includes a measure of the volume intersected between parts when forming a nest. This volume saved is the inverse or complement of the void volume used as a heuristic. This "intersection" saved volume is much easier to calculate, and has similar bearing in terms of the effectiveness of a nest as the wasted void volume, which could be accomplished as well.
Heuristic algorithms are used for nest culling, total volume extent and partial volume extent. These heuristics limit the number of nests passed to the primary tiling stage and the passage of the primary tiling to second tiling stage. This further limits the search tree and has dramatically improved the performance of the expensive (computer timewise) tiling stage. Many different values for the number of nesting .and tiling steps kept .and weighting factors may be used for the main heuristic variables. Varying the number of nests and ptiles kept for passage onto the primary tiling and secondary tiling steps are described below. The weighting factors for both our heuristical variables (total and partial volume extents) constant and set to 1.0, as an example. Other limits might be used.
COMPUTER PROGRAM DESCRIPTION
This section provides a brief description of the computer program used in computer 114. The hardware platform is an Apple Macintosh Centris 650 computer with a 17" color monitor and laser printer. The CAD software used for this embodiment consists of two packages- Autodesk's AutoCAD and Graphsoft's MiniCAD.
This embodiment was developed using the following combination of software tools: 1- Macintosh Programmer's Workshop (MPW) for the operating environment(including editing and debugging); 2- FORTRAN Compiler for the coding and compilation of the program; and 3- MiniCAD for the three-dimensional part input and output layout visualization. The CAD package permits description of the 3D parts using the "Multiple Extrusion" method and interactive visualization of the 3D layouts. AutoCAD's AME solid modeling could alternatively be used to provide a more complete 3D solids description but with a more complex numerical description.
The inner regions of the nest have great importance in the invention (as opposed to the peripheral or edge regions near the target's boundaries). The computation is segmented into four sequential steps: Nesting, Primary Tiling, Secondary Tiling, and Tertiary Tiling/Layout. The process is initiated with the nesting step, two irregular 3D objects or parts are taken and "brought together" until they "touch" each other on their periphery. This grouping of two parts is called a
"nest". These two parts are brought towards each other, as close together as possible to form as compact a nest as possible. Depending on the complexity of the parts being nested, the computer program performs from many hundreds to many thousand different nests and ranks them according to the compactness (using heuristic variables as previously described).
Once the nests are formed and ranked, a predetermined number of those nests (the ones that ranked highest) are passed to the primary tiling step. In this step, two nests are brought together in the x direction to form a primary tile or "ptile". A ptile is made of two nests or four parts. The same rational is used to form a ptile as to form a nest. That is, a grouping of two nests is created that forms the most possible compact unit. Typically, a few hundred ptiles are generated per each nest passed from the nesting step. These ptiles are consequently ranked using heuristic variables for compactness.
As small percentage of the ptiles formed (a predetermined number) are then passed onto the secondary tiling step. In this case, two ptiles are brought together in the y direction to form a secondary tile or "stile". A stile is made up of two ptiles or four nests or eight parts. Again, the same rational as used for nest formation is used, an in the process, over a thousand different stiles are generated for each of the ptiles passed onto this step from the primary tiling step. For each of these secondary tiles produced, a tertiary tiling is implemented. In the terti.ary tiling second.ary tiles .are brought together in the z direction, using a simple stacking rational. The stiles are brought only as close as their closest boundaries, without optimization; that step is performed for every stile generated without secondary tile culling. In other embodiments, stiles are nested with appropriate culling to reduce computational time.
Finally, a layout routine takes the data generated for the best tertiary tile and computes the ideal parallelpiped volume needed to contain a single nest. A computation of the utilization ratio follows by calculating the actual part volume and dividing that by the needed parallelepiped volume. Then the layout routine creates a file with the 3D CAD commands that generate the best layout for the parts nested. That layout may be displayed on monitor 116, or stored and/or printed in layout buffer/printer 118.
The following provides a step by step description of the computer program, starting with the method for describing 3D parts and ending with a description of the computation steps: Nesting, Tiling and Layout.
Three Dimensional Part Description
In order to describe and input parts in three dimensions, the program uses a "Solid Modeling" technique called "Multiple Extrusion". Using this technique, a series of cross-sectional polygons are defined in the xy plane (typically 5 to 20 cross- sections), which are then multiply extruded/connected in the z direction. Each cross- sectional polygon can be made of (typically) 10 to 100 vertices described by x, y coordinate pairs. In addition, each cross-section is associated with a given z coordinate level, or value. After connecting corresponding vertices across "z cross- section levels", a three-dimensional body fitted mesh is formed for the peripheral surface of the parts. This method for part input enables description of a wide variety of 3D solids including irregular boxes and spherical objects.
As an example of this methodology, Figs. 12A and 12B shows a 3D object 140 created with four cross-sectional z levels labeled z=0, 0.4, 0.8 and 1.2. These are the values of the z coordinate at each cross-sectional level. Each cross-section in turn lies on the xy plane and is composed often vertices labeled with coordinates
(x, x2) through (x10, y10). This 3D figure is thus fully described with four sets often x, y coordinate pairs for a total of eighty numbers. This particular figure of Figs. 12A .and 12B is used in the following illustration of the invention.
The data defining the object 140 is stored in a text file, with all the x, y coordinate pairs. Thus, the invention enables a relatively straight forward design and input of 3D parts using this multiple extrusion model, although not every 3D part can be described by this model if restricted to singly-connected cross-sections. Part Volume Calculation
Three different volumes are calculated: 1- the actual part volume, 2- the total volume extent for nests and tiles, and 3- the partial volume extent for nests and tiles. The computation of the part volume is relatively straightforward: the quadrilateral faces formed by the four vertices across two z levels are defined to be straight two- dimensional planes. If dz the z coordinate interval between cross-sections is referred to as dz and ymιn is defined as the smallest y coordinate at each cross-section, then the cross-section areas Ak and part volume V are:
= Σ , - */)(y/-ι + Vi - 2ymin)
/vV- 1
V = Σ (Ak^ - Ak)dz
where Nv and Nz are the number of vertices per each cross-section, and the total number of cross-sections, respectively (10 and 4 in the case of object 140).
The total extent volume is the smallest box that can contain a particular nest or tile. This is illustrated on in Fig. 15. This total volume extent is calculated from the knowledge of the maximum and minimum x, y, z values for the parts within the nest or tile. The partial volume extent is illustrated in Fig. That value is an accurate measure of the actual volume used by the individual parts within the nest or tile.
The partial extent is calculated by first computing the volumes of the smallest boxes encompassing individual parts and subtracting the "intersecting" volume between the parts being grouped into the nest or tile. It is a smaller volume than the
"total extent" and it points more directly to a measure of part grouping compactness.
The total volume extend and partial extent described above are used throughout the various steps in the computer program as the two heuristic variables to determine the effectiveness of a particular nest or primary tile. Weighting factors are assigned as inputs to the computer program for these two extents so as to prefer one more to the other in the calculation. Both weights are set to 1.0 in the illustrated embodiment, but other values for these heuristic may be used for different nest and primary tile culling. The algorithms for calculation for a nest made up of left and right parts (subscripts "1" and "r"). In this example, yminl corresponds to the minimum y coordinate for the left parts. The total extent (totExt) and partial extent (PartExt) are determined in accordance with:
TotExt=[max(xmaX|, xmaxr) - min(xmin,, xminr)]* [max(ymaχ4, ymaxr) - min(ymin„ ymin.)]* [max(zmaX|, zmaxr) - min(zmin„ zmaxr)] Extι=(xmax, - xmin,)*(ymax, - ymin.)*(zmaχ. - zmin,) Ext,=(xmaxr - xminr)*(ymaxr - yminr)*(zmaxr - zmin,)
PartExt=Ext, +Extr - [xmax, - xmin.]*
[min(ymax„ ymaxr) - max(ymin,, yminr)]* [min(zmax,, zmaxr) - max(zmin,, zmin.)]
Basic Structures
The computer program contains five storage structures where all the data for the various characteristics of the parts, nests, tiles and layouts are accumulated. Those structures are the /Part/, /Nest/, /Ptile/, /Stile/ and /Layout/ structures (denoted symbolically surrounded by slashes "/"). These variables are more thoroughly described below . The variables within each structure are:
/Part/
/Part/ contains variables for the storage of the following part characteristics: 1. Part name which correspond to the text file which stores the part's vertex data
2. Number of vertices per cross-section layer: Nv
3. Number of cross-section layers: Nz
4. The x, y coordinates for the minimum and maximum values: xmm ...ymax 5. The z coordinates for the lowest and highest cross-section layer - τ^m, z^
6. The z layer interval: dz
7. The X, Y arrays for the x, y coordinates of dimension (Nv, Nz) 8. The Z array for the z coordinates of dimension (Nz)
/Nest/
/Nest/ contains variables for the storage of the following nest characteristics, each of which is dimensioned to (7400) for the maximum number of possible nests that could be generated:
1. Left, Right part's side number - nsidel, nsider (an integer between 1-4)
2. A switch indicating whether the right part has been flipped in the z axis 3. The right part's displacement relative to the left part to form the nest: dxn, dyn, dz_
4. The total and partial extent for the nest: TotExtn, PartExtn
5. The ranked sequence from best to worst nest: Seqncn
6. The total number of nests generated by the nesting step (not an array) - Nn /PTile/
/PTile/ It contains variables for the storage of the following Primary Tile characteristics, each of which is dimensioned to (50,710) for the maximum number of possible nests that are allowed to pass to the primary tiling step = 50, and the maximum number of ptiles generated per each nest passed = 710.
1. The right nest's displacement relative to the left nest, to form the primary tile - dxp, dyp, dz,,
2. The total and partial extent for the ptile: TotExtp, Part Extp
3. The ranked sequence from best to worst ptile for both the nest passed and the ptile for that nest (singly dimensioned to (50)): NSeqncp, Tseqncp
4. The total number of ptiles generated by the primary tiling step for each nest passed to it (singly dimensioned to (50)): Np
/STile/
/STile/ contains variables for the storage of the following Secondary Tile characteristics, each of which is dimensioned to (50,1080) for the maximum number of possible ptiles that are allowed to pass to the secondary tiling step = 50, and the maximum number of stiles generated per each ptile passed = 1080. 1. The top ptile's displacement relative to the bottom ptile, to form the secondary tile: dxs, dys, dzs
2. The effective parallelepipe volume used per part: Pv
3. The ranked sequence from best to worst stile for both the ptile passed and the stile for that ptile (singly dimensioned to (50)): NSeqnc., Tseqncs
4. The total number of stiles generated by the secondary tiling step for each ptile passed to it (singly dimensioned to (50)): Ns
/Layout/ /Layout/ contains variables for the storage of the following Layout characteristics.
1. The nest displacement for the best layout: dxlayn, dylayn, dzlayn
2. The ptile displacement for the best layout: dxlayp, dylayp, dzlayp
3. The stile displacement for the best layout: dxlays dylays, d ays 4. The z direction displacement for the best layout: dxlayz, dylayz, dzlayz
5. The smallest effective parallelepipe volume used per part, in the final layout:
Figure imgf000034_0001
Nesting Nesting is the process by which we take two irregular 3D objects or parts are taken and brought together until they "touch" each other on their periphery. This grouping of two parts is called a "nest". A nest is typically formed from two different parts, but for the pictorial examples that follow the same part is used. The parts are brought towards each other as close together as possible to form a nest as compact as possible.
In performing this task in three dimensions, the parts to be nested are first circumscribed inside the smallest possible box. In the illustrated embodiment, the bottom .and top z surfaces of the bounding box are not fully nested, but only are stacked; in other embodiments, full nesting (optimal) is performed. The other four lateral faces of this box are numbered from 1 to 4. The program sets up a loop to go through all possible combinations for each face of the left part to be approached by each face of the right part, a total often combinations in all. Another ten face-to-face combinations are to accommodate when the right part is "flipped" along the z axis, yielding a total of twenty face combinations used for nesting. Figs. 15A and 5B illustrate two nest approaches. Fig. 15 A shows nesting for sides 1 and 2 (left .and right part respectively) and Fig. 15B shows sides 1 and 1 with the right part flipped. Nesting is accomplished in two steps: (1) an axial move (in the x direction or direction of approach), and (2) a tangential move for the further reduction of the overall volume of the nest. In the illustrated embodiment, the left part of the nest remains static while the right part is iteratively moved towards the left part in search for the maximum approach to it. Since the approach is in the x direction, a grid in the yz plane is first defined that grid contains the starting locations for the right part's approach toward the left part. A total often grid locations is implemented in the y direction while in the z direction, in increments of the interlevel distance dz are stepped through.
As a result, the total number of yz plane grid points is 10(nzl+nzr-3). Where the maximum number of z cross-section levels allowed per part is 20, there are a maximum of 370 iterative grid points in the yz plane. The program (7400) is determined by combining these yz grid points with the number of face to face combinations. For the exemplary object 140, having only 4 cross-sections there are only 50 yz grid points and a total of 1,000 possible nests generated. The axial move is accomplished by calculation Nv intersection distances from the left part's vertices towards the right part's sides, and Nv intersection distances from the right part's vertices toward the left part's sides. This is performed on each and every z level cross-section plane, preferably using the basic 2D intersection algorithm disclosed in the incorporated reference. The intersection algorythm is executed for every z plane cross-section and for each of the yz plane grid points. The amount that the right part is moved towards the left one is the smallest of the 2-NvNz dist-ances calculated for each of the 7,400 (maximum) nests to be computed.
The tangential move is an adjustment implemented once the axial move has been performed. For the tangential move, the part is displaced with the intersecting vertex along the other part's intersecting side in the direction along that side until another "collision" occurs and a more compact nest is formed. In order to accomplish that move, parts are "rotated" by an angle such that the intersecting side is horizontal, allowing use of the same intersection routine as for the axial move. Figs. 16A-16E show the nesting procedure for one of the z cross-section levels. The first step (Fig 16A) shows the set up before the axial move. The second step (Fig. 16B) shows the geometry after the axial move. The third step (Fig. 16C) shows the geometry after rotation is done so as to render the tangential direction horizontal. At this point, a similar intersection algorithm procedure to the axial move is performed in order to obtain the smallest intersecting line to further approach the right part towards the left one. The fourth step (Fig. 16D) depicts the set up after the right part has been moved, and finally the fifth step (Fig. 16E) shows the final nested situation with the frame of reference rotated back to the original position.
Once the nests are formed their total and partial volume extents are calculated and stored. Then, a sorting of these nests is performed and the nests are sequenced from best to worst by seeking for the smallest volume extents. Weight factors are applied to each of the two heuristic variables in order to determine their individual effectiveness. This process is referred to as Nest Ranking. Fig. 17A and 17B show two of the better nests formed with the test object 140.
Primary Tiling
Once the nests are formed and ranked, a predetermined number of the nests (the ones that ranked highest) are passed to the primary tiling step. In this step two nests are brought together in the x direction to form a primary tile or "ptile". A ptile is made of two nests or four parts, and the same rational is used to form a ptile as used to form a nest. The primary tiling procedure starts by placing two nests side by side in the x direction. As in the nesting step, the left nest remains static, while the right nest is moved towards the left one as much as possible.
A grid is formed in the yz plane for the iterative approach, with ten grid points in the y direction and a number of z grid points corresponding to all the corresponding intersecting z cross-section levels between the two nests. The maximum number of z grid points 2(Nzl+Nzr-3)-3(=71). Typically, a few hundred ptiles are generated per each nest passed from the nesting step. As a maximum for the exemplary computer program (only twenty z levels allowed), there are 710 ptiles for every nest. For the test object 140, there are only 70 ptiles per nest. Since the maximum number of nests passed to the primary tiling step is set to 50, a maximum of 3,550 ptiles are generated, but for test object 140, the maximum number of ptiles is 350.
Once the two nests are set up and made ready for axial compression (in the x direction), the intersection algorithm is recalled in order to calculate the smallest distance to approach the right nest towards the left one until any part on the right nest touches any part on the left nest. The computer program numbers the parts set up in this process in the following manner:
Part 1 : Left Part - Left Nest
Part 2: Right Part - Left Nest
Part 3 : Left Part - Right Nest
Part 4: Right Part - Right Nest The intersection algorithm routine is then performed four times in sequence to check for the smallest axial approach. The routine is called for parts 1 and 3, then for part 1 and 4, then for parts 2 and 3, and finally for parts 2 and 4. This allows determination of the collision of any of the parts on the left nest with any of the parts on the right nest. Figs. 18A and 8B show first the set up situation for a particular primary tile of test, object 140 (Fig. 18A) figure and then the actual tile achieved
(Fig. 18B).
Secondary Tiling
A small percentage of the ptiles formed (a predetermined number) are then passed onto the secondary tiling step. In the secondary tiling step, two ptiles are brought together in the y direction to form a secondary tile or "stile". An stile is made up of two ptiles or four nests, or eight parts. In order to set up the geometry for secondary tiling we need to place first two ptiles are placed on the bottom of the domain. Then one more nest is set up along the top that is to be nested downwards towards the two ptiles near the bottom of the space. The two ptiles on the bottom are composed of parts numbered 1 through 8 from left to right. The two parts making up the nest at the top, are labeled 9 and 10. The top nest (the one to be dynamically moved to form the stile) is positioned according to whether the ptile has downward or upward flow (dyp<0 or dyp>0).
Fig. 19 shows geometry prior to the secondary tiling iteration for the case of dyp>0. In that figure, the top nest is positioned just above the bottom left three nests and to the left of the bottom rightmost nest. The top nest is then iterated on a xz grid in a similar manner as done in the ptile process, except that the x displacement for this grid (as shown on the figure) is equal to the primary tile period. Again the same rational as before is used, and in the process over a thousand different stiles -are generated for each of the ptiles passed onto this step from the primary tiling step. In order to accomplish a y direction secondary tiling the coordinate system 90 degrees is rotated 90 degrees and the previously described axial (x direction) intersection algorithm is performed . In this case a check is performed to determine the smallest approach distance between any of the two top parts (part nos. 9 and 10) and any of the six bottom parts (part nos. 1 through 6 for the dyp>0 case). In the case of dyp<0 the top nest is set up just to the right of the bottom leftmost nest. As a result, the intersection test is made between parts 9 and 10 (top nest) and parts 3 through 8 (bottom tiles). The resulting stile is shown in Fig. 20.
Tertiary Tiling/Layout Performance of the secondary tiling step yields two numbers: the primary and the secondary tiling period. These numbers represent the displacements in the primary and secondary tiling directions, and replication of as may nests as desired on a skewed plane formation for these parts. For each of these secondary tiles produced, a tertiary tiling is also implemented. In the tertiary tiling process of the illustrated embodiment, secondary tiles together in the z direction using a simple stacking rationale, bringing the stiles no closer than their closest boundaries. In that form, the layout is an inexpensive calculation and can be performed for every stile generated without the need for secondary tile culling. In other forms of the invention, the secondary tiled configuration can be optimally nested into stacks with optimal packing. The latter process can be performed with reduced computational time using the above described heuristic method. The "stacking" of skewed planes on top of each other is performed by displacing the layers to avoid collisions when nests or tiles have been formed with non-zero z direction displacements.
A simple layout routine takes the data generated for the best tertiary tile and computes the ideal parallelepiped volume needed to contain a single nest. This parallelepiped volume is calculated using the coordinates for the three displacements necessary to form a layout: the primary tiling period (xp, yp, Zp), the secondary tiling period (xs, ys, zs) and the displaced z direction stacking period (xz, yz, z . The volume of the parallelepiped formed is calculated from the following formulae:
Figure imgf000039_0001
cos θ χ P χ s +yPys + z P zs
P s
COS _ χ P χz +yPyyz P zz pz
Figure imgf000039_0002
\ o/ = s<!zsin θps sin θpzsin θsz
A computation of the utilization ratio is determined by calculating the actual part volume and dividing that volume by the needed parallelepiped volume. Then the layout routine creates a file with the 3DCAD commands that generate the best layout for the parts nested.
Performance of the Illustrated Embodiment
Example 1. Layout Results Vs Number of Nests/PTiles Kept
The above defined computer system (Fig. 11) and computer program was implemented for the test object 140 of Fig. 12. The number of nests and ptiles kept for passage to further stages of the computation was varied simultaneously between 5 and 50. As a consequence, the results are for these two numbers varied equally (Nn_ p,=N t.st). A variation from 5 to 50 represents more than two orders of magnitude variation in computation time. The programmed computer produced a layout result for only 5 nests/ptiles kept in less than a minute, whereas it produced a layout for 50 nests/ ptile in approximately one hour.
The test object 140 tested is a very simple one with only a few vertices and cross-section levels to describe it. More complex parts may have typically 10 times more vertices and say 5 times more cross-sections to describe it. This five-fold increase in computation results in a small number of nests/ptiles kept, the computer processing time will not be on the order of an hour, whereas for the large number of nests/ptiles kept, the numerical solution would typically take days. Even with the use of faster computers (e.g., a ten fold increase in speed), a long wait would be expected for a 3D layout. The heuristic nest culling process, achieves near optimal layout utilization efficiencies, while using much smaller computation times.
The following table shows volume utilization using the configuration of this example, the number of nests/ptiles kept for the test object 140.
N, n-pt N, pt-st Percent Volume Utilization
5 5 35%
10 10 41%
20 20 42%
50 50 42%
The data in the above table suggests that, keeping 20 nests is all that is needed in order to achieve near optimal results. More complex parts will also require a larger number of nests/ptiles kept for passage onto higher stages in the computation.
The three layouts produced for the three cases of 5, 10 and 20 nests/ptiles kept are shown in Figs. 11-13. The N=10 case (Fig. 12) used a different nest than the N=5 case (Fig. 11) and yielded an increase in efficiency of 6%. The N=20 case (Fig. 13) kept the same nest used in the N=l 0 case but used a more efficient ptile (which was not kept within the ten limitation) in order to increase the utilization efficiency another 1%. In order to achieve near optimal volume utilization, the weighting factors of the two heuristic variables can be varied in order to further optimize the computation time required. Other heuristics can be used to further shorten computation times further while improving the utilization efficiency.
In other embodiments, the computer program incorporates z face nesting and tiling as well as lateral nesting tiling. The tangential move of the nesting step is used in both the primary and second tiling steps to produce even more compact layouts. A full intersecting tertiary tiling step (as opposed to the simple "semi-stacking" tiling procedure) can also be used for improved layouts. A more complex 3D part description may be used, permitting multiple connected cross-sections into the geometric algorithms of the numerical calculation.
The invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein.

Claims

What is claimed is:
1 Method defining a packing configuration for a plurality of two dimensional
(2D) objects in a target plane, comprising the computer generated steps of:
A. generating signals defining each of said 2D objects with respect to an object coordinate system having orthogonal axes X0 and Y0, in terms of a plurality of points representative of boundary points on said objects,
B. associating two of said objects to define an object pair,
C. generating a nest signal representation of said objects of said object pair nested with respect to a nest coordinate system having orthogonal axes XN .and YN, to define a plurality of close-packed candidate nests in which the pairwise positions of two said objects of each candidate nest are characterized by relatively small planar spaces between the respective objects,
D. selecting a subset of said candidate nests in accordance with predetermined nest criteria,
E. for each of said selected candidate nests, generating a tile signal representative of two such nests tiled with respect to a tile coordinate system having orthogonal axes Xτ and Zτ, said tiling steps including the sub steps of:
I. generating a primary tile signal representative of said two nests tiled with respect to said Xτ axis by translating said nests with relative motion in the direction of said Xτ -and Yτ axes, to define a plurality of candidate primary tiles in which the pairwise positions of said two nests of each candidate primary tile are characterized by relatively small planar spaces between said nests,
ii. selecting a subset of said candidate primary tiles in accordance with predetermined primary tile criteria,
iii. each of said selected primary tiles, generating a secondary tile signal representative of a nest and said primary tile tiled with respect to said Yτ axis by translating said nest with respect to said primary tile with relative motion in the direction of said Xτ and Yτ axes, to define a plurality of candidate secondary tiles in which the pairwise positions of said nest and said primary tile are characterized by relatively small planar spaces between said nest and the nests of said primary tile,
iv. selecting one of said candidate secondary tiles in accordance with predetermined secondary tile criteria, thereby defining the optimal nest and primary tile, said optimal nest defining said packing configuration.
2. The method according to claim 1 comprising the further steps of:
F. generating an initial tile signal representative of an initial secondary tile positioned in said target plane at a position other than adjacent the boundary of said target plane, and
G. generating a volume packing signal representative of said initial tile as augmented additional secondary tile extending successively from said initial secondary tile in the direction of each of said Xτ, .and Yτ axes, whereby adjacent secondary tiles are substantially identically pairwise configured in said target plane in the direction of said Xτ and Yτ axes.
3. A system for defining a packing configuration for a plurality of two dimensional (2D) objects in a target plane, comprising:
A. means for generating signals defining each of said 2D objects with respect to an object coordinate system having orthogonal axes X0 and Y0, in terms of a plurality of points representative of boundary points on said objects,
B. means for associating two of said objects to define an object pair,
C. means for generating a nest signal representation of said objects of said object pair nested with respect to a nest coordinate system having orthogonal axes XN and YN, to define a plurality of close-packed candidate nests in which the pairwise positions of two said objects of each candidate nest are characterized by relatively small planar spaces between the respective objects,
D. means for selecting a subset of said candidate nests in accordance with predetermined nest criteria,
E. tiling means operative for each of said selected candidate nests, for generating a tile signal representative of two such nests tiled with respect to a tile coordinate system having orthogonal axes Xτ and Zτ, said tiling means including:
I. means for generating a primary tile signal representative of said two nests tiled with respect to said Xτ axis by translating said nests with relative motion in the direction of said Xτ and Yτ axes, to define a plurality of candidate primary tiles in which the pairwise positions of said two nests of each candidate primary tile are characterized by relatively small planar spaces between said nests,
ii. means for selecting a subset of said candidate primary tiles in accordance with predetermined primary tile criteria,
iii. means operative for each of said selected primary tiles, for generating a secondary tile signal representative of a nest and said primary tile tiled with respect to said Yτ axis by translating said nest with respect to said primary tile with relative motion in the direction of said Xτ and Yτ axes, to define a plurality of candidate secondary tiles in which the pairwise positions of said nest and said primary tile are characterized by relatively small planar spaces between said nest and the nests of said primary tile,
iv. means for selecting one of said candidate secondary tiles in accordance with predetermined secondary tile criteria, thereby defining the optimal nest and primary tile, said optimal nest defining said packing configuration.
4. The system according to claim 1 further comprising:
F. means for generating an initial tile signal representative of an initial secondary tile positioned in said target plane at a position other than adjacent the boundary of said target plane, and G. means for generating a volume packing signal representative of said initial tile as an augmented additional secondary tile extending successively from said initial secondary tile in the direction of each of said Xτ, .and Yτ axes, whereby adjacent secondary tiles are substantially identically pairwise configured in said target plane in the direction of said Xτ and Yτ axes.
5. Method of defining a packing configuration for a plurality of three dimensional (3D) objects in a target plane, comprising the computer generated steps of:
A. generating an object signal defining each of said 3D objects with respect to an object coordinate system having orthogonal axes X0, Y0 and Y0, in terms of a plurality of points representative of boundary points on said objects,
B. associating two of said objects to define an object pair,
C. generating a nest signal representative of said objects of said object pair nested with respect to a nest coordinate system having orthogonal axes XN, YN and ZN, to define a plurality of close-packed candidate nests in which the pairwise positions of said objects of each candidate nest are characterized by relatively small volumetric spaces between the respective objects,
D. selecting a subset of said candidate nests in accordance with predetermined nest criteria,
E. for each of said selected candidate nests, generating a tile signal representative of two of said nests tiled with respect to a tile coordinate system having orthogonal axes Xτ, Yτ and Zτ, said tile generating step including the sub steps of: I. generating a primary tile signal representative of said two nests tiled with respect to said Xτ axis by translating said nests with relative motion in the direction of said Xτ and Yτ axes, to define a plurality of candidate primary tiles in which the pairwise positions of said two nests of each candidate primary tile are characterized by relatively small planar spaces between said nests,
ii. selecting a subset of said candidate primary tiles in accordance with predetermined primary tile criteria,
iii. for each of said selected primary tiles, generating a secondary tile signal representative of one of said nests of said primary tiles and said primary tile tiled with respect to said Yτ axis by translating said nest with respect to said primary tile with relative motion in the direction of said Xτ and Yτ axes, to define a plurality of candidate secondary tiles in which the pairwise positions of said nest and said primary tile are characterized by relatively small planar spaces between said nest and the nests of said primary tile,
iv. selecting one of said candidate secondary tiles in accordance with predetermined secondary tile criteria,
v. for each of said selected secondary tiles, generating a tertiary tile signal representative of two of said secondary tiles tiled with respect to said Zτ axis by translating said secondary tiles with respect to each other with relative motion of in the direction of said Xτ, Yτ, -and Zτ axes to define a plurality of tertiary tiles in which the pairwise positions of said secondary tiles are characterized by relatively small volumetric spaces between said secondary tiles,
> vi. selecting one of said tertiary tiles from said candidate tertiary tiles in accordance with predetermined tertiary tile criteria, thereby defining an optimal nest of said primary tile and said secondary tile, said optimal nest defining said packing configuration.
2. The method according to claim 1 comprising the further step of
6. generating an initial tile signal representative of an initial tertiary tile positioned in said target volume at a position other than adjacent the boundary of said target volume, and
G. generating a volume packing signal representative of said initial tile as augmented additional tertiary tiles extending successively from said initial tertiary tile in the direction of each of said Xτ, Yτ, .and Zτ axes, whereby adjacent tertiary tiles are substantially identically pairwise configured in said target volume in the direction of said Xτ, Yτ, and Zτ axes.
PCT/US1998/026384 1997-12-12 1998-12-11 Method and systems for nesting objects WO1999029479A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
AU19985/99A AU1998599A (en) 1997-12-12 1998-12-11 Method and systems for nesting objects
CA002314134A CA2314134A1 (en) 1997-12-12 1998-12-11 Method and systems for nesting objects
EP98964725A EP1053084A1 (en) 1997-12-12 1998-12-11 Method and systems for nesting objects
US09/581,095 US6980934B1 (en) 1997-12-12 1998-12-11 Method and systems for nesting objects

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US6956197P 1997-12-12 1997-12-12
US60/069,561 1997-12-12

Publications (2)

Publication Number Publication Date
WO1999029479A1 true WO1999029479A1 (en) 1999-06-17
WO1999029479A8 WO1999029479A8 (en) 1999-09-02

Family

ID=22089815

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1998/026384 WO1999029479A1 (en) 1997-12-12 1998-12-11 Method and systems for nesting objects

Country Status (4)

Country Link
EP (1) EP1053084A1 (en)
AU (1) AU1998599A (en)
CA (1) CA2314134A1 (en)
WO (1) WO1999029479A1 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1160728A2 (en) * 2000-05-16 2001-12-05 Barco Graphics Method and apparatus for resolving overlaps in a layout containing possibly overlapping designs
WO2014049306A1 (en) * 2012-09-28 2014-04-03 Sqi3 Solutions Limited Method and apparatus for optimizing a multi-dimensional space
WO2014049305A1 (en) * 2012-09-28 2014-04-03 Sqi3 Solutions Limited Method and apparatus for optimizing a visualization of a multi-dimensional space
WO2014049304A1 (en) * 2012-09-28 2014-04-03 Sq13 Solutions Limited Method and apparatus for an optimized multi-dimensional space narrative
WO2014049301A1 (en) * 2012-09-28 2014-04-03 Sqi3 Solutions Limited Method and apparatus for spatially locating a unit in a multi dimensional space
US9023094B2 (en) 2007-06-25 2015-05-05 Microvention, Inc. Self-expanding prosthesis
FR3102281A1 (en) * 2019-10-21 2021-04-23 Airbus Method and system for optimizing the arrangement of a set of aircraft parts on a plate
US11727222B2 (en) 2016-10-31 2023-08-15 Arria Data2Text Limited Method and apparatus for natural language document orchestrator
WO2023242620A1 (en) * 2022-06-17 2023-12-21 Arcelormittal Method to automatically position blanks in a strip and to calculate the associated scrap ratio
WO2023242674A1 (en) * 2022-06-17 2023-12-21 Arcelormittal Method to optimize the nesting of two blanks within a longitudinally extending flat strip
WO2023242619A1 (en) * 2022-06-17 2023-12-21 Arcelormittal Method to optimize the nesting of two blanks within a longitudinally extending flat strip

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US1830819A (en) * 1929-11-11 1931-11-10 Fabric Products Corp Method of making tire covers
US1942043A (en) * 1932-06-30 1934-01-02 Us Envelope Co Method of producing metallic fastener blanks
US4838430A (en) * 1987-01-16 1989-06-13 The Mead Corporation Side loading carton

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US1830819A (en) * 1929-11-11 1931-11-10 Fabric Products Corp Method of making tire covers
US1942043A (en) * 1932-06-30 1934-01-02 Us Envelope Co Method of producing metallic fastener blanks
US4838430A (en) * 1987-01-16 1989-06-13 The Mead Corporation Side loading carton

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1160728A2 (en) * 2000-05-16 2001-12-05 Barco Graphics Method and apparatus for resolving overlaps in a layout containing possibly overlapping designs
EP1160728A3 (en) * 2000-05-16 2006-03-22 Esko-Graphics Method and apparatus for resolving overlaps in a layout containing possibly overlapping designs
US9023094B2 (en) 2007-06-25 2015-05-05 Microvention, Inc. Self-expanding prosthesis
WO2014049305A1 (en) * 2012-09-28 2014-04-03 Sqi3 Solutions Limited Method and apparatus for optimizing a visualization of a multi-dimensional space
WO2014049304A1 (en) * 2012-09-28 2014-04-03 Sq13 Solutions Limited Method and apparatus for an optimized multi-dimensional space narrative
WO2014049301A1 (en) * 2012-09-28 2014-04-03 Sqi3 Solutions Limited Method and apparatus for spatially locating a unit in a multi dimensional space
WO2014049306A1 (en) * 2012-09-28 2014-04-03 Sqi3 Solutions Limited Method and apparatus for optimizing a multi-dimensional space
US11727222B2 (en) 2016-10-31 2023-08-15 Arria Data2Text Limited Method and apparatus for natural language document orchestrator
FR3102281A1 (en) * 2019-10-21 2021-04-23 Airbus Method and system for optimizing the arrangement of a set of aircraft parts on a plate
US11579585B2 (en) 2019-10-21 2023-02-14 Airbus (S.A.S.) Method and system for optimizing the arrangement of a set of aircraft parts on a plate
WO2023242620A1 (en) * 2022-06-17 2023-12-21 Arcelormittal Method to automatically position blanks in a strip and to calculate the associated scrap ratio
WO2023242674A1 (en) * 2022-06-17 2023-12-21 Arcelormittal Method to optimize the nesting of two blanks within a longitudinally extending flat strip
WO2023242619A1 (en) * 2022-06-17 2023-12-21 Arcelormittal Method to optimize the nesting of two blanks within a longitudinally extending flat strip

Also Published As

Publication number Publication date
WO1999029479A8 (en) 1999-09-02
AU1998599A (en) 1999-06-28
EP1053084A1 (en) 2000-11-22
CA2314134A1 (en) 1999-06-17

Similar Documents

Publication Publication Date Title
US6980934B1 (en) Method and systems for nesting objects
Requicha et al. Solid modeling and beyond
US8117011B2 (en) Computer-aided design of three-dimensional objects to be fabricated
de Mello et al. Computer-aided mechanical assembly planning
US6120171A (en) Fully integrated machinable profile based parametric solid modeler
Renner et al. Genetic algorithms in computer aided design
Cagan et al. A survey of computational approaches to three-dimensional layout problems
US5351196A (en) Method and apparatus for solids based machining
EP1710720B1 (en) Method of computer-aided design of a modeled object having several faces
JPH077426B2 (en) Shape design method or shape prediction method
Roy et al. Computation of a geometric model of a machined part from its NC machining programs
Zhang et al. Model layout optimization for solid ground curing rapid prototyping processes
EP1053084A1 (en) Method and systems for nesting objects
Konobrytskyi et al. 5-Axis tool path planning based on highly parallel discrete volumetric geometry representation: Part I contact point generation
Hanna et al. Intersection of parametric surfaces by means of look-up tables
CN112462689B (en) Method for generating handicraft digital model random carving four-axis three-linkage cutter path
US6862023B1 (en) Fully integrated machinable profile based parametric solid modeler
Yau et al. Numerical control machining of triangulated sculptured surfaces in a stereo lithography format with a generalized cutter
Luo et al. Optimal tool orientation generation and chip volume/cutting force predictions for 5-axis CNC machining of curved surfaces using flat-end mills
Trappey et al. Automated fixture configuration using projective geometry approach
Kayacan et al. Process planning system for prismatic parts
Bhanu et al. CAGD based 3-D vision
Vergeest Surface fitting for interactive shape design
Renner Genetic algorithms in computer-aided design
Kumazawa Generating efficient milling tool paths according to a preferred feed direction field

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG US UZ VN YU ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW SD SZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
AK Designated states

Kind code of ref document: C1

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG US UZ VN YU ZW

AL Designated countries for regional patents

Kind code of ref document: C1

Designated state(s): GH GM KE LS MW SD SZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

CFP Corrected version of a pamphlet front page

Free format text: REVISED ABSTRACT RECEIVED BY THE INTERNATIONAL BUREAU AFTER COMPLETION OF THE TECHNICAL PREPARATIONS FOR INTERNATIONAL PUBLICATION

ENP Entry into the national phase

Ref document number: 2314134

Country of ref document: CA

Ref country code: CA

Ref document number: 2314134

Kind code of ref document: A

Format of ref document f/p: F

NENP Non-entry into the national phase

Ref country code: KR

WWE Wipo information: entry into national phase

Ref document number: 1998964725

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWP Wipo information: published in national office

Ref document number: 1998964725

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 09581095

Country of ref document: US

WWW Wipo information: withdrawn in national office

Ref document number: 1998964725

Country of ref document: EP