EP2400410A1 - Computing of a resulting closed triangulated polyhedral surface from a first and a second modeled object - Google Patents

Computing of a resulting closed triangulated polyhedral surface from a first and a second modeled object Download PDF

Info

Publication number
EP2400410A1
EP2400410A1 EP10305555A EP10305555A EP2400410A1 EP 2400410 A1 EP2400410 A1 EP 2400410A1 EP 10305555 A EP10305555 A EP 10305555A EP 10305555 A EP10305555 A EP 10305555A EP 2400410 A1 EP2400410 A1 EP 2400410A1
Authority
EP
European Patent Office
Prior art keywords
triangles
modeled
polygonal
triangle
computing
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.)
Granted
Application number
EP10305555A
Other languages
German (de)
French (fr)
Other versions
EP2400410B1 (en
Inventor
Frédéric CHAZAL
André Lieutier
Nicolas Montana
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.)
Dassault Systemes SE
Original Assignee
Dassault Systemes SE
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 Dassault Systemes SE filed Critical Dassault Systemes SE
Priority to EP10305555.4A priority Critical patent/EP2400410B1/en
Priority to US13/111,471 priority patent/US8854367B2/en
Priority to JP2011116005A priority patent/JP5848030B2/en
Priority to CA2740669A priority patent/CA2740669A1/en
Priority to CN201110177608.8A priority patent/CN102262694B/en
Priority to KR1020110049612A priority patent/KR101754581B1/en
Publication of EP2400410A1 publication Critical patent/EP2400410A1/en
Application granted granted Critical
Publication of EP2400410B1 publication Critical patent/EP2400410B1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • 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/10Constructive solid geometry [CSG] using solid primitives, e.g. cylinders, cubes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2210/00Indexing scheme for image generation or computer graphics
    • G06T2210/21Collision detection, intersection

