US20090083007A1 - System, method, and computer program product for determining wall thickness in graphic model - Google Patents

System, method, and computer program product for determining wall thickness in graphic model Download PDF

Info

Publication number
US20090083007A1
US20090083007A1 US12/237,193 US23719308A US2009083007A1 US 20090083007 A1 US20090083007 A1 US 20090083007A1 US 23719308 A US23719308 A US 23719308A US 2009083007 A1 US2009083007 A1 US 2009083007A1
Authority
US
United States
Prior art keywords
mesh
graphic model
topology
wall thickness
model
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/237,193
Inventor
Jun Wan
Chee-Keong Chong
Zhi Li
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US12/237,193 priority Critical patent/US20090083007A1/en
Publication of US20090083007A1 publication Critical patent/US20090083007A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/20Finite element generation, e.g. wire-frame surface description, tesselation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/23Design optimisation, verification or simulation using finite element methods [FEM] or finite difference methods [FDM]

Definitions

  • the present invention is directed, in general, to object modeling tools and processes.
  • CAD/CAM Computer-aided design and modeling
  • Wall thickness check is an important and obvious requirement in product part design. But it is also an often neglected area due to limited availability of an efficient and robust application to perform this check. Wall thickness of a product is very critical in manufacturing and product quality for plastic part and casting part (e.g. engine) design. An efficient tool for automatically checking the wall thickness and finding the minimum and maximum wall thickness is in high demand. However, the current solutions in this area are far too much time consuming and without sufficient accuracy.
  • FIG. 1 depicts a block diagram of a data processing system in which a preferred embodiment can be implemented
  • FIG. 2 depicts a flowchart of a process in accordance with a preferred embodiment
  • FIG. 3 depicts an exemplary 2D surface mesh result
  • FIG. 4 depicts an exemplary 3D volume mesh result
  • FIG. 5 depicts an exemplary section view from a 3D volume mesh result
  • FIG. 6 depicts an example of traversing through a 3D volume mesh
  • FIG. 7 depicts an example of the 3D grid mapping approach
  • FIG. 8 depicts an exemplary section view from a 3D grid mapping result
  • FIGS. 9-12 depict an example of traversing through a 3D grid mapping
  • FIG. 13 depicts a flowchart of a process in accordance with a preferred embodiment.
  • FIG. 14 depicts an example of increasing the number of sample points.
  • FIGS. 1 through 14 discussed below, and the various embodiments used to describe the principles of the present invention in this patent document are by way of illustration only and should not be construed in any way to limit the scope of the invention. Those skilled in the art will understand that the principles of the present invention may be implemented in any suitably arranged device. The numerous innovative teachings of the present application will be described with particular reference to the presently preferred embodiment.
  • FIG. 1 depicts a block diagram of a data processing system in which a preferred embodiment can be implemented.
  • the data processing system depicted includes a processor 102 connected to a level two cache/bridge 104 , which is connected in turn to a local system bus 106 .
  • Local system bus 106 may be, for example, a peripheral component interconnect (PCI) architecture bus.
  • PCI peripheral component interconnect
  • Also connected to local system bus in the depicted example are a main memory 108 and a graphics adapter 110 .
  • LAN local area network
  • WiFi Wireless Fidelity
  • Expansion bus interface 114 connects local system bus 106 to input/output (I/O) bus 116 .
  • I/O bus 116 is connected to keyboard/mouse adapter 118 , disk controller 120 , and I/O adapter 122 .
  • audio adapter 124 Also connected to I/O bus 116 in the example shown is audio adapter 124 , to which speakers (not shown) may be connected for playing sounds.
  • Keyboard/mouse adapter 118 provides a connection for a pointing device (not shown), such as a mouse, trackball, trackpointer, etc.
  • FIG. 1 may vary for particular.
  • other peripheral devices such as an optical disk drive and the like, also may be used in addition or in place of the hardware depicted.
  • the depicted example is provided for the purpose of explanation only and is not meant to imply architectural limitations with respect to the present invention.
  • a data processing system in accordance with a preferred embodiment of the present invention includes an operating system employing a graphical user interface.
  • the operating system permits multiple display windows to be presented in the graphical user interface simultaneously, with each display window providing an interface to a different application or to a different instance of the same application.
  • a cursor in the graphical user interface may be manipulated by a user through the pointing device. The position of the cursor may be changed and/or an event, such as clicking a mouse button, generated to actuate a desired response.
  • One of various commercial operating systems such as a version of Microsoft WindowsTM, a product of Microsoft Corporation located in Redmond, Wash. may be employed if suitably modified.
  • the operating system is modified or created in accordance with the present invention as described.
  • FIG. 2 depicts a flowchart of a process for checking wall thickness in accordance with a preferred embodiment. A more detailed description of several steps appears below.
  • a graphic model is loaded in a data processing system (step 205 ). It is important to note that this can include loading a file that includes a specification of the model parameters, whether or not the model is displayed to a user. Similarly, nothing is necessarily displayed to the user as other steps are performed.
  • the system will generate a surface mesh on the faces of the model (step 210 ).
  • the system will then generate an internal body topology corresponding to the surface mesh (step 215 ).
  • the system will identify a first 2D element in a first wall side (step 220 ). Next, the system will traverse the internal body topology (step 225 ), until it identifies a second 2D element in a second wall side (step 230 ).
  • the system will then measure the distance between the first and second elements (step 235 ), thereby efficiently and accurately determining the wall thickness.
  • the wall thickness, corresponding to the measured distance, is stored (step 240 ).
  • the step of generating the 2D surface mesh on the faces of the product model is performed using methods known to those of skill in the art.
  • An exemplary 2D surface mesh result is shown in FIG. 3 .
  • the thickness is then found, as described above, through measuring the distance between two small elements of the surface mesh on each side of the wall.
  • the two elements are found by performing spatial traversal through the internal body topology from one element on the surface mesh to the other side of the wall. Since the spatial traversal is guided by the internal body topology, the spatial traversal can be assured that a shortest path is used.
  • two approaches are used for generating internal body topology. These are 3D volume meshing (tetrahedron type) and 3D grid mapping, both of which are known to those of skill in the art.
  • a 3D volume mesh will be generated after the 2D surface mesh has been generated.
  • An exemplary 3D volume mesh result is shown in FIG. 4 .
  • FIG. 5 is an exemplary section view from a 3D volume mesh result, corresponding to FIG. 4 .
  • the thickness pair 2D surface elements 605 and 610 are found within the shortest path 620 .
  • the thickness 615 can then be measured.
  • 3D grid mapping is another approach for generating the body internal topology. This approach is to create 3D grids for defining small cubes encompassing the product body conceptually. Each of the 2D surface mesh elements is then mapped into the corresponding cubes. All cubes that have association with any surface elements are maintained in a tree structure for efficient spatial traversal. An example of the 3D grid mapping approach is shown in FIG. 7 .
  • FIG. 8 is an exemplary section view from a 3D grid mapping result, corresponding to FIG. 7 .
  • the mapping cubes that have elements residing in them are maintained in a tree data structure for high-speed searching. Given a point in space, the tree data structure will return a corresponding mapping cube encompassing the point in an efficient manner.
  • the searching algorithm reduces the searching problem from a n-squared order problem to a n*log(n) order problem. For example, for an array of one million objects maintained in a binary tree data structure, an object can be found in less than 8 searches.
  • FIGS. 9-12 Traversing through 3D grid mapping is illustrated in FIGS. 9-12 .
  • the spatial traversal within the 3D gird mapping topology process is as described below, with reference also to the flowchart of FIG. 13 .
  • the traversal starts from the cube in which the first 2D surface mesh element resides (step 1305 ), as shown in FIG. 9 .
  • step 1310 For any point on the 2D surface mesh element at which the thickness is to be found, project it onto the corresponding face of the product model (step 1310 ). Then, find the face normal of the projected point on the face (step 1315 ), as shown in FIG. 11 .
  • step 1320 Next, guided by the face normal, and optionally a region defined by the range of angle, propagate the search for the other thickness pair element through the spatial location of the cubes (step 1320 ), as shown in FIGS. 9 and 10 . Only the surface elements residing in the cubes within the range are included for the search. Therefore, the amount of time required for the search is greatly reduced.
  • the traversal stops when the other thickness pair element is found (step 1325 ). There will have to be no intersection with the other 2D surface elements for the thickness line joining the first projected point and the point on the other thickness pair element, as shown in FIG. 12 .
  • the system will project the point found on the other thickness pair element onto the face of the product model (step 1330 ).
  • the distance can be measured as described above (step 1335 ).
  • the system will increase the sampling points for the thickness measure.
  • FIG. 14 depicts a few of the schemes in creating more sampling points for each mesh element. The more the number of the sampling points, the more accurate the thickness results would be. The process described above is repeated to find the thickness for the new sampling points if needed.
  • the preferred embodiments enable a wall-thickness measurement that is much more efficient and accurate than known methods.
  • the known “Medial Axis” method for determining wall thickness calculates the medial surface using an approximation algorithm for the product body. Therefore, the method is less accurate and time consuming. In addition, the algorithm will often fail on many very complex parts.
  • the preferred embodiments provide methods for directly measuring the thickness between two 2D surface mesh elements of product face, so results obtained will be much more accurate. Since traversal through body internal topology in finding thickness mesh elements is used, shortest searching path is assured, and hence performance will be very high.
  • a significant difference between the disclosed embodiments and known techniques is that the wall thickness results determined by the disclosed process will be independent of corner area in the product model.
  • the results from the other methods, like the medial axis approach, will be worse at corner area.
  • machine usable mediums include: nonvolatile, hard-coded type mediums such as read only memories (ROMs) or erasable, electrically programmable read only memories (EEPROMs), user-recordable type mediums such as floppy disks, hard disk drives and compact disk read only memories (CD-ROMs) or digital versatile disks (DVDs), and transmission type mediums such as digital and analog communication links.
  • ROMs read only memories
  • EEPROMs electrically programmable read only memories
  • user-recordable type mediums such as floppy disks, hard disk drives and compact disk read only memories (CD-ROMs) or digital versatile disks (DVDs
  • transmission type mediums such as digital and analog communication links.

Abstract

A system, method, and computer program product for measuring wall thickness. After an internal body topology of the model is generated, the topology is traversed between wall elements to determine wall thickness.

Description

    TECHNICAL FIELD OF THE INVENTION
  • The present invention is directed, in general, to object modeling tools and processes.
  • BACKGROUND OF THE INVENTION
  • Computer-aided design and modeling (CAD/CAM) have become an integral part of the process for designing and manufacturing any number of components. By designing, modeling, and revising the components in a data processing system, the product can be visualized and optimized as it is being developed to ensure a correct design before any actual manufacturing takes place.
  • The ability to quickly modify the shape and dimensions of the modeled object is a great advantage during this process. In order to ensure that a product is properly modeled, every dimension must be verified.
  • Wall thickness check is an important and obvious requirement in product part design. But it is also an often neglected area due to limited availability of an efficient and robust application to perform this check. Wall thickness of a product is very critical in manufacturing and product quality for plastic part and casting part (e.g. engine) design. An efficient tool for automatically checking the wall thickness and finding the minimum and maximum wall thickness is in high demand. However, the current solutions in this area are far too much time consuming and without sufficient accuracy.
  • There is, therefore, a need in the art for a system, method, and computer program product for efficiently and accurately measuring wall thickness in a graphic model.
  • SUMMARY OF THE INVENTION
  • Disclosed is a system, method, and computer program product for measuring wall thickness. After an internal body topology of the model is generated, the topology is traversed between wall elements to determine wall thickness.
  • The foregoing has outlined rather broadly the features and technical advantages of the present invention so that those skilled in the art may better understand the detailed description of the invention that follows. Additional features and advantages of the invention will be described hereinafter that form the subject of the claims of the invention. Those skilled in the art will appreciate that they may readily use the conception and the specific embodiment disclosed as a basis for modifying or designing other structures for carrying out the same purposes of the present invention. Those skilled in the art will also realize that such equivalent constructions do not depart from the spirit and scope of the invention in its broadest form.
  • Before undertaking the DETAILED DESCRIPTION OF THE INVENTION below, it may be advantageous to set forth definitions of certain words or phrases used throughout this patent document: the terms “include” and “comprise,” as well as derivatives thereof, mean inclusion without limitation; the term “or” is inclusive, meaning and/or; the phrases “associated with” and “associated therewith,” as well as derivatives thereof, may mean to include, be included within, interconnect with, contain, be contained within, connect to or with, couple to or with, be communicable with, cooperate with, interleave, juxtapose, be proximate to, be bound to or with, have, have a property of, or the like; and the term “controller” means any device, system or part thereof that controls at least one operation, whether such a device is implemented in hardware, firmware, software or some combination of at least two of the same. It should be noted that the functionality associated with any particular controller may be centralized or distributed, whether locally or remotely. Definitions for certain words and phrases are provided throughout this patent document, and those of ordinary skill in the art will understand that such definitions apply in many, if not most, instances to prior as well as future uses of such defined words and phrases.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • For a more complete understanding of the present invention, and the advantages thereof, reference is now made to the following descriptions taken in conjunction with the accompanying drawings, wherein like numbers designate like objects, and in which:
  • FIG. 1 depicts a block diagram of a data processing system in which a preferred embodiment can be implemented;
  • FIG. 2 depicts a flowchart of a process in accordance with a preferred embodiment;
  • FIG. 3 depicts an exemplary 2D surface mesh result;
  • FIG. 4 depicts an exemplary 3D volume mesh result;
  • FIG. 5 depicts an exemplary section view from a 3D volume mesh result;
  • FIG. 6 depicts an example of traversing through a 3D volume mesh;
  • FIG. 7 depicts an example of the 3D grid mapping approach;
  • FIG. 8 depicts an exemplary section view from a 3D grid mapping result;
  • FIGS. 9-12 depict an example of traversing through a 3D grid mapping;
  • FIG. 13 depicts a flowchart of a process in accordance with a preferred embodiment; and
  • FIG. 14 depicts an example of increasing the number of sample points.
  • DETAILED DESCRIPTION OF THE INVENTION
  • FIGS. 1 through 14, discussed below, and the various embodiments used to describe the principles of the present invention in this patent document are by way of illustration only and should not be construed in any way to limit the scope of the invention. Those skilled in the art will understand that the principles of the present invention may be implemented in any suitably arranged device. The numerous innovative teachings of the present application will be described with particular reference to the presently preferred embodiment.
  • Disclosed is a system, method, and computer program product for measuring wall thickness. After an internal body topology of the model is generated, the topology is traversed between wall elements to determine wall thickness.
  • FIG. 1 depicts a block diagram of a data processing system in which a preferred embodiment can be implemented. The data processing system depicted includes a processor 102 connected to a level two cache/bridge 104, which is connected in turn to a local system bus 106. Local system bus 106 may be, for example, a peripheral component interconnect (PCI) architecture bus. Also connected to local system bus in the depicted example are a main memory 108 and a graphics adapter 110.
  • Other peripherals, such as local area network (LAN)/Wide Area Network/Wireless (e.g. WiFi) adapter 112, may also be connected to local system bus 106. Expansion bus interface 114 connects local system bus 106 to input/output (I/O) bus 116. I/O bus 116 is connected to keyboard/mouse adapter 118, disk controller 120, and I/O adapter 122.
  • Also connected to I/O bus 116 in the example shown is audio adapter 124, to which speakers (not shown) may be connected for playing sounds. Keyboard/mouse adapter 118 provides a connection for a pointing device (not shown), such as a mouse, trackball, trackpointer, etc.
  • Those of ordinary skill in the art will appreciate that the hardware depicted in FIG. 1 may vary for particular. For example, other peripheral devices, such as an optical disk drive and the like, also may be used in addition or in place of the hardware depicted. The depicted example is provided for the purpose of explanation only and is not meant to imply architectural limitations with respect to the present invention.
  • A data processing system in accordance with a preferred embodiment of the present invention includes an operating system employing a graphical user interface. The operating system permits multiple display windows to be presented in the graphical user interface simultaneously, with each display window providing an interface to a different application or to a different instance of the same application. A cursor in the graphical user interface may be manipulated by a user through the pointing device. The position of the cursor may be changed and/or an event, such as clicking a mouse button, generated to actuate a desired response.
  • One of various commercial operating systems, such as a version of Microsoft Windows™, a product of Microsoft Corporation located in Redmond, Wash. may be employed if suitably modified. The operating system is modified or created in accordance with the present invention as described.
  • FIG. 2 depicts a flowchart of a process for checking wall thickness in accordance with a preferred embodiment. A more detailed description of several steps appears below.
  • According to a preferred process, a graphic model is loaded in a data processing system (step 205). It is important to note that this can include loading a file that includes a specification of the model parameters, whether or not the model is displayed to a user. Similarly, nothing is necessarily displayed to the user as other steps are performed.
  • Next, the system will generate a surface mesh on the faces of the model (step 210).
  • The system will then generate an internal body topology corresponding to the surface mesh (step 215).
  • The system will identify a first 2D element in a first wall side (step 220). Next, the system will traverse the internal body topology (step 225), until it identifies a second 2D element in a second wall side (step 230).
  • The system will then measure the distance between the first and second elements (step 235), thereby efficiently and accurately determining the wall thickness. The wall thickness, corresponding to the measured distance, is stored (step 240).
  • The step of generating the 2D surface mesh on the faces of the product model is performed using methods known to those of skill in the art. An exemplary 2D surface mesh result is shown in FIG. 3.
  • The thickness is then found, as described above, through measuring the distance between two small elements of the surface mesh on each side of the wall. The two elements are found by performing spatial traversal through the internal body topology from one element on the surface mesh to the other side of the wall. Since the spatial traversal is guided by the internal body topology, the spatial traversal can be assured that a shortest path is used.
  • According to at least some embodiments, two approaches are used for generating internal body topology. These are 3D volume meshing (tetrahedron type) and 3D grid mapping, both of which are known to those of skill in the art.
  • A 3D volume mesh will be generated after the 2D surface mesh has been generated. An exemplary 3D volume mesh result is shown in FIG. 4.
  • Traversing through the internal body topology method is to assure a shortest search path for finding two thickness 2D mesh elements. FIG. 5 is an exemplary section view from a 3D volume mesh result, corresponding to FIG. 4.
  • Traversing through the 3D volume mesh method is shown in FIG. 6. Guided by the face normal at a point projected from a point on the surface element 605, and the topology of the tetrahedral elements in the mesh, the thickness pair 2D surface elements 605 and 610 are found within the shortest path 620. The thickness 615 can then be measured.
  • 3D grid mapping is another approach for generating the body internal topology. This approach is to create 3D grids for defining small cubes encompassing the product body conceptually. Each of the 2D surface mesh elements is then mapped into the corresponding cubes. All cubes that have association with any surface elements are maintained in a tree structure for efficient spatial traversal. An example of the 3D grid mapping approach is shown in FIG. 7.
  • FIG. 8 is an exemplary section view from a 3D grid mapping result, corresponding to FIG. 7. The mapping cubes that have elements residing in them are maintained in a tree data structure for high-speed searching. Given a point in space, the tree data structure will return a corresponding mapping cube encompassing the point in an efficient manner. The searching algorithm reduces the searching problem from a n-squared order problem to a n*log(n) order problem. For example, for an array of one million objects maintained in a binary tree data structure, an object can be found in less than 8 searches.
  • Traversing through 3D grid mapping is illustrated in FIGS. 9-12. The spatial traversal within the 3D gird mapping topology process is as described below, with reference also to the flowchart of FIG. 13.
  • The traversal starts from the cube in which the first 2D surface mesh element resides (step 1305), as shown in FIG. 9.
  • Next, for any point on the 2D surface mesh element at which the thickness is to be found, project it onto the corresponding face of the product model (step 1310). Then, find the face normal of the projected point on the face (step 1315), as shown in FIG. 11.
  • Next, guided by the face normal, and optionally a region defined by the range of angle, propagate the search for the other thickness pair element through the spatial location of the cubes (step 1320), as shown in FIGS. 9 and 10. only the surface elements residing in the cubes within the range are included for the search. Therefore, the amount of time required for the search is greatly reduced.
  • The traversal stops when the other thickness pair element is found (step 1325). There will have to be no intersection with the other 2D surface elements for the thickness line joining the first projected point and the point on the other thickness pair element, as shown in FIG. 12.
  • Finally, the system will project the point found on the other thickness pair element onto the face of the product model (step 1330).
  • After the traverse has been made and the second element identified, the distance can be measured as described above (step 1335).
  • To increase accuracy even further, the system will increase the sampling points for the thickness measure.
  • There are two methods to increase the density of sampling points for measuring thickness, 1) increase the number of surface mesh elements by reducing the overall element size; and 2) increase the number of sampling points within each mesh element without reducing the overall element size.
  • In the first method, a new surface mesh needs to be regenerated. This approach is more costly on time consumption. While the second method just adds more sampling points based on the existing mesh, it avoids regenerating mesh. FIG. 14 depicts a few of the schemes in creating more sampling points for each mesh element. The more the number of the sampling points, the more accurate the thickness results would be. The process described above is repeated to find the thickness for the new sampling points if needed.
  • The preferred embodiments enable a wall-thickness measurement that is much more efficient and accurate than known methods. For example, the known “Medial Axis” method for determining wall thickness calculates the medial surface using an approximation algorithm for the product body. Therefore, the method is less accurate and time consuming. In addition, the algorithm will often fail on many very complex parts.
  • The preferred embodiments provide methods for directly measuring the thickness between two 2D surface mesh elements of product face, so results obtained will be much more accurate. Since traversal through body internal topology in finding thickness mesh elements is used, shortest searching path is assured, and hence performance will be very high.
  • A significant difference between the disclosed embodiments and known techniques is that the wall thickness results determined by the disclosed process will be independent of corner area in the product model. The results from the other methods, like the medial axis approach, will be worse at corner area.
  • Those skilled in the art will recognize that, for simplicity and clarity, the full structure and operation of all data processing systems suitable for use with the present invention is not being depicted or described herein. Instead, only so much of a data processing system as is unique to the present invention or necessary for an understanding of the present invention is depicted and described. The remainder of the construction and operation of data processing system may conform to any of the various current implementations and practices known in the art.
  • It is important to note that while the present invention has been described in the context of a fully functional system, those skilled in the art will appreciate that at least portions of the mechanism of the present invention are capable of being distributed in the form of a instructions contained within a machine usable medium in any of a variety of forms, and that the present invention applies equally regardless of the particular type of instruction or signal bearing medium utilized to actually carry out the distribution. Examples of machine usable mediums include: nonvolatile, hard-coded type mediums such as read only memories (ROMs) or erasable, electrically programmable read only memories (EEPROMs), user-recordable type mediums such as floppy disks, hard disk drives and compact disk read only memories (CD-ROMs) or digital versatile disks (DVDs), and transmission type mediums such as digital and analog communication links.
  • Although an exemplary embodiment of the present invention has been described in detail, those skilled in the art will understand that various changes, substitutions, variations, and improvements of the invention disclosed herein may be made without departing from the spirit and scope of the invention in its broadest form. For example, while product models are discussed in detail herein, the disclosed techniques can be applied to any type of graphical or finite element model.
  • None of the description in the present application should be read as implying that any particular element, step, or function is an essential element which must be included in the claim scope: THE SCOPE OF PATENTED SUBJECT MATTER IS DEFINED ONLY BY THE ALLOWED CLAIMS. Moreover, none of these claims are intended to invoke paragraph six of 35 USC §112 unless the exact words “means for” are followed by a participle.

Claims (18)

1. A method for determining the thickness of a wall of a graphic model, comprising:
loading a graphic model;
generating a surface mesh on the faces of the model;
generating an internal body topology of the graphic model, corresponding to the surface mesh;
identifying a first element in a first wall side of the graphic model
traversing the internal body topology to identify a second element in a second wall side of the graphic model;
measuring the distance between the first element and the second element; and
storing a wall thickness, the wall thickness corresponding to the measured distance.
2-3. (canceled)
4. The method of claim 1, wherein the traversal direction is along the normal vector of the mesh element using the 3D grid mapping topology for efficient searching.
5. The method of claim 1, wherein the traversal range is guided by the normal vector of the mesh element and is within a range of angles using the 3D grid mapping topology for efficient searching.
6. The method of claim 1, wherein the mesh points are projected onto the faces to achieve accurate results.
7-10. (canceled)
11. A data processing system having at least a processor and accessible memory, comprising:
means for loading a graphic model;
means for generating a surface mesh on the faces of the model;
means for generating an internal body topology of the graphic model, corresponding to the surface mesh;
means for identifying a first element in a first wall side of the graphic model
means for traversing the internal body topology to identify a second element in a second wall side of the graphic model;
means for measuring the distance between the first element and the second element; and
means for storing a wall thickness, the wall thickness corresponding to the measured distance.
12-13. (canceled)
14. The data processing system of claim 11, wherein the traversal direction is along the normal vector of the mesh element using the 3D grid mapping topology for efficient searching.
15. The data processing system of claim 11, wherein the traversal range is guided by the normal vector of the mesh element and is within a range of angles using the 3D grid mapping topology for efficient searching.
16. The data processing system of claim 11, wherein the mesh points are projected onto the faces to achieve accurate results.
17-20. (canceled)
21. A computer program product tangibly embodied in a machine-readable medium, comprising:
instructions for loading a graphic model;
instructions for generating a surface mesh on the faces of the model;
instructions for generating an internal body topology of the graphic model, corresponding to the surface mesh;
instructions for identifying a first element in a first wall side of the graphic model
instructions for traversing the internal body topology to identify a second element in a second wall side of the graphic model;
instructions for measuring the distance between the first element and the second element; and
instructions for storing a wall thickness, the wall thickness corresponding to the measured distance.
22-23. (canceled)
24. The computer program product of claim 21, wherein the traversal direction is along the normal vector of the mesh element using the 3D grid mapping topology for efficient searching.
25. The computer program product of claim 21, wherein the traversal range is guided by the normal vector of the mesh element and is within a range of angles using the 3D grid mapping topology for efficient searching.
26. The computer program product of claim 21, wherein the mesh points are projected onto the faces to achieve accurate results.
27-30. (canceled)
US12/237,193 2003-11-19 2008-09-24 System, method, and computer program product for determining wall thickness in graphic model Abandoned US20090083007A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/237,193 US20090083007A1 (en) 2003-11-19 2008-09-24 System, method, and computer program product for determining wall thickness in graphic model

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/717,273 US7454319B2 (en) 2003-11-19 2003-11-19 System, method, and computer program product for determining wall thickness in graphic model
US12/237,193 US20090083007A1 (en) 2003-11-19 2008-09-24 System, method, and computer program product for determining wall thickness in graphic model

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/717,273 Continuation US7454319B2 (en) 2003-11-19 2003-11-19 System, method, and computer program product for determining wall thickness in graphic model