Definitions

  • the invention relates to the field of computers programs and systems, and more specifically to the field of computer-aided geometric design (CAGD) and simulation of three-dimensional polyhedral solids.
  • CAGD computer-aided geometric design
  • Computer-aided techniques are known to include Computer-Aided Geometric Design or CAGD, which relates to software solutions for representing objects in forms suitable for computer computations in CAD and CAM systems.
  • Computer-aided design or CAD
  • CAE is an acronym for Computer-Aided Engineering, e.g. it relates to software solutions for simulating the physical behavior of a future product.
  • CAM stands for Computer-Aided Manufacturing and typically includes software solutions for defining manufacturing processes and operations.
  • CATIA Computer Aided Three Dimensional Interactive Application
  • CATIA is a multi-platform CAGD/CAD/CAM/CAE software suite, commonly referred to as a 3D Product Lifecycle Management (PLM) software suite. It supports multiple stages of product development (CAx), ranging from conceptualization of objects shapes (CAGD), through design (CAD) and manufacturing (CAM), until analysis (CAE).
  • This software suite is customizable via application programming interfaces (API). Some versions can be adapted in various programming languages, under dedicated APIs.
  • CAGD/CAD systems notably allow a user to construct and manipulate complex three dimensional (3D) models of objects or assemblies of objects.
  • CAD systems thus provide a representation of modeled objects using edges or lines, in certain cases with faces.
  • These CAD systems manage parts or assemblies of parts as modeled objects, which are mainly specifications of geometry.
  • CAD files contain specifications, from which geometry is generated. From geometry, a representation is generated. Specifications, geometry and representation may be stored in a single CAD file or multiple ones.
  • CAD systems include graphic tools for representing the modeled objects to the designers; these tools are dedicated to the display of complex objects - the typical size of a file representing an object in a CAD system extending up to the range of a Mega-byte for part, and an assembly may comprise thousands of parts.
  • a CAD system manages models of objects, which are stored in electronic files.
  • Designing a mechanical part with a known CAGD/CAD system can be seen as defining the geometrical shape and dimensions of said part so as to fit functional and manufacturing requirements. Mainly, the resulting shape is a combination of basic features such as pad, pocket, groove, shaft etc. created by the designer.
  • the CAGD/CAD system yields the boundary representation of the solid (mechanical part) as e.g . a closed and oriented surface.
  • swept volumes e.g . in the field of geometric design (CAGD), machining simulation, robotics, or digital mockup.
  • CAGD geometric design
  • swept volume the union of all positions of the profile along the said trajectory.
  • the representation of swept volumes can be used to design shapes, simulate the process of material removal or addition, detect collisions and compute clearance in moving parts and mechanisms. For instance the calculation of a swept volume is useful to determine the required space of a vehicle motor that is vibrating during its functioning. Also, the calculation of a swept volume is useful to determine the required space of a wheel of a vehicle while said wheel turns left and right and moves up and down thanks to shock absorbers. Also, the swept volume is useful to determine the required space of a manufacturing tool.
  • Polyhedral modeling and processing is ubiquitous in the context of CAGD. Indeed performing robust and accurate Boolean operations (e.g . union, intersection, subtraction) on polyhedral solids is an essential requirement in this context.
  • Industrial implementation of such operators makes use of floating point representations or integer representations of coordinates together with so called epsilon-programming heuristics.
  • the polygon 4 is a valid one because there is no self-intersection.
  • the background grid represents the rounded numerical values. Rounding is to replace each vertex of the initial polygon by its closest point of the grid.
  • the dotted polygon 2 is the rounding result of the black polygon, and this polygon 2 is invalid because of a self intersection 3.
  • the second paper shows simple relationships between Boolean operators and algebraic operations on the corresponding chains and in particular on a representation called "normal chain", where a chain is expressed as linear combinations of oriented simplices sharing all the origin as one of their vertices.
  • a chain is expressed as linear combinations of oriented simplices sharing all the origin as one of their vertices.
  • the intersection of two solids, represented by chains formal sum of respectively n and m tetrahedra consists in a formal sum of n*m triangulation of the intersection of the corresponding n*m pairs of tetrahedra.
  • the invention is embodied as a computer-implemented process, in a computer-aided geometric design system, for computing a resulting closed triangulated polyhedral surface from a first and a second modeled objects, the first modeled object being modeled by a first closed triangulated polyhedral surface and the second modeled object being modeled by a second closed triangulated polyhedral surface, the process comprising:
  • the process may comprise on or more of the following features:
  • the invention is embodied as a computer program, stored on a computer readable medium, for computing a resulting closed triangulated polyhedral surface from a first and a second modeled objects, the first modeled object being modeled by a first closed triangulated polyhedral surface and the second modeled object being modeled by a second closed triangulated polyhedral surface, the computer program comprising code means for causing a computer to take the steps of the process.
  • the invention is embodied as an apparatus for computing a resulting closed triangulated polyhedral surface from a first and a second modeled objects, the first modeled object being modeled by a first closed triangulated polyhedral surface and the second modeled object being modeled by a second closed triangulated polyhedral surface, the apparatus comprising means for implementing the steps of the process.
  • the invention is directed to a computer-implemented process, in a computer-aided geometric design system, for computing a resulting closed triangulated polyhedral surface from a first and a second modeled object.
  • the first modeled object is modeled by a first closed triangulated polyhedral surface and the second modeled object is modeled by a second closed triangulated polyhedral surface.
  • the process comprises a step of computing intersections between triangles of the first modeled object and triangles of the second modeled object.
  • triangles of the first and second modeled objects are split into polygonal facets adjacent to said intersections.
  • two couples of winding numbers (noted p and q ) are computed for each triangle and each polygonal facet.
  • the first winding number of each couple of winding numbers is computed from the first closed triangulated polyhedral surface and the second winding number of each couple of winding numbers is computed from the second closed triangulated polyhedral surface.
  • a coefficient (noted k ) is computed for each triangle and each polygonal facet. This coefficient is computed with a function ⁇ which has as inputs the two couples of winding numbers (noted p and q ) of each triangle and each polygonal facet.
  • triangles and polygonal facets are selected according to the computed coefficients.
  • the polygonal facets are triangulated, and the resulting closed triangulated polyhedral surface is obtained with the selected triangles and the triangulated selected polygonal facets.
  • the invention provides a general, efficient and robust method suited to compute quickly and accurately a Boolean operation between a first and a second modeled objects that are modeled by a closed triangulated polyhedral surface and represented as a polyhedral cycle such as for example a simplicial 2-cycle. Operands validity checking is faster as it is no more necessary to verify whether the first and/or the second modeled objects have self-intersections. Accordingly, the unique criterion to check is the watertightness of the first and the second modeled objects. Moreover, if this criterion of watertightness is respected, the invention can therefore guaranty a quality of the result.
  • successive operation on the first and/or the second modeled objects can be performed without introducing a failure.
  • the robustness is thus increased as several operations can be successively performed.
  • the operations are generalized thanks to the concept of inner and outer space obtained via the computating of couples of winding numbers, e.g . by keeping only positive winding numbers.
  • a simplicial complex is a topological space constructed by "gluing together" points, line segments, triangles, and more generally, their p -dimensional equivalents.
  • One of the advantages of using simplicial complexes is that their properties can be generalized for any dimension m .
  • Simplicial complexes make it possible to compute a boundary of a modeled object thanks to simple mathematic operations, what requires less resources than other methods described in the European Patent Application No. 08291047.2 of November 7, 2008 on pages 2 to 5.
  • a simplicial complex provides a closed and topologically consistent polyhedral representation. Though this representation may intersect itself, it is combinatorial watertight. In particular, if a small perturbation or a floating point rounding is applied to the output, it remains valid (topologically correct and watertight), hence providing robustness.
  • a simplicial 2-chain is a particular case of a simplicial complex.
  • a simplicial 2-chain in the three-dimensional Euclidean space is defined by a finite set of vertices given by their coordinates in 3D space together with a set of triangles.
  • Each triangle is defined by an ordered triple of indexes of vertices and an integer number defining its multiplicity. The operation consisting of simultaneously changing the sign of the multiplicity of a triangle and the order of the triple defining it does not change the chain.
  • a simplicial 2-cycle is a simplicial 2-chain satisfying the zero boundary condition defined below.
  • the invention provides robustness compared to the prior art because the validity criterion of a simplicial 2-cycle representing a solid is purely combinatorial: unlike usual polyhedral representation it does not depend on numerical values.
  • the proposed generalized Boolean operator is numerical rounding resistant and the rounding of coordinates does not affect the validity of an operand.
  • applying a rotation, using floating point arithmetic, on the vertices of an operand maintains the combinatorial structure and so does not affect its validity.
  • applying the same rotation (a very usual operation indeed) to a state of the art polyhedron may produce self-intersections, thus making the result inconsistent according to the state of the art validity criterion (as discussed above in reference to FIG. 1 ).
  • the invention is a generalized Boolean operator, applying on representations of solids by simplicial 2-cycles whose vertices coordinates use fixed length number representations such as integers or floating points.
  • a simplicial 2-cycle is a closed triangulated polyhedral surface that may feature self intersections.
  • of C is defined as the union of all the triangles of the simplicial 2-cycle C .
  • is a therefore a subset of the 3D space R 3 .
  • is the support of C that features two self intersections 81 and 82.
  • includes at least two connected components.
  • the grey area represents the connected components of the complement of
  • the winding number is a constant number over each connected component of the complement of
  • each triangle of C is oriented by the ordering of its three vertices and this ordering defines a normal vector. Furthermore, each triangle of C has an integer multiplicity. Given a point X in 3-space which does not belong to any triangle from C , the winding number of X with respect to C is an integer number W defined as follows.
  • a polyhedral -cycle e.g . a simplicial 2-cycle
  • a condition called zero boundary condition When a polyhedral -cycle meets the zero boundary condition, the watertight property is conferred to polyhedral -cycle.
  • a polyhedral -cycle is a set of oriented simplices with a signed integer, called multiplicity, assigned to each simplex. For instance, the multiplicity of an edge is the number of multiple edges sharing the same end vertices.
  • the invention makes use of the winding number concept.
  • the two-dimensional version of the concept of winding number is well documented in prior art.
  • the three-dimensional winding number is also documented in prior art as an application of the mathematical "topological degree”, see for example chapters 4 and 5 of John Willard Milnor's book “Topology from the differentiable point of view", Princeton University Press; Revised edition (November 24, 1997), ISBN-13: 978-0691048338 .
  • the terms winding number and three-dimensional winding number will be indifferently used.
  • FIG. 10 illustrates the winding number computation with a planar contour which self-intersects two times. Line segments orientations define normal vectors.
  • a simplicial 2-cycle C defines a solid in the following manner: the solid is the closure of the set of points with positive winding number, as illustrated on FIG. 11 .
  • the set of such simplicial 2-cycles includes the set of oriented boundary of usual polyhedrons whose vertices have floating point coordinates. However, unlike classical polyhedron boundaries, simplicial 2-cycles are allowed to self intersect in general.
  • FIG. 12 A simplicial 2-cycle A is represented on FIG. 12 , and a two simplicial 2-cycle B on FIG. 13 .
  • Three-dimensional objects are discussed in FIGS. 12-17 and 19-23 , but, for simplicity, only two dimensional objects are illustrated.
  • FIG. 28-30 respectively show three-dimensional representations of the objects represented on FIG. 12, FIG. 13 , and FIGS. 14 and 19 .
  • A is a rectangle and B is a double triangle.
  • a and B are represented independently together with their respective orientation and winding numbers.
  • A is regular and represent the boundary of a regular solid.
  • B has a self intersection and is therefore regular according to prior art validity criterion of solids, as discussed previously.
  • Function ⁇ is said to be locally constant in the neighbourhood of point x ⁇
  • function ⁇ has the same constant value on "each side" of x ⁇
  • the boundary ⁇ of function ⁇ is the set of points x ⁇
  • is not locally single valued.
  • x ⁇ ⁇ be a point where ⁇ is locally two valued.
  • ⁇ + and ⁇ - be these two values where ⁇ + (respectively ⁇ - ) is the value on the positive side of ⁇ (respectively the opposite side of ⁇ ) according to the orientation resulting from initial operands.
  • the difference ⁇ - - ⁇ + defines a signed multiplicity at point x . Consequently, a multiplicity for all triangles of ⁇ is set.
  • the first number of the couple of value is computed from the simplicial 2-cycle A and the second winding number of each couple of winding numbers is computed from the simplicial 2-cycle B .
  • the dotted lines represent the portions of
  • where function ⁇ ( x ) w A ( x ) w B ( x ) is locally single valued, meaning that
  • the drawing represents the result of the operation performed on the two simplicial 2-cycles A and B : a new cycle is obtained by retaining the portions of
  • the process according to the invention computes the resulting simplical 2-cycle defined by ⁇ .
  • a boolean operator may simplify the result obtained by applying an edge collapse procedure driven by some chordal error criterion. For example, edges whose length is of the same order of magnitude than the perturbation induced by the rounding of the coordinates may be collapsed without significant loss of geometric information.
  • edges whose length is of the same order of magnitude than the perturbation induced by the rounding of the coordinates may be collapsed without significant loss of geometric information.
  • the result in not invalidated as the simplicial 2-cycle resulting from the process of the invention is a closed triangulated polyhedral surface that may feature self intersections.
  • FIG. 18 an embodiment of the process according to the invention is described.
  • a first modeled object being modeled by a first closed triangulated polyhedral surface and a second modeled object being modeled by a second closed triangulated polyhedral surface are input.
  • the first and the second modeled objects are simplical 2-cycles. If required, signed integers can be associated to triangles of the first and second closed triangulated polyhedral surfaces in order to capture orientation inversion and/or multiplicity.
  • a function ⁇ : Z ⁇ Z ⁇ Z is selected.
  • the selection of a function ⁇ allows selecting an operation to perform between the first and second modeled objects.
  • the function ⁇ redefines usual Boolean operations such as the union, the intersection, and the subtraction of two solids.
  • Any function ⁇ can be defined, depending on the purpose of the application using the invention. For example, when dealing with self-intersected objects (resulting from a spatial sweeping), a definition of function ⁇ can decide that the spatial region of interest is where the winding number is positive, while another definition of function ⁇ may decide that the spatial region of interest is where the winding number is non-zero. Beyond redefining usual Boolean operations, unrestricted definition of the function ⁇ is a design flexibility provided by the invention.
  • the function ⁇ is selected by the user during a design session.
  • a function ⁇ may also be selected by default by the CAGD system.
  • step S30 intersections between triangles of the first modeled object and triangles of the second modeled object are computed.
  • An intersection is a point, an edge or a polygon where two triangles meet.
  • the step S30 consists in finding all the intersections of triangles which does not consist in a common edge or vertex of triangles of the first or second modeled object.
  • intersections For example, using standard floating point arithmetic together with epsilon-programming.
  • the computing of the intersections is performed by using exact arithmetic.
  • Exact arithmetic does not make use of rounding and truncating when performing numerical computations.
  • the exact arithmetic approach is used for making numerically robust geometric algorithms.
  • exact arithmetic enables to obtain correct topological structures of objects which are therefore free from inconsistency.
  • a simplicial 2-cycle is a closed triangulated polyhedral surface that may feature self intersections.
  • the first and/or the second modeled objects may comprise a self intersection, and therefore, the computing of the intersections between triangles further comprises computing intersections between triangles of the first modeled object and/or between triangles of second modeled objects.
  • the first object A is the rectangle depicted in FIG. 12
  • the second object B is the double triangle comprising a self-intersection depicted in FIG. 13 .
  • the objects A and B are three-dimensional objects, as illustrated on FIGS. 28-30 ; but for simplicity, two dimensional objects are used in drawings 19-23.
  • the user inputs the two objects as known in the art.
  • the objects A and B have been positioned each other so that the object B is over the object A . Typically, this is also performed by the user.
  • intersections points 200, 202, 204, and 206 between objects A and B are represented.
  • the self-intersection point 208 of the object B is also represented.
  • the representations of the objects A and B are 2D representations in FIGS. 19-23 and that the intersections which are computed between triangles of the 3D objects A and B are edges or vertices.
  • the computing of the intersections is performed as known in the art, e.g . by using exact arithmetic.
  • step S40 the triangles of the first and second modeled objects are split into polygonal facets adjacent to said computed intersections. This amounts to say that the first and second modeled objects A and B are subdivided according to the intersections computed at the step S30.
  • the computed intersections points between the objects A and B subdivide the objects A into four adjacent portions (2, 10, 4, 5) and the object B is divided into six adjacent portions (1, 7, 9, 3, 8, 6).
  • a region comprises a set of triangles and/or polygonal facets which are adjacent to each other and which are delimited by one of the computed intersections.
  • a region is a part of the boundary of the first and second modeled objects A and B along the computed intersections. This amounts to say that a set of triangles and/or polygonal facets adjacent to vertices or edges on which the first and second modeled objects A and B meet or self-intersect, form a region.
  • an overlay of an arrangement of the computed intersections that splits each triangle into polygonal facets is build. Building the overlay amounts to combine the computed intersections, as known in the art.
  • each triangle of the initial objects A and B is subdivided into polygonal facets such that a new representation defining mathematically the same polyhedral cycles of objects A and B is obtained.
  • the supporting complex of the polyhedral cycle is embedded in the ambient three-dimensional space. In other words, any intersecting pair of polygonal facet or edges of the new cycles intersects along a common edge or vertex. This construction is done "exactly", which advantageously implies that vertices resulting from the intersection of an edge and a triangle or of three triangles have rational coordinates.
  • Non generic situations may occur and they are solved as known in the art. For instance, triangles may overlap, several edges intersecting a triangle at the same point or more than three triangles meeting in a single point may happen. Among these non-generic situations, there is the particular situation in which an overlapping triangle produces new polygonal facet. In such a case, the new computed coefficient k (discussed at step S70) is the sum of the respective coefficients k of the two overlapping triangles.
  • step S60 two couples of winding numbers (that is, 3D winding number) p and q are computed for each triangle and each polygonal facet.
  • a winding number (or 3D winding number) of a three-dimensional object provides a generalization of the concept of inner and outer space of a polygonal -cycle.
  • the first winding number is computed from the first closed triangulated polyhedral surface and the second winding number is computed from the second closed triangulated polyhedral surface.
  • At least one ray-tracing is performed on a triangle at this step.Advantageously, for a complete robustness, this step requires both exact arithmetic and "simulation of simplicity".
  • the "simulation of simplicity” is a technique to cope with degenerate cases in geometric algorithms, as taught for instance in the document "simulation of simplicity", H. Edelsbrunner, EP. Mücke - ACM Transactions on Graphics (TOG), Volume 9, Issue 1, January 1990, pages: 66 - 104, ISSN:0730-0301 .
  • the first and the second couple of winding numbers are respectively computed for each side of a triangle and a polygonal facet.
  • the first side of a polygonal facet (the same applies for a triangle) is called below, and the second side is called above.
  • the notion of below and above of a polygonal facet relies on an arbitrary convention based on a normal vector of each polygonal facet. Indeed, one recalls that each triangle of a polyhedral cycle (e.g . a simplicial 2-cycle) is oriented by the ordering of its three vertices, the ordering of the three vertice being an arbitrary choice. And this ordering defines a normal vector.
  • each triangle has its own normal vector, as depicted.
  • the triangle 260 is oriented, and based on this orientation, a normal vector is defined and indicates the "above" of the triangle.
  • the first couple of winding numbers is below said triangle and polygonal facet according to a normal vector of said triangle and polygonal facet.
  • the second couple of winding numbers is above said triangle and polygonal facet according to the normal vector of said triangle and polygonal facet.
  • couples of values ( w A , w B ) of winding numbers of the first and second modeled objects A and B are depicted.
  • the portion 1 of the object B has two couples of winding numbers.
  • the normal vector of the portion 1 (represented on FIG. 21 ) involves that the couple (0,-1) is arbitrary considered as being above the portion 1.
  • Other portions of objects A and B are discussed in the table below.
  • the couples of (3D) winding numbers C below and C above are propagated to adjacent regions and triangles.
  • propagation means that a first couple C below and a second couple C above spread into new computed polygonal facets and or triangles.
  • a dedicated algorithm is used for computing the couples of (3D) winding numbers of the other polygonal facets of the region. This algorithm thus relies on the computed regions in order to perform the computing of the couples of winding numbers of the polygonal facets that belong to the region. This algorithm is detailed now.
  • the algorithm starts with the computation of C below and C above of a polygonal facet (or triangle) which belongs to a first computed region.
  • the choice of a polygonal facet is arbitrary and does not influence the output of this algorithm.
  • the values of these two couples of winding numbers C below and C above are computed (one could also say that they are propagated) to adjacent polygons facet.
  • adjacent polygons facet may be another computed region or a triangle.
  • two polygons are adjacent if they share at least one edge.
  • an edge shared by exactly two polygons is a manifold edge, as represented on FIG. 24 .
  • an edge shared by three polygons or more is a non-manifold edge.
  • a non-manifold edge is drawn with four incident polygons.
  • E be a non-manifold edge, shared by four polygons.
  • This edge is a computed intersection between the first and second modeled objects A and B : the two horizontal polygons 260 and 262 belong to the first modeled object A , and the two perpendicular polygons 264 and 266 belong to the second modeled object B .
  • each polygon is equipped with a normal vector according to its geometry and orientation, as discussed previously.
  • the polygons are sorted in a radial order around the edge E .
  • the radial order may be chosen according to a rotation around the edge E. For instance, starting from the polygon 260 and a counter-clockwise rotation 268, the radial order of the polygons adjacent to the edge E is 260, 268, 262, and 264.
  • the crossings of the other triangles and/or polygonal facets adjacent to the computed intersection are detected.
  • the two couples of winding numbers are updated. The update is performed according to the orientation of the normal vector of the crossed triangle and/or polygonal facet.
  • the update may be carried out based on the three following rules:
  • FIG. 27 illustrates the application of the above-mentioned rules.
  • the couple of winding number C above ( w A , w B ).
  • the first crossed polygon is the polygon 266.
  • the couple of winding number is updated so that the updating changes the winding number w B into w B -1.
  • An extended region does not comprise the sets of triangles and/or polygonal facets adjacent of a region.
  • An extended region is comprised of the set of adjacent triangles of a first modeled object which are neither in contact with polygons of a second modeled object nor in contact with self-intersections.
  • initial values of C below and C above of a triangle in an extended region is the same for all triangles in the same extended region. This amount to say that an extended region comprises the maximum number of connected triangles of a modeled obj ect having the same C below and C above .
  • initial computed couples of winding number C below and C above can be easily computed (one could also say propagated) to the whole connected triangles of the modeled object. Consequently, the computing procedure within an extended region is repeated for each connected triangle of the modeled object. Again, one understands that it advantageously allow increasing the performances of the process according to the invention as well as preserving the resources of the CAGD system.
  • a coefficient k is computed for each triangle and each polygonal facet of the first and second modeled obj ect.
  • the boundary ⁇ of function ⁇ is the set of points x ⁇
  • the difference ⁇ - - ⁇ + defines a signed multiplicity at point x , and consequently, a multiplicity for all triangles of ⁇ is set.
  • the resulting simplical 2-cycle is then ⁇ , associated with triangles multiplicities.
  • the multiplicity advantageously allows to obtain a simplical 2-cycle in the case of a function ⁇ having integer values; otherwise, the function ⁇ would have only 0 or 1 as values.
  • the coefficient k is computed with a function ⁇ having as inputs the two couples of winding numbers p and q computed for each triangle and each polygonal facet of the first and second modeled objects.
  • step S80 triangles and polygonal facets of the first and second modeled objects are selected according to the computed coefficients. Selection here means that the selected triangles and polygonal facets are kept for obtaining the resulting simplical 2-cycle. In practice, the triangles and polygonal facets are selected when the computed coefficient k is different from zero.
  • step S90 the polygonal facets, which are not triangles, are triangulated.
  • the triangulation is performed as known in the art.
  • step 100 the resulting closed triangulated polyhedral surface is obtained with the selected triangles and the triangulated selected polygonal facets.
  • the steps S60 to S100 are illustrated by FIGS 20-23 .
  • intersections points 200, 202, 204, 206, and 210 between objects A and B and the self-intersection point 208 of object B are represented and the first and second modeled objects A and B are subdivided according to the intersections computed.
  • the extended regions are shown.
  • the extended regions are identified on the figure with numerical values 1 to 10.
  • the four adjacent portions (2, 10, 4, 5) of object A and the six adjacent portions (1, 7, 9, 3, 8, 6) of portion B are extended regions.
  • It is now possible to associate to each extended region all the coefficients used to select the resulting simplicial 2-cycle: C below , C above and k ⁇ ( C below )- ⁇ ( C above ) as gathered in next table.
  • ⁇ ( w A , w B ) w A w B .
  • Extended regions belonging to the resulting simplicial 2-cycle are visible in the rightmost column.
  • FIG. 23 On FIG. 23 is illustrated the resulting simplicial 2-cycle defined by extended regions 5,6,7,8,9 and 10.
  • the extended region 5 must be involved according to the opposite orientation (new orientation is illustrated), which is captured by the sign of ⁇ ( C below )- ⁇ ( C above ) in the previous table. This allows to insure that the orientation of the surface of the resulting simplicial 2-cycle is globally consistent.
  • the invention may be embodied as a system, method, or computer program.
  • the invention may be implemented as a in digital electronic circuitry, or in computer hardware, firmware, resident software, micro-code, software, or in combinations of them.
  • Apparatus of the invention may be implemented in a computer program product tangibly embodied in a machine-readable storage device for execution by a programmable processor; and method steps of the invention may be performed by a programmable processor executing a program of instructions to perform functions of the invention by operating on input data and generating output.
  • the invention may advantageously be implemented in one or more computer programs that are executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device.
  • the application program may be implemented in a high-level procedural or object-oriented programming language or in assembly or machine language if desired; and in any case, the language may be a compiled or interpreted language.
  • a processor will receive instructions and data from a read-only memory and/or a random access memory. Any combination of one or more computer readable medium(s) may be utilized to store instructions.
  • the computer readable medium may be a computer readable storage medium.
  • a computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing.
  • Storage devices suitable for tangibly embodying computer program instructions and data include all forms of nonvolatile memory, including by way of example semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM disks. Any of the foregoing may be supplemented by, or incorporated in, specially designed ASICs (application-specific integrated circuits).
  • ASICs application-specific integrated circuits
  • the computer readable medium may be a computer readable signal medium.
  • a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof.
  • a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. The preferred embodiment of the present invention has been described. It will be understood that various modifications may be made without departing from the spirit and scope of the invention.
  • a first optimization may consist in using the notion of filtered predicate, described for instance in the documents " Polyhedral modelling with multiprecision integer arithmetic", S. Fortune, Computer Aided Design, 29 (2), pages 123-133, 1997 , " Efficient exact arithmetic for computational geometry", S. Fortune and C.J. Van Wyk, Proceedings of the ninth annual symposium on Computational geometry, pages 163-172, ACM New York, NY, USA, 1993 , and " A lazy exact arithmetic", Mohand Ourabah Benouamer, P. Jaillon, Anthony Michelucci, and Jean-Michel Moreau, IEEE Symposium on Computer Arithmetic, pages 242-249, 1993 .
  • the barycentric coordinates of the constructed vertices are computed in interval arithmetic.
  • a predicate typically returning the sign of a determinant, it tries to determine the sign using these interval coordinates and if this is not possible, it calls the rational arithmetic version of the predicate, which, if this has not been done previously, computes first the required barycenric coordinates of the impacted constructed vertices.
  • step S30 of the process as depicted in FIG. 18 the computing of intersections between triangles of the first modeled object and triangles of the second modeled object can be accelerated using a partition of the operands in set of triangles, called patches, defined as follows:
  • the patch has no self-intersection and it is sufficient to test the possible intersections between triangles of distinct patches. If these patches are localized in a spatial partition structure such as voxels or octrees, it can significantly speed up the step S30, as described in the documents " Solid Representation and Operation Using-Extended Octrees", P. Brunet and I. Navazo, ACM Transactions on Graphics, 9(2) pages 170-197, 1990 , “ Fundamental techniques for geometric and solid modeling", and C.M. Hoffmann and G. Vanecek, Manufacturing and Automation Systems: Techniques and Technologies, 48 pages 347-356, 1990 . Paragraph II.B.
  • Another optimization may consist in simplifying the resulting closed triangulated polyhedral surface (S100) by a sequence of edge collapses driven by a chordal error. Indeed, since the operations performed in former steps S30-S90 are exact, extremely small triangles may occur, possibly much smaller than the weight of the last digit of the floating point numbers defining the coordinates of the vertices of the input operands. In process of the present invention, this simplification procedure is the combinatorial counterpart of the rounding of number in floating points.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Geometry (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computer Graphics (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Evolutionary Computation (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Hardware Design (AREA)
  • Algebra (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Processing Or Creating Images (AREA)
  • Image Generation (AREA)
  • Architecture (AREA)

Abstract

The invention is directed to a computer-implemented process, in a computer-aided geometric design system, for computing a resulting closed triangulated polyhedral surface from a first and a second modeled objects. The first modeled object is modeled by a first closed triangulated polyhedral surface and the second modeled object is modeled by a second closed triangulated polyhedral surface. The process according to the invention comprises:
- computing intersections (S30) between triangles of the first modeled object and triangles of the second modeled object;
- splitting triangles (S40) of the first and second modeled objects into polygonal facets adjacent to said intersections;
- computing for each triangle and each polygonal facet two couples of winding numbers p and q (S60), wherein the first winding number of each couple of winding numbers is computed from the first closed triangulated polyhedral surface and the second winding number of each couple of winding numbers is computed from the second closed triangulated polyhedral surface;
- computing a coefficient k for each triangle and each polygonal facet (S70), the coefficient being computed with a function ϕ having as inputs the two couples of winding numbers p and q of each triangle and each polygonal facet;
- selecting triangles and polygonal facets (S80) according to the computed coefficients;
- triangulating (S90) said selected polygonal facets; and
- obtaining the resulting closed triangulated polyhedral surface (S 100) with the selected triangles and the triangulated selected polygonal facets.

Description

  • The invention relates to the field of computers programs and systems, and more specifically to the field of computer-aided geometric design (CAGD) and simulation of three-dimensional polyhedral solids.
  • Computer-aided techniques are known to include Computer-Aided Geometric Design or CAGD, which relates to software solutions for representing objects in forms suitable for computer computations in CAD and CAM systems. Computer-aided design (or CAD) relates to software solutions for authoring product design Similarly, CAE is an acronym for Computer-Aided Engineering, e.g. it relates to software solutions for simulating the physical behavior of a future product. CAM stands for Computer-Aided Manufacturing and typically includes software solutions for defining manufacturing processes and operations.
  • A number of systems and programs are offered on the market for the design of parts, assemblies of parts and products thereof, such as the one provided by Dassault Systèmes under the trademark CATIA (Computer Aided Three Dimensional Interactive Application). CATIA is a multi-platform CAGD/CAD/CAM/CAE software suite, commonly referred to as a 3D Product Lifecycle Management (PLM) software suite. It supports multiple stages of product development (CAx), ranging from conceptualization of objects shapes (CAGD), through design (CAD) and manufacturing (CAM), until analysis (CAE). This software suite is customizable via application programming interfaces (API). Some versions can be adapted in various programming languages, under dedicated APIs.
  • These so-called CAGD/CAD systems notably allow a user to construct and manipulate complex three dimensional (3D) models of objects or assemblies of objects. CAD systems thus provide a representation of modeled objects using edges or lines, in certain cases with faces. These CAD systems manage parts or assemblies of parts as modeled objects, which are mainly specifications of geometry. In particular, CAD files contain specifications, from which geometry is generated. From geometry, a representation is generated. Specifications, geometry and representation may be stored in a single CAD file or multiple ones. CAD systems include graphic tools for representing the modeled objects to the designers; these tools are dedicated to the display of complex objects - the typical size of a file representing an object in a CAD system extending up to the range of a Mega-byte for part, and an assembly may comprise thousands of parts. A CAD system manages models of objects, which are stored in electronic files.
  • Designing a mechanical part with a known CAGD/CAD system can be seen as defining the geometrical shape and dimensions of said part so as to fit functional and manufacturing requirements. Mainly, the resulting shape is a combination of basic features such as pad, pocket, groove, shaft etc. created by the designer. Through complex geometrical and topological computations, the CAGD/CAD system yields the boundary representation of the solid (mechanical part) as e.g. a closed and oriented surface.
  • One knows the concept of swept volumes, e.g. in the field of geometric design (CAGD), machining simulation, robotics, or digital mockup. Given a solid, called "profile" in the following, and a trajectory thereof, we call the swept volume the union of all positions of the profile along the said trajectory. The representation of swept volumes can be used to design shapes, simulate the process of material removal or addition, detect collisions and compute clearance in moving parts and mechanisms. For instance the calculation of a swept volume is useful to determine the required space of a vehicle motor that is vibrating during its functioning. Also, the calculation of a swept volume is useful to determine the required space of a wheel of a vehicle while said wheel turns left and right and moves up and down thanks to shock absorbers. Also, the swept volume is useful to determine the required space of a manufacturing tool.
  • Computation of so-called swept volumes has been presented in the European Patent Application No. 08291047.2 of November 7, 2008 .
  • Polyhedral modeling and processing is ubiquitous in the context of CAGD. Indeed performing robust and accurate Boolean operations (e.g. union, intersection, subtraction) on polyhedral solids is an essential requirement in this context. Industrial implementation of such operators makes use of floating point representations or integer representations of coordinates together with so called epsilon-programming heuristics.
  • Roughly speaking, epsilon-programming is to replace equality tests x = y by "up to epsilon" equality tests |x-y| ≤ ε, where ε is the traditional numerical threshold notation. Details can be found in "Robustness and Randomness", D. Michelucci, J.M. Moreau, S. Foufou - Lecture Notes In Computer Science, 2008, Springer.
  • From a theoretical point of view, usual geometric modeling and processing based on the floating point paradigm lack rigorous and scientific foundation. In practice, developing a robust Boolean operator based on floating point framework is difficult, costly and is more an art than a science. Indeed, the floating point rounding errors may induce combinatorial inconsistencies, e.g. topological inconsistencies.
  • The epsilon-programming paradigm allows overcoming these inconsistencies but, the techniques based on the epsilon-programming are not supported by a sound theoretical framework: indeed, they require case by case expertises which make the achievement of complete robustness a never ending task.
  • Alternatively recent implementations use the exact computation paradigm based on the exact predicates technology, as detailed in "Robustness in geometric computations", C.M. Hoffmann, Journal of Computing and Information Science in Engineering, 1 :143, 2001, "Robust geometric computation", C.K. Yap, Handbook of discrete and computational geometry, pages 653-668, 1997, and "Efficient Delaunay triangulation using rational arithmetic", M. Karasick, D. Lieber, and L.R. Nackman, ACM Transactions on Graphics (TOG), 10(1) :71-91, 1991.
  • In the exact computation paradigm, when some geometry has to be constructed, one has to use rational or algebraic numbers representations in the result which leads to time and space consuming algorithms. As, in real life CAGD applications, the input of a geometric processing algorithm is generally the output of a previous one, a pure exact computation approach is not possible since it would produce an exponential growth of the number representations.
  • It is therefore necessary to "round" the coordinates of the output from rational to floating point numbers. Unfortunately, such a rounding procedure is not safe in general. Indeed, this rounding may create local self-intersections, as illustrated on FIG. 1. The polygon 4 is a valid one because there is no self-intersection. The background grid represents the rounded numerical values. Rounding is to replace each vertex of the initial polygon by its closest point of the grid. The dotted polygon 2 is the rounding result of the black polygon, and this polygon 2 is invalid because of a self intersection 3.
  • Such a self-intersection invalidates the result because no self intersection is allowed. Moreover, a self-intersection is likely to make further algorithms fail.
  • The natural relationship between conventional polyhedral representations of solids with polyhedral chains have been highlighted in the two following papers: "Convex polyhedral chains: a representation for geometric data", O. Gunther and E. Wong, Computer Aided design, volume 21 and "Geometric modelling Based on simplicial chains", F. R. Feito and M. Rivero, Comput. & Graphics, Vol. 22, No. 5, pp. 611-619, 1998.
  • In the first paper, the authors suggest to represent the solid through a kind of CSG (constructive solid geometry). The chains are expressed as linear combinations of polytopes, each polytope being represented by its associated finite family of half-spaces. Implementing modeling operators such as Boolean operations on this representation does not require the construction of any explicit vertex, since the robustness of the approach consists precisely on avoiding vertex based representations.
  • The second paper shows simple relationships between Boolean operators and algebraic operations on the corresponding chains and in particular on a representation called "normal chain", where a chain is expressed as linear combinations of oriented simplices sharing all the origin as one of their vertices. For example, the intersection of two solids, represented by chains formal sum of respectively n and m tetrahedra, consists in a formal sum of n*m triangulation of the intersection of the corresponding n*m pairs of tetrahedra.
  • Both papers highlight the natural relationship between conventional polyhedral representations of solids with polyhedral chains. However, these papers rely on Boolean operations which are not generalized Boolean operators.
  • In fact, all CAGD systems implement Boolean operations through the same structure. Details of the algorithm may change from a CAGD system to another, but the main steps are the same. The inputs of the Boolean operation are two solids A and B defined by their valid boundary representation. Valid boundary representation means that the boundary of the solid is a closed surface with no self-intersection. Standard Boolean operations are union, intersection and subtraction, which are in general noted ∪, ∩ and-.
  • Traditional algorithms strongly rely on the hypothesis that the input solids are valid, and provides a valid solid. In other words, the boundary solids A and B do not have any self intersection. The steps of a tradition algorithm are the following, in relations with FIGS. 2-7:
    1. 1. Input two solids A and B defined by their valid boundary representation (FIG. 2);
    2. 2. Trim the boundary of solid A with the boundary of solid B, and inversely (FIG. 3).
    3. 3. Position each portion of the boundary of solid A with respect to solid B. Portions of boundary of solid A are inside or outside solid B (FIG. 4).
    4. 4. Position each portion of the boundary of solid B with respect to solid A. Portions of boundary of solid B are inside or outside solid A (FIG. 5).
    5. 5. Depending on the Boolean operation type, discard the useless portions of boundary:
      1. (i) Union A+B : discard portions of boundary of solid A inside solid B and portions of boundary of solid B inside solid A.
      2. (ii) Intersection A·B : discard portions of boundary of solid A outside solid B and portions of boundary of solid B outside solid A.
      3. (iii) Subtraction A - B : discard portions of boundary of solid A inside solid B and portions of boundary of solid B outside solid A (FIG. 6).
    6. 6. Synthesize the resulting solid by merging the portions of boundary provided by previous step (FIG. 7).
  • To summarize the above analysis, the prior art shows too much sensitivity with respect to rounding errors because usual polyhedral representations depend on numerical values. Indeed, a state of the art polyhedron may produce self-intersections, thus making the result inconsistent according to the state of the art validity criterion. Consequently, there is a lack of robustness of the solutions of the prior art as their validity may be affected.
  • Accordingly, there remains a need for a robust and generalized Boolean operators and an accurate method of computing a boundary of a modeled object thanks to these robust and generalized Boolean operators.
  • According to a first aspect, the invention is embodied as a computer-implemented process, in a computer-aided geometric design system, for computing a resulting closed triangulated polyhedral surface from a first and a second modeled objects, the first modeled object being modeled by a first closed triangulated polyhedral surface and the second modeled object being modeled by a second closed triangulated polyhedral surface, the process comprising:
    • computing intersections between triangles of the first modeled object and triangles of the second modeled object;
    • splitting triangles of the first and second modeled objects into polygonal facets adjacent to said intersections;
    • computing for each triangle and each polygonal facet two couples of winding numbers p and q, wherein the first winding number of each couple of winding numbers is computed from the first closed triangulated polyhedral surface and the second winding number of each couple of winding numbers is computed from the second closed triangulated polyhedral surface;
    • computing a coefficient k for each triangle and each polygonal facet, the coefficient being computed with a function ϕ having as inputs the two couples of winding numbers p and q of each triangle and each polygonal facet;
    • selecting triangles and polygonal facets according to the computed coefficients;
    • triangulating said selected polygonal facets; and
    • obtaining the resulting closed triangulated polyhedral surface with the selected triangles and the triangulated selected polygonal facets.
  • In embodiments, the process may comprise on or more of the following features:
    • at least one of the first or second modeled objects modeled by a closed triangulated polyhedral surface comprises a self intersection; and the step of computing intersections between triangles further comprises computing intersections between triangles of said at least one of the first or second modeled objects modeled by a closed triangulated polyhedral surface;
    • computing at least one region, wherein a region comprises a set of triangles and/or polygonal facets adjacent to each other and delimited by one of the computed intersections;
    • determining all triangles and/or polygonal facets of said region, the triangles and/or polygonal facets being adjacent to a common computed intersection, each triangle and/or polygonal facet comprises a normal vector defined according to the own geometry and the own orientation of the said each triangle and/or polygonal facet; computing a two couples of winding numbers p and q for a given triangle or a given polygonal facet; starting from the given triangle or the given polygonal facet, rotating according to a radial order around said computed intersection; detecting the crossing of the other triangles and/or polygonal facets adjacent the said computed intersection; after each crossing, updating the said two couples of winding numbers p and q according to the orientation of the normal vector of said crossed triangle and/or polygonal facet;
    • the first couple of winding numbers Cbelow is below said triangle and polygonal facet according to a normal vector of said triangle and polygonal facet; and the second couple of winding numbers Cabove is above said triangle and polygonal facet according to the normal vector of said triangle and polygonal facet;
    • the function ϕ having as inputs the two couples of winding numbers p and q of each triangle and each polygonal facet performs one of the following operations: - φ p q = min 1 , p + q
      Figure imgb0001
      - φ p q = p * q
      Figure imgb0002
      - φ p q = max 0 , p - q ;
      Figure imgb0003
    • the triangles and polygonal facets are selected when the computed coefficient k is different from zero.
    • at the step of computing intersections, common edges or common vertice between the triangles of the first modeled object and the triangles of the second modeled object of triangles are excluded;
    • the step of computing intersections is carried out by using exact arithmetic;
    • after the step of splitting triangles, a step of computing an overlay representing the computed intersections;
    • the computed overlay has rational coordinates.
  • According to another aspect, the invention is embodied as a computer program, stored on a computer readable medium, for computing a resulting closed triangulated polyhedral surface from a first and a second modeled objects, the first modeled object being modeled by a first closed triangulated polyhedral surface and the second modeled object being modeled by a second closed triangulated polyhedral surface, the computer program comprising code means for causing a computer to take the steps of the process.
  • According to another aspect, the invention is embodied as an apparatus for computing a resulting closed triangulated polyhedral surface from a first and a second modeled objects, the first modeled object being modeled by a first closed triangulated polyhedral surface and the second modeled object being modeled by a second closed triangulated polyhedral surface, the apparatus comprising means for implementing the steps of the process.
  • A system embodying the invention and a process according to the invention will now be described, by way of non-limiting example, and in reference to the accompanying drawings, where :
    • FIG. 1 is an example of a local self-interaction created by a rounding of coordinates from rationale to floating point numbers;
    • FIGS. 2 to 7 exemplify the steps of a traditional algorithm for performing Boolean operations on two boundaries of solids;
    • FIGS. 8 and 9 are examples of the support and the complement of a simplicial 2-cycle;
    • FIG. 10 illustrates the winding numbers of the self intersecting simplicial 2-cycle of FIGS. 8 and 9;
    • FIG. 11 exemplifies the solid defined by a positive winding number of FIG. 10;
    • FIGS. 12 to 17 are examples illustrating the definition of a generalized Boolean operation;
    • FIG. 18 is a flowchart of a process for computing a resulting closed triangulated polyhedral surface carrying out the invention;
    • FIGS. 19 to 23 are examples illustrating the process depicted on FIG. 18;
    • FIGS. 24 and 25 are examples of manifold and non-manifold edges;
    • FIGS. 26 and 27 are examples of a winding numbers propagation algorithm;
    • FIGS. 28 to 30 illustrate three-dimensional representations of the objects shown in FIGS. 12 to 15 and FIGS. 19 to 22.
  • The invention is directed to a computer-implemented process, in a computer-aided geometric design system, for computing a resulting closed triangulated polyhedral surface from a first and a second modeled object. The first modeled object is modeled by a first closed triangulated polyhedral surface and the second modeled object is modeled by a second closed triangulated polyhedral surface. The process comprises a step of computing intersections between triangles of the first modeled object and triangles of the second modeled object. Next, triangles of the first and second modeled objects are split into polygonal facets adjacent to said intersections. Then, two couples of winding numbers (noted p and q) are computed for each triangle and each polygonal facet. The first winding number of each couple of winding numbers is computed from the first closed triangulated polyhedral surface and the second winding number of each couple of winding numbers is computed from the second closed triangulated polyhedral surface. Then, a coefficient (noted k) is computed for each triangle and each polygonal facet. This coefficient is computed with a function ϕ which has as inputs the two couples of winding numbers (noted p and q) of each triangle and each polygonal facet. Next, triangles and polygonal facets are selected according to the computed coefficients. The polygonal facets are triangulated, and the resulting closed triangulated polyhedral surface is obtained with the selected triangles and the triangulated selected polygonal facets.
  • Advantageously, the invention provides a general, efficient and robust method suited to compute quickly and accurately a Boolean operation between a first and a second modeled objects that are modeled by a closed triangulated polyhedral surface and represented as a polyhedral cycle such as for example a simplicial 2-cycle. Operands validity checking is faster as it is no more necessary to verify whether the first and/or the second modeled objects have self-intersections. Accordingly, the unique criterion to check is the watertightness of the first and the second modeled objects. Moreover, if this criterion of watertightness is respected, the invention can therefore guaranty a quality of the result. In other terms, successive operation on the first and/or the second modeled objects can be performed without introducing a failure. The robustness is thus increased as several operations can be successively performed. Furthermore, the operations are generalized thanks to the concept of inner and outer space obtained via the computating of couples of winding numbers, e.g. by keeping only positive winding numbers.
  • A simplicial complex is a topological space constructed by "gluing together" points, line segments, triangles, and more generally, their p-dimensional equivalents. One of the advantages of using simplicial complexes is that their properties can be generalized for any dimension m. Simplicial complexes make it possible to compute a boundary of a modeled object thanks to simple mathematic operations, what requires less resources than other methods described in the European Patent Application No. 08291047.2 of November 7, 2008 on pages 2 to 5. In particular, a simplicial complex provides a closed and topologically consistent polyhedral representation. Though this representation may intersect itself, it is combinatorial watertight. In particular, if a small perturbation or a floating point rounding is applied to the output, it remains valid (topologically correct and watertight), hence providing robustness.
  • A simplicial 2-chain is a particular case of a simplicial complex. A simplicial 2-chain in the three-dimensional Euclidean space is defined by a finite set of vertices given by their coordinates in 3D space together with a set of triangles. Each triangle is defined by an ordered triple of indexes of vertices and an integer number defining its multiplicity. The operation consisting of simultaneously changing the sign of the multiplicity of a triangle and the order of the triple defining it does not change the chain. A simplicial 2-cycle is a simplicial 2-chain satisfying the zero boundary condition defined below.
  • Advantageously, the invention provides robustness compared to the prior art because the validity criterion of a simplicial 2-cycle representing a solid is purely combinatorial: unlike usual polyhedral representation it does not depend on numerical values.
  • In particular, the proposed generalized Boolean operator is numerical rounding resistant and the rounding of coordinates does not affect the validity of an operand. For example, applying a rotation, using floating point arithmetic, on the vertices of an operand maintains the combinatorial structure and so does not affect its validity. Conversely, applying the same rotation (a very usual operation indeed) to a state of the art polyhedron may produce self-intersections, thus making the result inconsistent according to the state of the art validity criterion (as discussed above in reference to FIG. 1).
  • In other words, the invention is a generalized Boolean operator, applying on representations of solids by simplicial 2-cycles whose vertices coordinates use fixed length number representations such as integers or floating points. Roughly speaking, a simplicial 2-cycle is a closed triangulated polyhedral surface that may feature self intersections.
  • Referring now to FIG. 8, given a simplicial 2-cycle noted C, the support |C| of C is defined as the union of all the triangles of the simplicial 2-cycle C. The support |C| is a therefore a subset of the 3D space R 3. In FIG. 8, |C| is the support of C that features two self intersections 81 and 82.
  • It is defined the "support" of a "polyhedral cycle" (e.g. simplicial 2-cycle noted C) which is the union of all triangles of the polyhedral cycle. The connected components of the complement of the support of the polyhedral cycle in 3D space are called 3D cells. Only one 3D cell is not bounded and is called the "outer cell".
  • Referring now to FIG. 9, the 3D complement of |C|, noted R 3-|C|, includes at least two connected components. The grey area represents the connected components of the complement of |C|. There are four connected components 91, 92, 93, and 94. Beyond the four components, the "outside" 91 is unbounded.
  • To each point of the complement of |C| is associated a well defined integer number called the winding number, as illustrated on FIG. 10. The winding number is a constant number over each connected component of the complement of |C| 92, 93, and 94, and any winding number is not defined on |C|.
  • Given a polyhedral cycle such as the simplicial 2-cycle noted C, recall that each triangle of C is oriented by the ordering of its three vertices and this ordering defines a normal vector. Furthermore, each triangle of C has an integer multiplicity. Given a point X in 3-space which does not belong to any triangle from C, the winding number of X with respect to C is an integer number W defined as follows.
  • For the sake of explanation, one reminds that a polyhedral -cycle (e.g. a simplicial 2-cycle) respects a condition called zero boundary condition. When a polyhedral -cycle meets the zero boundary condition, the watertight property is conferred to polyhedral -cycle. Indeed, a polyhedral -cycle is a set of oriented simplices with a signed integer, called multiplicity, assigned to each simplex. For instance, the multiplicity of an edge is the number of multiple edges sharing the same end vertices.
  • Consider an oriented half line Δ starting at X and intersecting no edge from , as represented on FIG. 10. Such a half line Δ always exists. Call δ the unit vector defining the direction of Δ pointing from X toward infinity. When Δ intersects a triangle T from C, we say that Δ crosses T forward if the dot product of δ with the normal nT of T is positive and backward if it is negative. It cannot be zero, as this would imply that Δ intersects at least one edge from C.
  • One initializes the integer W with the value W=0. Each time Δ crosses a triangle T from C with multiplicity µ T , increment W of µ T if Δ crosses T forward and decrement W of µ T if Δ crosses T backward. This may be noted W := W + sign (nT ·δ)µ T .
  • The resulting number W(X,C) is called the winding number (some time also called 3D winding number) of the given point a point X in 3-space with respect to C. It does not depend on half-line Δ and it is constant in any 3D cell, meaning that W(X,C) has the same value for all points X within the same 3D cell. In particular, W(X,C) =0 for all points X within the outer cell.
  • The invention makes use of the winding number concept. The two-dimensional version of the concept of winding number is well documented in prior art. The three-dimensional winding number is also documented in prior art as an application of the mathematical "topological degree", see for example chapters 4 and 5 of John Willard Milnor's book "Topology from the differentiable point of view", Princeton University Press; Revised edition (November 24, 1997), ISBN-13: 978-0691048338. In the rest of the description, the terms winding number and three-dimensional winding number will be indifferently used.
  • FIG. 10 illustrates the winding number computation with a planar contour which self-intersects two times. Line segments orientations define normal vectors. The planar contour is oriented from right to left. Given a point X on half-line Δ, the computation of its winding number W is to initialize W:=0 and to move from X toward infinity (toward the right side of the figure) along half-line Δ. During this motion, increment W:= W+1 or decrement W:=W-1 (as illustrated in the figure) when crossing the contour.
  • As a result of the winding number computation, a simplicial 2-cycle C defines a solid in the following manner: the solid is the closure of the set of points with positive winding number, as illustrated on FIG. 11. The set of such simplicial 2-cycles includes the set of oriented boundary of usual polyhedrons whose vertices have floating point coordinates. However, unlike classical polyhedron boundaries, simplicial 2-cycles are allowed to self intersect in general.
  • Before moving further, some definitions are necessary to generalize the familiar concepts of "inside", "outside" and Boolean operations.
  • A simplicial 2-cycle A is represented on FIG. 12, and a two simplicial 2-cycle B on FIG. 13. Three-dimensional objects are discussed in FIGS. 12-17 and 19-23, but, for simplicity, only two dimensional objects are illustrated. Incidentally, FIG. 28-30 respectively show three-dimensional representations of the objects represented on FIG. 12, FIG. 13, and FIGS. 14 and 19. A is a rectangle and B is a double triangle. A and B are represented independently together with their respective orientation and winding numbers. A is regular and represent the boundary of a regular solid. B has a self intersection and is therefore regular according to prior art validity criterion of solids, as discussed previously.
  • One notes wA : R3-|A|→Z and wB : R3-|B|→Z their respective winding number functions. Let ϕ : Z × ZZ be a function that computes an integer number given two integer numbers. Let us define the function ψ: DZ by composing function ϕ and winding numbers, ψ(x)=ϕ(wA (x),wB (x)), where D=R3 -(|A|∪|B|) is the 3D domain where both wA and wB are well defined. Clearly, function ψ is constant over each connected component of D = R 3-(|A|∪|B|). Function ψ is said to be locally constant in the neighbourhood of point x ∈ |A|∪|B| if there exist a real number ε0 > 0 such that for all 0 < ε ≤ ε0, the restriction of ψ to the ε -radius open ball centered at x, noted O(x,ε), is a single valued function. In other words, function ψ has the same constant value on "each side" of x ∈ |A|∪|B|.
  • Then, by definition, the boundary ∂ψ of function ψ is the set of points x ∈ |A|U|B| where ψ is not locally single valued. This defines a geometrical locus of the resulting simplicial 2-cycle. Let x ∈ ∂ψ be a point where ψ is locally two valued. Let ψ+ and ψ- be these two values where ψ+ (respectively ψ-) is the value on the positive side of ∂ψ (respectively the opposite side of ∂ψ) according to the orientation resulting from initial operands. Then, the difference ψ-+ defines a signed multiplicity at point x. Consequently, a multiplicity for all triangles of ∂ψ is set.
  • Consequently, defining a generalized Boolean operation between two simplicial 2-cycles A and B is to define the function ϕ. The resulting simplical 2-cycle is then ∂ψ , associated with triangles multiplicities.
  • Referring now to FIG. 14, the two simplicial 2-cycles A and B are represented in position for an operation, e.g. computing the union of A and B , together with a couples of values (wA ,wB ) over each connected components of D = R 3-|A|∪|B|). The first number of the couple of value is computed from the simplicial 2-cycle A and the second winding number of each couple of winding numbers is computed from the simplicial 2-cycle B. On FIG. 15, the couples of values (wA , wB ) are replaced by the results through a function ϕ, which is, in the example, defined as the product ϕ(wA , wB ) = wAwB .
  • On FIG. 16, the dotted lines represent the portions of |A|∪|B| where function ψ(x)= wA (x)wB (x) is locally single valued, meaning that |A|∪|B| locally separates two regions where ψ has the same value.
  • On FIG. 17, the drawing represents the result of the operation performed on the two simplicial 2-cycles A and B : a new cycle is obtained by retaining the portions of |A|U|B| where function ψ is not locally single valued. According to the initial orientations and to the values of function ψ, the multiplicity of the upper triangle edges is 0 - (-1) = 1 for edges inherited from operand B and -1-0=-1 for edges inherited from operand A. Multiplicity of the lower triangle edges is 1-0=1.
  • Therefore, given two simplicial 2-cycles A and B and given a function ϕ, the process according to the invention computes the resulting simplical 2-cycle defined by ∂ψ. One understands that the following functions ϕ redefine usual Boolean operations on regular solids: the union of two solids is defined by the function ϕ(p,q)=min(1,p+q), the intersection by the function ϕ(p,q)=pq, and the subtraction by the function ϕ(p,q) = max(0,p-q).
  • Moreover, a boolean operator may simplify the result obtained by applying an edge collapse procedure driven by some chordal error criterion. For example, edges whose length is of the same order of magnitude than the perturbation induced by the rounding of the coordinates may be collapsed without significant loss of geometric information. Advantageously, even if the operation on the two simplicial 2-cycles A and B is likely to induce self-intersections of the boundary, the result in not invalidated as the simplicial 2-cycle resulting from the process of the invention is a closed triangulated polyhedral surface that may feature self intersections.
  • Referring now to FIG. 18, an embodiment of the process according to the invention is described.
  • At steps S10 and S12, a first modeled object being modeled by a first closed triangulated polyhedral surface and a second modeled object being modeled by a second closed triangulated polyhedral surface are input. Typically, the first and the second modeled objects are simplical 2-cycles. If required, signed integers can be associated to triangles of the first and second closed triangulated polyhedral surfaces in order to capture orientation inversion and/or multiplicity.
  • At steps S20, a function ϕ: Z×ZZ is selected. The selection of a function ϕ allows selecting an operation to perform between the first and second modeled objects. In general, the function ϕ redefines usual Boolean operations such as the union, the intersection, and the subtraction of two solids. Any function ϕ can be defined, depending on the purpose of the application using the invention. For example, when dealing with self-intersected objects (resulting from a spatial sweeping), a definition of function ϕ can decide that the spatial region of interest is where the winding number is positive, while another definition of function ϕ may decide that the spatial region of interest is where the winding number is non-zero. Beyond redefining usual Boolean operations, unrestricted definition of the function ϕ is a design flexibility provided by the invention.
  • In practice, the function ϕ is selected by the user during a design session. A function ϕ may also be selected by default by the CAGD system.
  • Then, at step S30, intersections between triangles of the first modeled object and triangles of the second modeled object are computed. An intersection is a point, an edge or a polygon where two triangles meet. Thus the step S30 consists in finding all the intersections of triangles which does not consist in a common edge or vertex of triangles of the first or second modeled object.
  • Several methods may be used for computing the intersections: for example, using standard floating point arithmetic together with epsilon-programming. In practice, the computing of the intersections is performed by using exact arithmetic. Exact arithmetic does not make use of rounding and truncating when performing numerical computations. The exact arithmetic approach is used for making numerically robust geometric algorithms. Advantageously, exact arithmetic enables to obtain correct topological structures of objects which are therefore free from inconsistency.
  • Moreover, as seen previously, a simplicial 2-cycle is a closed triangulated polyhedral surface that may feature self intersections. In practice, the first and/or the second modeled objects may comprise a self intersection, and therefore, the computing of the intersections between triangles further comprises computing intersections between triangles of the first modeled object and/or between triangles of second modeled objects.
  • Referring to now FIG. 19, two simplicial 2-cycle A and B have been input The first object A is the rectangle depicted in FIG. 12, and the second object B is the double triangle comprising a self-intersection depicted in FIG. 13. One reminds that the objects A and B are three-dimensional objects, as illustrated on FIGS. 28-30; but for simplicity, two dimensional objects are used in drawings 19-23. In practice, the user inputs the two objects as known in the art. Moreover, the objects A and B have been positioned each other so that the object B is over the object A. Typically, this is also performed by the user.
  • On FIG. 20, intersections points 200, 202, 204, and 206 between objects A and B are represented. Moreover, the self-intersection point 208 of the object B is also represented. One reminds that, for the sake of simplicity, the representations of the objects A and B are 2D representations in FIGS. 19-23 and that the intersections which are computed between triangles of the 3D objects A and B are edges or vertices. The computing of the intersections is performed as known in the art, e.g. by using exact arithmetic.
  • Referring back to FIG. 18, at step S40, the triangles of the first and second modeled objects are split into polygonal facets adjacent to said computed intersections. This amounts to say that the first and second modeled objects A and B are subdivided according to the intersections computed at the step S30.
  • For instance, on FIG. 21, the computed intersections points between the objects A and B subdivide the objects A into four adjacent portions (2, 10, 4, 5) and the object B is divided into six adjacent portions (1, 7, 9, 3, 8, 6).
  • Next, at step S50, at least one region is computed. A region comprises a set of triangles and/or polygonal facets which are adjacent to each other and which are delimited by one of the computed intersections. In other terms, a region is a part of the boundary of the first and second modeled objects A and B along the computed intersections. This amounts to say that a set of triangles and/or polygonal facets adjacent to vertices or edges on which the first and second modeled objects A and B meet or self-intersect, form a region.
  • In practice, an overlay of an arrangement of the computed intersections that splits each triangle into polygonal facets is build. Building the overlay amounts to combine the computed intersections, as known in the art. At this stage, each triangle of the initial objects A and B is subdivided into polygonal facets such that a new representation defining mathematically the same polyhedral cycles of objects A and B is obtained. Advantageously, the supporting complex of the polyhedral cycle is embedded in the ambient three-dimensional space. In other words, any intersecting pair of polygonal facet or edges of the new cycles intersects along a common edge or vertex. This construction is done "exactly", which advantageously implies that vertices resulting from the intersection of an edge and a triangle or of three triangles have rational coordinates. The construction of the new representation is managed symbolically, which implies that in most cases, these rational coordinates are not computed explicitly. Advantageously, resources of the CAGD system are preserved (e.g. CPU, memory,...) as these rational coordinates do not need to be computed.
  • Non generic situations may occur and they are solved as known in the art. For instance, triangles may overlap, several edges intersecting a triangle at the same point or more than three triangles meeting in a single point may happen. Among these non-generic situations, there is the particular situation in which an overlapping triangle produces new polygonal facet. In such a case, the new computed coefficient k (discussed at step S70) is the sum of the respective coefficients k of the two overlapping triangles.
  • Next, at step S60, two couples of winding numbers (that is, 3D winding number) p and q are computed for each triangle and each polygonal facet. A winding number (or 3D winding number) of a three-dimensional object provides a generalization of the concept of inner and outer space of a polygonal -cycle. For each couple of winding numbers, the first winding number is computed from the first closed triangulated polyhedral surface and the second winding number is computed from the second closed triangulated polyhedral surface. At least one ray-tracing is performed on a triangle at this step.Advantageously, for a complete robustness, this step requires both exact arithmetic and "simulation of simplicity". The "simulation of simplicity" is a technique to cope with degenerate cases in geometric algorithms, as taught for instance in the document "simulation of simplicity", H. Edelsbrunner, EP. Mücke - ACM Transactions on Graphics (TOG), Volume 9, .
  • In practice, the first and the second couple of winding numbers are respectively computed for each side of a triangle and a polygonal facet. The first side of a polygonal facet (the same applies for a triangle) is called below, and the second side is called above. The notion of below and above of a polygonal facet relies on an arbitrary convention based on a normal vector of each polygonal facet. Indeed, one recalls that each triangle of a polyhedral cycle (e.g. a simplicial 2-cycle) is oriented by the ordering of its three vertices, the ordering of the three vertice being an arbitrary choice. And this ordering defines a normal vector.
  • For instance on FIG. 26, a set of triangle having a common edge E is displayed. Each triangle has its own normal vector, as depicted. The triangle 260 is oriented, and based on this orientation, a normal vector is defined and indicates the "above" of the triangle.
  • Hence, the first couple of winding numbers, noted Cbelow, is below said triangle and polygonal facet according to a normal vector of said triangle and polygonal facet. Inversely, the second couple of winding numbers, noted Cabove, is above said triangle and polygonal facet according to the normal vector of said triangle and polygonal facet.
  • Referring to FIG. 22, couples of values (wA , wB ) of winding numbers of the first and second modeled objects A and B are depicted. The portion 1 of the object B has two couples of winding numbers. The first couple of the portion 1 is noted Cbelow = (0,0) and the second one is noted Cabove = (0, -1). In this example, the normal vector of the portion 1 (represented on FIG. 21) involves that the couple (0,-1) is arbitrary considered as being above the portion 1. Other portions of objects A and B are discussed in the table below.
  • In practice, one associates to each region computed at the step (S50) two couples of (3D) winding numbers. The first couple of winding numbers is Cbelow = (wA , wB ) immediately below (the normal vector of) the computed region and the second couple of winding numbers is Cabove =(wA ,wB ) immediately above (the normal vector of) region. The two couples Cbelow = (wA ,wB ) and Cabove = (wA ,wB ) associated to each computed region are the two couples of winding numbers computed for a polygonal facet (or a triangle) which belongs to the region. Then, the couples of (3D) winding numbers Cbelow and Cabove are propagated to adjacent regions and triangles. The term propagation means that a first couple Cbelow and a second couple Cabove spread into new computed polygonal facets and or triangles. In other terms, a dedicated algorithm is used for computing the couples of (3D) winding numbers of the other polygonal facets of the region. This algorithm thus relies on the computed regions in order to perform the computing of the couples of winding numbers of the polygonal facets that belong to the region. This algorithm is detailed now.
  • The algorithm starts with the computation of Cbelow and Cabove of a polygonal facet (or triangle) which belongs to a first computed region. The choice of a polygonal facet is arbitrary and does not influence the output of this algorithm. Then the values of these two couples of winding numbers Cbelow and Cabove are computed (one could also say that they are propagated) to adjacent polygons facet. At this stage, adjacent polygons facet may be another computed region or a triangle. One recalls that by definition, two polygons are adjacent if they share at least one edge. In addition, and still by definition, an edge shared by exactly two polygons is a manifold edge, as represented on FIG. 24. Also by definition, an edge shared by three polygons or more is a non-manifold edge. On FIG. 25, a non-manifold edge is drawn with four incident polygons.
  • Now, and in reference to FIGS 26 and 27, the computing (or propagation) of the couples of winding numbers Cbelow and Cabove of adjacent facets is detailed.
  • In FIG. 26, let E be a non-manifold edge, shared by four polygons. This edge is a computed intersection between the first and second modeled objects A and B: the two horizontal polygons 260 and 262 belong to the first modeled object A, and the two perpendicular polygons 264 and 266 belong to the second modeled object B. Incidentally, on can notice that each polygon is equipped with a normal vector according to its geometry and orientation, as discussed previously.
  • In reference now to FIG. 27: let suppose that two couples of winding numbers Cbelow and Cabove are known for one adjacent polygon, e.g. couples of winding numbers Cbelow = (wA , wB ) and Cabove = (wA ,wB ) of the polygon 260. The polygons are sorted in a radial order around the edge E. The radial order may be chosen according to a rotation around the edge E. For instance, starting from the polygon 260 and a counter-clockwise rotation 268, the radial order of the polygons adjacent to the edge E is 260, 268, 262, and 264.
  • Then, starting from a given triangle or a given polygonal facet, a rotation is performed according to the radial order around the computed intersection. This amounts to say that, starting from the polygon 260, the polygons 268, 262, and 264 are successively crossed.
  • Next, the crossings of the other triangles and/or polygonal facets adjacent to the computed intersection are detected. After each crossing detecting, the two couples of winding numbers are updated. The update is performed according to the orientation of the normal vector of the crossed triangle and/or polygonal facet.
  • The update may be carried out based on the three following rules:
    1. (i) Crossing a polygon of the first modeled objects A changes the winding number wA into wA +1 (respectively wA -1) if the normal vector of the polygon is oriented in the radial order (respectively in the opposite radial order);
    2. (ii) Crossing a polygon of the second modeled object B changes the winding number wB into wB +1 (respectively wB - 1) if the normal vector of the polygon is oriented in the radial order (respectively in the opposite radial order)
    3. (iii) Crossing a polygon from the first modeled objects A (respectively B) does not change winding number wB (respectively wA ).
  • FIG. 27 illustrates the application of the above-mentioned rules. For the sake of simplicity, one limits the example to the computing (or propagation) of the couple of winding number Cabove = (wA ,wB ). Starting from the polygon 260 having the couple of winding number Cabove =(wA ,wB ), the first crossed polygon is the polygon 266. Once the crossing of the polygon 266 has been detected, the couple of winding number is updated so that the updating changes the winding number wB into wB -1. The computed couple of winding number of the polygon 266 is therefore Cabove =(wA ,wB -1). Similarly, the polygon 262 is crossed, and the computed couple of winding number of the polygon 2 6 2 is therefore Cabove = (wA + 1, wB -1). Next, after crossing the polygon 264, the computed couple of winding number of the polygon 264 is Cabove =(wA +1,wB ).
  • Consequently, since the winding numbers variations are known, it is easy to update the couples of winding number Cbelow and Cabove of all computed regions adjacent to a manifold or a non-manifold computed intersection. One understands that an advantage of this algorithm is that the number of computing of winding number is decreased. This is particularly advantageous as resources of the system are preserved, and the computation time is highly reduced.
  • The computation of the couples of winding numbers may also be performed on extended regions. An extended region does not comprise the sets of triangles and/or polygonal facets adjacent of a region. An extended region is comprised of the set of adjacent triangles of a first modeled object which are neither in contact with polygons of a second modeled object nor in contact with self-intersections. Thus, one understands that initial values of Cbelow and Cabove of a triangle in an extended region is the same for all triangles in the same extended region. This amount to say that an extended region comprises the maximum number of connected triangles of a modeled obj ect having the same Cbelow and Cabove. Thus, within an extended region, initial computed couples of winding number Cbelow and Cabove can be easily computed (one could also say propagated) to the whole connected triangles of the modeled object. Consequently, the computing procedure within an extended region is repeated for each connected triangle of the modeled object. Again, one understands that it advantageously allow increasing the performances of the process according to the invention as well as preserving the resources of the CAGD system.
  • Then, at step S70 of FIG. 18, a coefficient k is computed for each triangle and each polygonal facet of the first and second modeled obj ect. Let remind that, by definition, the boundary ∂ψ of function ψ is the set of points x ∈ |A|∪|B| where ψ is not locally single valued, thus defining a geometrical locus of the resulting simplicial 2-cycle ∂ψ, and that ψ+ and ψ- are two values where ψ+ (respectively ψ-) is the value on the positive side of ∂ψ (respectively the opposite side of ∂ψ) according to the orientation resulting from initial operands. Then, the difference ψ-+ defines a signed multiplicity at point x, and consequently, a multiplicity for all triangles of ∂ψ is set. The resulting simplical 2-cycle is then ∂ψ, associated with triangles multiplicities. One understands that the multiplicity advantageously allows to obtain a simplical 2-cycle in the case of a function ψ having integer values; otherwise, the function ψ would have only 0 or 1 as values.
  • The coefficient k is computed with a function ϕ having as inputs the two couples of winding numbers p and q computed for each triangle and each polygonal facet of the first and second modeled objects. In practice, the coefficient k is computed as follow: k = ϕ(Cbelow )-ϕ(Cabove ), which amounts to compute a signed multiplicity for each triangle and each polygonal facet of the first and second modeled objects.
  • Next, at step S80, triangles and polygonal facets of the first and second modeled objects are selected according to the computed coefficients. Selection here means that the selected triangles and polygonal facets are kept for obtaining the resulting simplical 2-cycle. In practice, the triangles and polygonal facets are selected when the computed coefficient k is different from zero.
  • Next, at step S90, the polygonal facets, which are not triangles, are triangulated. The triangulation is performed as known in the art.
  • Then, at step 100, the resulting closed triangulated polyhedral surface is obtained with the selected triangles and the triangulated selected polygonal facets.
  • The steps S60 to S100 are illustrated by FIGS 20-23.
  • At FIG. 20, the intersections points 200, 202, 204, 206, and 210 between objects A and B and the self-intersection point 208 of object B are represented and the first and second modeled objects A and B are subdivided according to the intersections computed.
  • Then, at FIG. 21, the extended regions are shown. The extended regions are identified on the figure with numerical values 1 to 10. In this example, the four adjacent portions (2, 10, 4, 5) of object A and the six adjacent portions (1, 7, 9, 3, 8, 6) of portion B are extended regions. It is now possible to associate to each extended region all the coefficients used to select the resulting simplicial 2-cycle: Cbelow , Cabove and k = ϕ(Cbelow )-ϕ(Cabove ) as gathered in next table. In the example in next table, one takes ϕ(wA , wB )= wAwB . Extended regions belonging to the resulting simplicial 2-cycle are visible in the rightmost column.
    Operand Extended region Cbelow Cabove ϕ(Cbelow )-ϕ(Cabove ) Belongs to the resulting 2-cycle ?
    B 1 (0,0) (0,-1) 0-0=0 No
    A 2 (1,0) (0,0) 0-0=0 No
    B 3 (0,1) (0,0) 0-0=0 No
    A 4 (1,0) (0,0) 0-0=0 No
    A 5 (1,-1) (0,-1) -1-0=-1 Yes, opposite orientation
    B 6 (1,0) (1,-1) 0-(-1)=1 Yes, initial orientation
    B 7 (1,0) (1,-1) 0-(-1)=1 Yes, initial orientation
    B 8 (1,1) (1,0) 1-0=1 Yes, initial orientation
    B 9 (1,1) (1,0) 1-0=1 Yes, initial orientation
    A 10 (1,1) (0,1) 1-0=1 Yes, initial orientation
  • On FIG. 23 is illustrated the resulting simplicial 2-cycle defined by extended regions 5,6,7,8,9 and 10. One can notice that the extended region 5 must be involved according to the opposite orientation (new orientation is illustrated), which is captured by the sign of ϕ(Cbelow )-ϕ(Cabove ) in the previous table. This allows to insure that the orientation of the surface of the resulting simplicial 2-cycle is globally consistent.
  • It is to be understood that the foregoing method can be applied to any CAGD system. The invention may be embodied as a system, method, or computer program. The invention may be implemented as a in digital electronic circuitry, or in computer hardware, firmware, resident software, micro-code, software, or in combinations of them. Apparatus of the invention may be implemented in a computer program product tangibly embodied in a machine-readable storage device for execution by a programmable processor; and method steps of the invention may be performed by a programmable processor executing a program of instructions to perform functions of the invention by operating on input data and generating output.
  • The invention may advantageously be implemented in one or more computer programs that are executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device. The application program may be implemented in a high-level procedural or object-oriented programming language or in assembly or machine language if desired; and in any case, the language may be a compiled or interpreted language.
  • Generally, a processor will receive instructions and data from a read-only memory and/or a random access memory. Any combination of one or more computer readable medium(s) may be utilized to store instructions. The computer readable medium may be a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. Storage devices suitable for tangibly embodying computer program instructions and data include all forms of nonvolatile memory, including by way of example semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM disks. Any of the foregoing may be supplemented by, or incorporated in, specially designed ASICs (application-specific integrated circuits).
  • The computer readable medium may be a computer readable signal medium. A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.The preferred embodiment of the present invention has been described. It will be understood that various modifications may be made without departing from the spirit and scope of the invention. Therefore, other implementations are within the scope of the following claims. For instance, it is possible to increase the performances of the whole process according to the invention with optimizations. A first optimization may consist in using the notion of filtered predicate, described for instance in the documents "Polyhedral modelling with multiprecision integer arithmetic", S. Fortune, Computer Aided Design, 29 (2), pages 123-133, 1997, "Efficient exact arithmetic for computational geometry", S. Fortune and C.J. Van Wyk, Proceedings of the ninth annual symposium on Computational geometry, pages 163-172, ACM New York, NY, USA, 1993, and "A lazy exact arithmetic", Mohand Ourabah Benouamer, P. Jaillon, Dominique Michelucci, and Jean-Michel Moreau, IEEE Symposium on Computer Arithmetic, pages 242-249, 1993.
  • Moreover, the barycentric coordinates of the constructed vertices are computed in interval arithmetic. Each time a predicate is called, typically returning the sign of a determinant, it tries to determine the sign using these interval coordinates and if this is not possible, it calls the rational arithmetic version of the predicate, which, if this has not been done previously, computes first the required barycenric coordinates of the impacted constructed vertices.
  • In the step S30 of the process as depicted in FIG. 18, the computing of intersections between triangles of the first modeled object and triangles of the second modeled object can be accelerated using a partition of the operands in set of triangles, called patches, defined as follows:
    1. (i) There exists a vector d featuring a positive dot product with all the normal vectors of the oriented triangles of the patch;
    2. (ii) The projection along the direction d on a plane orthogonal to d of the boundary of the patch has no self-intersection.
  • Indeed, it can be shown that in this case, the patch has no self-intersection and it is sufficient to test the possible intersections between triangles of distinct patches. If these patches are localized in a spatial partition structure such as voxels or octrees, it can significantly speed up the step S30, as described in the documents "Solid Representation and Operation Using-Extended Octrees", P. Brunet and I. Navazo, ACM Transactions on Graphics, 9(2) pages 170-197, 1990, "Fundamental techniques for geometric and solid modeling", and C.M. Hoffmann and G. Vanecek, Manufacturing and Automation Systems: Techniques and Technologies, 48 pages 347-356, 1990. Paragraph II.B.
  • For example, if a voxel contains only one patch, there can be no intersection.
  • Furthermore, another optimization may consist in simplifying the resulting closed triangulated polyhedral surface (S100) by a sequence of edge collapses driven by a chordal error. Indeed, since the operations performed in former steps S30-S90 are exact, extremely small triangles may occur, possibly much smaller than the weight of the last digit of the floating point numbers defining the coordinates of the vertices of the input operands. In process of the present invention, this simplification procedure is the combinatorial counterpart of the rounding of number in floating points.

Claims (13)

  1. A computer-implemented process, in a computer-aided geometric design system, for computing a resulting closed triangulated polyhedral surface from a first and a second modeled objects, the first modeled object being modeled by a first closed triangulated polyhedral surface and the second modeled object being modeled by a second closed triangulated polyhedral surface, the process comprising:
    - computing intersections (S30) between triangles of the first modeled object and triangles of the second modeled object;
    - splitting triangles (S40) of the first and second modeled objects into polygonal facets adjacent to said intersections;
    - computing for each triangle and each polygonal facet two couples of winding numbers p and q (S60), wherein the first winding number of each couple of winding numbers is computed from the first closed triangulated polyhedral surface and the second winding number of each couple of winding numbers is computed from the second closed triangulated polyhedral surface;
    - computing a coefficient k for each triangle and each polygonal facet (S70), the coefficient being computed with a function ϕ having as inputs the two couples of winding numbers p and q of each triangle and each polygonal facet;
    - selecting triangles and polygonal facets (S80) according to the computed coefficients;
    - triangulating(S90) said selected polygonal facets; and
    - obtaining the resulting closed triangulated polyhedral surface (S100) with the selected triangles and the triangulated selected polygonal facets.
  2. The computer-implemented process of claim 1, wherein:
    - at least one of the first or second modeled objects modeled by a closed triangulated polyhedral surface comprises a self intersection; and
    - the step of computing intersections between triangles further comprises computing intersections between triangles of said at least one of the first or second modeled objects modeled by a closed triangulated polyhedral surface.
  3. The computer-implemented process of one of claims 1 to 2, further comprising, after the step of splitting triangles, a step of:
    - computing at least one region, wherein a region comprises a set of triangles and/or polygonal facets adjacent to each other and delimited by one of the computed intersections.
  4. The computer-implemented process of claim 3, further comprising:
    - determining all triangles and/or polygonal facets of said region, the triangles and/or polygonal facets being adjacent to a common computed intersection, each triangle and/or polygonal facet comprises a normal vector defined according to the own geometry and the own orientation of the said each triangle and/or polygonal facet
    - computing a two couples of winding numbers p and q for a given triangle or a given polygonal facet
    - starting from the given triangle or the given polygonal facet, rotating according to a radial order around said computed intersection,
    - detecting the crossing of the other triangles and/or polygonal facets adjacent the said computed intersection;
    - after each crossing, updating the said two couples of winding numbers p and q according to the orientation of the normal vector of said crossed triangle and/or polygonal facet.
  5. The computer-implemented process of one of the claims 1 to 4, wherein at the step of computing two couples of winding numbers:
    - the first couple of winding numbers Cbelow is below said triangle and polygonal facet according to a normal vector of said triangle and polygonal facet; and
    - the second couple of winding numbers Cabove is above said triangle and polygonal facet according to the normal vector of said triangle and polygonal facet.
  6. The computer-implemented process of one of the claims 1 to 5, wherein the function ϕ having as inputs the two couples of winding numbers p and q of each triangle and each polygonal facet performs one of the following operations: - φ p q = min 1 , p + q
    Figure imgb0004
    - φ p q = p * q
    Figure imgb0005
    - φ p q = max 0 , p - q
    Figure imgb0006
  7. The computer-implemented process of one of the claims 1 to 6, wherein the triangles and polygonal facets are selected when the computed coefficient k is different from zero.
  8. The computer-implemented process of one of the claims 1 to 7, wherein at the step of computing intersections, common edges or common vertice between the triangles of the first modeled object and the triangles of the second modeled object of triangles are excluded.
  9. The computer-implemented process of claim 8, wherein the step of computing intersections is carried out by using exact arithmetic.
  10. The computer-implemented process of one of the claims 1 to 9, further comprising after the step of splitting triangles, a step of computing an overlay representing the computed intersections.
  11. The computer-implemented process of claim 10, wherein the computed overlay has rational coordinates.
  12. A computer program, stored on a computer readable medium, for computing a resulting closed triangulated polyhedral surface from a first and a second modeled objects, the first modeled object being modeled by a first closed triangulated polyhedral surface and the second modeled object being modeled by a second closed triangulated polyhedral surface, the computer program comprising code means for causing a computer to take the steps of the process of any one of claims 1 to 11.
  13. An apparatus for computing a resulting closed triangulated polyhedral surface from a first and a second modeled objects, the first modeled object being modeled by a first closed triangulated polyhedral surface and the second modeled object being modeled by a second closed triangulated polyhedral surface, the apparatus comprising means for implementing the steps of the process of any one of claims 1 to 11.
EP10305555.4A 2010-05-25 2010-05-25 Computing of a resulting closed triangulated polyhedral surface from a first and a second modeled object Active EP2400410B1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
EP10305555.4A EP2400410B1 (en) 2010-05-25 2010-05-25 Computing of a resulting closed triangulated polyhedral surface from a first and a second modeled object
US13/111,471 US8854367B2 (en) 2010-05-25 2011-05-19 Computing of a resulting closed triangulated polyhedral surface from a first and a second modeled objects
JP2011116005A JP5848030B2 (en) 2010-05-25 2011-05-24 Calculation of the triangulated polyhedral closed surface resulting from the first modeled object and the second modeled object
CA2740669A CA2740669A1 (en) 2010-05-25 2011-05-24 Computing of a resulting closed triangulated polyhedral surface from a first and a second modeled objects
CN201110177608.8A CN102262694B (en) 2010-05-25 2011-05-25 From the first and second modeling object result of calculation Guan Bi trigonometric ratio polyhedral surfaces
KR1020110049612A KR101754581B1 (en) 2010-05-25 2011-05-25 Computing of a resulting closed triangulated polyhedral surface from a first and a second modeled objects

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
EP10305555.4A EP2400410B1 (en) 2010-05-25 2010-05-25 Computing of a resulting closed triangulated polyhedral surface from a first and a second modeled object

Publications (2)

Publication Number Publication Date
EP2400410A1 true EP2400410A1 (en) 2011-12-28
EP2400410B1 EP2400410B1 (en) 2014-01-08

Family

ID=42799764

Family Applications (1)

Application Number Title Priority Date Filing Date
EP10305555.4A Active EP2400410B1 (en) 2010-05-25 2010-05-25 Computing of a resulting closed triangulated polyhedral surface from a first and a second modeled object

Country Status (6)

Country Link
US (1) US8854367B2 (en)
EP (1) EP2400410B1 (en)
JP (1) JP5848030B2 (en)
KR (1) KR101754581B1 (en)
CN (1) CN102262694B (en)
CA (1) CA2740669A1 (en)

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9607111B2 (en) * 2010-11-29 2017-03-28 Autodesk, Inc. Spatial information modeling of buildings using non-manifold topology via a 3D geometric modeling kernel and designscript
EP2811463B1 (en) * 2013-06-04 2018-11-21 Dassault Systèmes Designing a 3d modeled object with 2d views
JP6182473B2 (en) * 2013-09-25 2017-08-16 日本電信電話株式会社 Data analysis apparatus, method and program
EP2874118B1 (en) 2013-11-18 2017-08-02 Dassault Systèmes Computing camera parameters
US10255383B2 (en) * 2014-10-10 2019-04-09 Autodesk, Inc. Rule based three-dimensional (3D) intersection model
EP3032495B1 (en) 2014-12-10 2019-11-13 Dassault Systèmes Texturing a 3d modeled object
US9607414B2 (en) * 2015-01-27 2017-03-28 Splunk Inc. Three-dimensional point-in-polygon operation to facilitate displaying three-dimensional structures
US9916326B2 (en) 2015-01-27 2018-03-13 Splunk, Inc. Efficient point-in-polygon indexing technique for facilitating geofencing operations
US9836874B2 (en) 2015-01-27 2017-12-05 Splunk Inc. Efficient polygon-clipping technique to reduce data transfer requirements for a viewport
US10026204B2 (en) 2015-01-27 2018-07-17 Splunk Inc. Efficient point-in-polygon indexing technique for processing queries over geographic data sets
US9767122B2 (en) 2015-01-27 2017-09-19 Splunk Inc. Efficient point-in-polygon indexing technique to facilitate displaying geographic data
EP3188033B1 (en) 2015-12-31 2024-02-14 Dassault Systèmes Reconstructing a 3d modeled object
US10109105B2 (en) * 2016-07-12 2018-10-23 Nature Simulation Systems Inc. Method for immediate boolean operations using geometric facets
EP3293705B1 (en) 2016-09-12 2022-11-16 Dassault Systèmes 3d reconstruction of a real object from a depth map
CN106325211B (en) * 2016-11-16 2019-01-04 清华大学 A kind of material removal algorithm based on STL model intersection ring
US10834413B2 (en) * 2018-08-24 2020-11-10 Disney Enterprises, Inc. Fast and accurate block matching for computer generated content
US11587289B2 (en) 2018-12-11 2023-02-21 Hewlett-Packard Development Company, L.P. Determination of vertices of triangular grids for three-dimensional object representations
CN109782272A (en) * 2018-12-30 2019-05-21 中国电子科技集团公司第十五研究所 Boolean's fusion method of three-dimensional radar body
EP3825956B1 (en) * 2019-11-21 2022-06-22 Dassault Systèmes Processing a 3d signal of a shape attribute over a real object
CN111159850B (en) * 2019-12-09 2021-06-01 北京航空航天大学 Automatic generation method of flow-direction-following groove blade grid for planar scatter data
CN111474899B (en) * 2020-04-29 2021-02-19 大连理工大学 Triangular-based complex cavity high-speed numerical control milling spiral path generation method
CN116322564A (en) 2020-11-20 2023-06-23 易美构有限公司 Method for generating a three-dimensional model for digital dentistry by means of a multi-set operation based on virtual bridges
CN115272379B (en) * 2022-08-03 2023-11-28 上海新迪数字技术有限公司 Projection-based three-dimensional grid model outline extraction method and system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100121626A1 (en) * 2008-11-07 2010-05-13 Dassault Systemes Computer-Implemented Method of Computing, In A Computer Aided Design System, Of A Boundary Of A Modeled Object

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6445390B1 (en) * 1997-12-29 2002-09-03 The United States Of America As Represented By The Adminstrator Of The National Aeronautics And Space Administration Triangle geometry processing for surface modeling and cartesian grid generation
US6392646B1 (en) * 1999-12-22 2002-05-21 General Electric Co. Iterative determination of the shortest path between two points on a polygonal surface
CA2430068C (en) * 2002-05-30 2013-04-16 Universite Laval Construction members for three-dimensional assemblies
JP4301791B2 (en) * 2002-10-04 2009-07-22 三菱重工業株式会社 CAD system and CAD program
JP3950976B2 (en) 2004-01-09 2007-08-01 独立行政法人情報通信研究機構 Method and system for making 3D geometric data consistent
US7408548B2 (en) * 2005-06-30 2008-08-05 Microsoft Corporation Triangulating procedural geometric objects
EP2023292B1 (en) * 2006-05-11 2020-02-26 Panasonic Intellectual Property Management Co., Ltd. Processing device
US20080225037A1 (en) * 2007-03-15 2008-09-18 Basimah Khulusi Apparatus and method for truncating polyhedra
JP2010026636A (en) 2008-07-16 2010-02-04 Mitsutoyo Corp Set operation method and set processor between areas

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100121626A1 (en) * 2008-11-07 2010-05-13 Dassault Systemes Computer-Implemented Method of Computing, In A Computer Aided Design System, Of A Boundary Of A Modeled Object

Non-Patent Citations (13)

* Cited by examiner, † Cited by third party
Title
C.M. HOFFMANN: "Robustness in geometric computations", JOURNAL OF COMPUTING AND INFORMATION SCIENCE IN ENGINEERING, vol. 1, 2001, pages 143
C.M. HOFFMANN; G. VANECEK: "Fundamental techniques for geometric and solid modeling", MANUFACTURING AND AUTOMATION SYSTEMS: TECHNIQUES AND TECHNOLOGIES, vol. 48, 1990, pages 347 - 356
F. R. FEITO; M. RIVERO: "Geometric modelling Based on simplicial chains", COMPUT. & GRAPHICS, vol. 22, no. 5, 1998, pages 611 - 619
FEITO F R ET AL: "Geometric modelling based on simplicial chains", COMPUTERS AND GRAPHICS, ELSEVIER, GB LNKD- DOI:10.1016/S0097-8493(98)00067-3, vol. 22, no. 5, 1 October 1998 (1998-10-01), pages 611 - 619, XP004142708, ISSN: 0097-8493 *
FORTUNE S: "Polyhedral modelling with multiprecision integer arithmetic", COMPUTER AIDED DESIGN, ELSEVIER PUBLISHERS BV., BARKING, GB LNKD- DOI:10.1016/S0010-4485(96)00041-3, vol. 29, no. 2, 1 February 1997 (1997-02-01), pages 123 - 133, XP004070875, ISSN: 0010-4485 *
GARCA A L ET AL: "Free-form solid modelling based on extended simplicial chains using triangular Bezier patches", COMPUTERS AND GRAPHICS, ELSEVIER, GB LNKD- DOI:10.1016/S0097-8493(02)00222-4, vol. 27, no. 1, 1 February 2003 (2003-02-01), pages 27 - 39, XP004405348, ISSN: 0097-8493 *
H. EDELSBRUNNER; EP. MUCKE: "simulation of simplicity", ACM TRANSACTIONS ON GRAPHICS (TOG), vol. 9, no. 1, January 1990 (1990-01-01), pages 66 - 104
M. KARASICK; D. LIEBER; L.R. NACKMAN: "Efficient Delaunay triangulation using rational arithmetic", ACM TRANSACTIONS ON GRAPHICS (TOG), vol. 10, no. 1, 1991, pages 71 - 91
MOHAND OURABAH BENOUAMER; P. JAILLON; DOMINIQUE MICHELUCCI; JEAN-MICHEL MOREAU: "A lazy exact arithmetic", IEEE SYMPOSIUM ON COMPUTER ARITHMETIC, 1993, pages 242 - 249
O. GUNTHER; E. WONG: "Convex polyhedral chains: a representation for geometric data", COMPUTER AIDED DESIGN, vol. 21, no. 3, April 1989 (1989-04-01)
S. FORTUNE: "Polyhedral modelling with multiprecision integer arithmetic", COMPUTER AIDED DESIGN, vol. 29, no. 2, 1997, pages 123 - 133
SMITH ET AL: "A topologically robust algorithm for Boolean operations on polyhedral shapes using approximate arithmetic", COMPUTER AIDED DESIGN, ELSEVIER PUBLISHERS BV., BARKING, GB LNKD- DOI:10.1016/J.CAD.2006.11.003, vol. 39, no. 2, 2 February 2007 (2007-02-02), pages 149 - 163, XP005871319, ISSN: 0010-4485 *
WEIN ET AL: "Exact and approximate construction of offset polygons", COMPUTER AIDED DESIGN, ELSEVIER PUBLISHERS BV., BARKING, GB LNKD- DOI:10.1016/J.CAD.2007.01.010, vol. 39, no. 6, 17 May 2007 (2007-05-17), pages 518 - 527, XP022082377, ISSN: 0010-4485 *

Also Published As

Publication number Publication date
US20110295564A1 (en) 2011-12-01
JP2011248889A (en) 2011-12-08
CN102262694B (en) 2016-11-23
KR20110129359A (en) 2011-12-01
KR101754581B1 (en) 2017-07-19
EP2400410B1 (en) 2014-01-08
CN102262694A (en) 2011-11-30
CA2740669A1 (en) 2011-11-25
JP5848030B2 (en) 2016-01-27
US8854367B2 (en) 2014-10-07

Similar Documents

Publication Publication Date Title
EP2400410B1 (en) Computing of a resulting closed triangulated polyhedral surface from a first and a second modeled object
Kuo et al. A Delaunay-based region-growing approach to surface reconstruction from unorganized points
Thakur et al. A survey of CAD model simplification techniques for physics-based simulation applications
US9881388B2 (en) Compression and decompression of a 3D modeled object
Sud et al. Homotopy-preserving medial axis simplification
KR101580862B1 (en) - computer-implemented method of computing in a computer aided design system of a boundary of a modeled object
US9449430B2 (en) Geometrical elements transformed by rigid motions
Lou et al. Merging enriched finite element triangle meshes for fast prototyping of alternate solutions in the context of industrial maintenance
Sheen et al. Transformation of a thin-walled solid model into a surface model via solid deflation
AU2010304681A1 (en) Method and system enabling 3D printing of three-dimensional object models
EP2474930B1 (en) Updating a modeled object
Chen et al. GPU-based polygonization and optimization for implicit surfaces
van Sosin et al. Solving piecewise polynomial constraint systems with decomposition and a subdivision-based solver
US7388584B2 (en) Method and program for determining insides and outsides of boundaries
Schifko et al. Industrial application of exact boolean operations for meshes
Kase et al. Volume cad
Lee et al. Continuous penetration depth computation for rigid models using dynamic Minkowski sums
Schmidt et al. Adaptive mesh booleans
Sakkalis et al. Representational validity of boundary representation models
Kase et al. Volume CAD—CW-complexes based approach
Chouadria et al. Identifying and re-meshing contact interfaces in a polyhedral assembly for digital mock-up
Patel et al. Automatic CAD model topology generation
Krishnan et al. E cient representations and techniques for computing b-rep's of csg models with nurbs primitives
Georgiadis et al. Indirect all-quadrilateral meshing based on bipartite topological labeling
EP4195088A1 (en) 3d axis machining design

Legal Events

Date Code Title Description
AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME RS

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20120628

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

INTG Intention to grant announced

Effective date: 20130726

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO SE SI SK SM TR

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: AT

Ref legal event code: REF

Ref document number: 649120

Country of ref document: AT

Kind code of ref document: T

Effective date: 20140215

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602010012945

Country of ref document: DE

Effective date: 20140220

REG Reference to a national code

Ref country code: SE

Ref legal event code: TRGR

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 649120

Country of ref document: AT

Kind code of ref document: T

Effective date: 20140108

REG Reference to a national code

Ref country code: NL

Ref legal event code: VDEP

Effective date: 20140108

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG4D

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140408

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140508

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140508

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

Ref country code: BE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602010012945

Country of ref document: DE

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

26N No opposition filed

Effective date: 20141009

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LU

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140525

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602010012945

Country of ref document: DE

Effective date: 20141009

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CH

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20140531

Ref country code: MC

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

Ref country code: LI

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20140531

REG Reference to a national code

Ref country code: IE

Ref legal event code: MM4A

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20140525

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SM

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 7

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140409

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HU

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT; INVALID AB INITIO

Effective date: 20100525

Ref country code: TR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 8

REG Reference to a national code

Ref country code: DE

Ref legal event code: R082

Ref document number: 602010012945

Country of ref document: DE

Representative=s name: HORN KLEIMANN WAITZHOFER PATENTANWAELTE PARTG , DE

Ref country code: DE

Ref legal event code: R081

Ref document number: 602010012945

Country of ref document: DE

Owner name: DASSAULT SYSTEMES S.E., FR

Free format text: FORMER OWNER: DASSAULT SYSTEMES, VELIZY VILLACOUBLAY, FR

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 9

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: AL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20140108

REG Reference to a national code

Ref country code: DE

Ref legal event code: R079

Ref document number: 602010012945

Country of ref document: DE

Free format text: PREVIOUS MAIN CLASS: G06F0017500000

Ipc: G06F0030000000

P01 Opt-out of the competence of the unified patent court (upc) registered

Effective date: 20230527

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: IT

Payment date: 20230526

Year of fee payment: 14

Ref country code: FR

Payment date: 20230526

Year of fee payment: 14

Ref country code: DE

Payment date: 20230519

Year of fee payment: 14

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: SE

Payment date: 20230519

Year of fee payment: 14

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20230524

Year of fee payment: 14