Publications (1)

Publication Number Publication Date
US20090083007A1 true US20090083007A1 (en) 2009-03-26

Family

ID=34574566

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/717,273 Expired - Fee Related US7454319B2 (en) 2003-11-19 2003-11-19 System, method, and computer program product for determining wall thickness in graphic model
US12/237,193 Abandoned US20090083007A1 (en) 2003-11-19 2008-09-24 System, method, and computer program product for determining wall thickness in graphic model

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/717,273 Expired - Fee Related US7454319B2 (en) 2003-11-19 2003-11-19 System, method, and computer program product for determining wall thickness in graphic model

Country Status (7)

Country Link
US (2) US7454319B2 (en)
EP (1) EP1685509B1 (en)
JP (1) JP4691040B2 (en)
KR (1) KR101095267B1 (en)
AT (1) ATE464610T1 (en)
DE (1) DE602004026620D1 (en)
WO (1) WO2005052821A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090259329A1 (en) * 2008-04-14 2009-10-15 Daa Draexlmaier Automotive Of America Llc Processing device and method for structure data representing a physical structure
JP2019197069A (en) * 2019-07-22 2019-11-14 東京貿易テクノシステム株式会社 Thickness measuring device and thickness measurement program

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7454319B2 (en) * 2003-11-19 2008-11-18 Jun Wan System, method, and computer program product for determining wall thickness in graphic model
US20070165948A1 (en) * 2004-01-13 2007-07-19 Koninklijke Philips Electronic, N.V. Mesh models with internal discrete elements
US10344358B2 (en) * 2014-11-19 2019-07-09 GM Global Technology Operations LLC Method to incorporated skin and core material properties in performance analysis of high pressure die casting aluminum components
EP3635687B1 (en) 2017-05-08 2022-07-13 Physna Inc. System and methods for 3d model evaluation
US20230056384A1 (en) * 2021-08-23 2023-02-23 Coherix Systems and methods for material dispensing control
CN116011151A (en) * 2023-03-27 2023-04-25 北京适创科技有限公司 Casting thickness cloud picture determination method, device, equipment and medium

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5601084A (en) * 1993-06-23 1997-02-11 University Of Washington Determining cardiac wall thickness and motion by imaging and three-dimensional modeling
US5760779A (en) * 1994-06-29 1998-06-02 Hitachi, Ltd. Method and apparatus for generating an analyzing mesh for a three-dimensional area
US5774696A (en) * 1995-05-29 1998-06-30 Nec Corporation Triangle and tetrahedron mesh generation method
US5896303A (en) * 1996-10-11 1999-04-20 International Business Machines Corporation Discretization technique for multi-dimensional semiconductor device simulation
US6366800B1 (en) * 1994-10-27 2002-04-02 Wake Forest University Automatic analysis in virtual endoscopy
US6377865B1 (en) * 1998-02-11 2002-04-23 Raindrop Geomagic, Inc. Methods of generating three-dimensional digital models of objects by wrapping point cloud data points
US6484300B1 (en) * 1999-06-21 2002-11-19 Samsung Electronics Co., Ltd. Systems, methods and computer program products for obtaining an effective pattern density of a layer in an integrated circuit, and for simulating a chemical-mechanical polishing process using the same
US6557388B1 (en) * 1999-04-06 2003-05-06 The Furukawa Electric Co., Ltd. Method of determining dimension of extrusion die and extrusion die produced based on the same
US20030088389A1 (en) * 2001-10-29 2003-05-08 Remis Balaniuk Long elements method for simulation of deformable objects
US6714900B1 (en) * 1998-09-10 2004-03-30 Alstom Method for generating a shell mold for a casting
US6781582B1 (en) * 1999-12-27 2004-08-24 Alcoa Nederland B.V. Mesh generator for and method of generating meshes in an extrusion process
US20040186604A1 (en) * 2003-03-20 2004-09-23 Hitachi, Ltd. Analytical shell-model producing apparatus
US7359841B1 (en) * 2001-06-21 2008-04-15 Hixon Technologies, Ltd. Method and system for the efficient calculation of unsteady processes on arbitrary space-time domains
US7454319B2 (en) * 2003-11-19 2008-11-18 Jun Wan System, method, and computer program product for determining wall thickness in graphic model

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2915826B2 (en) * 1995-07-11 1999-07-05 富士通株式会社 Interference check device
JPH10124555A (en) * 1996-10-23 1998-05-15 Matsushita Electric Ind Co Ltd Method and device for calculating thickness of solid mode

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5601084A (en) * 1993-06-23 1997-02-11 University Of Washington Determining cardiac wall thickness and motion by imaging and three-dimensional modeling
US5760779A (en) * 1994-06-29 1998-06-02 Hitachi, Ltd. Method and apparatus for generating an analyzing mesh for a three-dimensional area
US6366800B1 (en) * 1994-10-27 2002-04-02 Wake Forest University Automatic analysis in virtual endoscopy
US5774696A (en) * 1995-05-29 1998-06-30 Nec Corporation Triangle and tetrahedron mesh generation method
US5896303A (en) * 1996-10-11 1999-04-20 International Business Machines Corporation Discretization technique for multi-dimensional semiconductor device simulation
US6377865B1 (en) * 1998-02-11 2002-04-23 Raindrop Geomagic, Inc. Methods of generating three-dimensional digital models of objects by wrapping point cloud data points
US6714900B1 (en) * 1998-09-10 2004-03-30 Alstom Method for generating a shell mold for a casting
US6557388B1 (en) * 1999-04-06 2003-05-06 The Furukawa Electric Co., Ltd. Method of determining dimension of extrusion die and extrusion die produced based on the same
US6484300B1 (en) * 1999-06-21 2002-11-19 Samsung Electronics Co., Ltd. Systems, methods and computer program products for obtaining an effective pattern density of a layer in an integrated circuit, and for simulating a chemical-mechanical polishing process using the same
US6781582B1 (en) * 1999-12-27 2004-08-24 Alcoa Nederland B.V. Mesh generator for and method of generating meshes in an extrusion process
US7359841B1 (en) * 2001-06-21 2008-04-15 Hixon Technologies, Ltd. Method and system for the efficient calculation of unsteady processes on arbitrary space-time domains
US20030088389A1 (en) * 2001-10-29 2003-05-08 Remis Balaniuk Long elements method for simulation of deformable objects
US20040186604A1 (en) * 2003-03-20 2004-09-23 Hitachi, Ltd. Analytical shell-model producing apparatus
US7376540B2 (en) * 2003-03-20 2008-05-20 Hitachi, Ltd. Analytical shell-model producing apparatus
US7454319B2 (en) * 2003-11-19 2008-11-18 Jun Wan System, method, and computer program product for determining wall thickness in graphic model

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090259329A1 (en) * 2008-04-14 2009-10-15 Daa Draexlmaier Automotive Of America Llc Processing device and method for structure data representing a physical structure
US8401827B2 (en) * 2008-04-14 2013-03-19 Daa Draexlmaier Automotive Of America Llc Processing device and method for structure data representing a physical structure
JP2019197069A (en) * 2019-07-22 2019-11-14 東京貿易テクノシステム株式会社 Thickness measuring device and thickness measurement program

Also Published As

Publication number Publication date
EP1685509A2 (en) 2006-08-02
KR101095267B1 (en) 2011-12-20
EP1685509B1 (en) 2010-04-14
JP2007511849A (en) 2007-05-10
WO2005052821A3 (en) 2005-09-01
JP4691040B2 (en) 2011-06-01
US20050107994A1 (en) 2005-05-19
US7454319B2 (en) 2008-11-18
DE602004026620D1 (en) 2010-05-27
WO2005052821A2 (en) 2005-06-09
ATE464610T1 (en) 2010-04-15
KR20060094097A (en) 2006-08-28

Similar Documents

Publication Publication Date Title
US20090083007A1 (en) System, method, and computer program product for determining wall thickness in graphic model
US11016470B2 (en) Conversion of mesh geometry to watertight boundary representation
US20070291031A1 (en) Three dimensional geometric data correction
JP4599270B2 (en) Method, computer-readable data storage medium, and computer-aided setting system capable of performing automatic calculation of minimum tolerance stack and maximum tolerance stack
US20160085882A1 (en) Build orientations for additive manufacturing
JP2011526389A (en) System and method for CAD design of collision free piping paths
US8447576B2 (en) System and method for producing editable three-dimensional models
Mohan et al. Development of a library of feature fitting algorithms for CMMs
US20160275206A1 (en) Geodesic sketching on curved surfaces
US9400853B2 (en) System and method for identifying under-defined geometries due to singular constraint schemes
CN113888668A (en) Parallelized vehicle collision analysis
US11195330B2 (en) Generation of a structured 3D model from a raw mesh
JP5980331B2 (en) Method for processing notch blend in boundary expression model, CAD data processing apparatus, and computer program
US8983803B2 (en) Tolerant intersections in graphical models
CN107567641B (en) System and method for identifying replicas
JP2006277672A (en) Three-dimensional model processing method
WO2018165842A1 (en) Systems and methods for determining mass properties of modeled object
EP4195088A1 (en) 3d axis machining design
US11921491B2 (en) Conversion of mesh geometry to watertight boundary representation
JP2004094750A (en) Three-dimensional configuration processor, interference model detecting method, program and storage medium
JP5831054B2 (en) Program, information processing apparatus, and mesh correction method
JP2019046243A (en) Design support apparatus, and design support method
US20230177224A1 (en) Computer aided generative design with feature thickness control to facilitate manufacturing and structural performance
US11068621B2 (en) Method for patching a sheet body to a target body
CN113888667A (en) Vehicle crash analysis using two-point contact curves

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION