COMPUTER-IMPLEMENTED METHOD FOR DRAWING A POLYLINE IN A THREE-DIMENSIONAL SCENE

Abstract
A computer-implemented method of drawing a polyline in a three-dimensional scene: a) draws a segment (S1) of said polyline in said three-dimensional scene, said segment having a starting point (P1) and an endpoint (P2); b) displays, in the three-dimensional scene, a graphical tool (PST) representing a set of three orthogonal planes (PLA, PLB, PLC), one of said planes being orthogonal to the segment; c) selects one of said planes; and d) draws another segment of the polyline (S2), having a starting point coinciding with the endpoint of the segment drawn in step a) and lying in the plane (PLA) selected in step c). Steps a), c) and d) are carried out based on input commands provided by a user. A computer program product, non-volatile computer-readable data-storage medium and Computer Aided Design or three-dimensional illustration authoring system carries out such a method.
Description
RELATED APPLICATION(S)

This application claims priority under 35 U.S.C. §119 or 365 to Europe, Application No. 15306956.2, filed Dec. 8, 2015. The entire teachings of the above application(s) are incorporated herein by reference.


FIELD OF THE INVENTION

The invention relates to a computer-implemented method for drawing a polyline, i.e. a broken line, in a three-dimensional (3D) scene. The polyline may, in particular, be an assembly path, i.e. a polyline used to illustrate how the elements of a system, shown in an exploded view, are assembled.


The invention applies to the field of computer graphics, and more particularly to the field of Computer Aided Design (CAD) and illustration authoring. The invention is particularly suitable for producing technical illustrations, marketing presentations, assembly illustrations, training materials etc.


BACKGROUND

In all the applications above, there is a need of creating exploded views of assemblies or sub-assemblies, to illustrate a nomenclature for instance. An example of such an exploded view is provided in FIG. 1. As it can be seen on the figure, dashed polylines AL, called “assembly lines”, are used to indicate the original location of the parts and the way they have been removed from there (assembly paths). In order to allow a good understanding of the exploded view, in most cases (but not always) the segments of the polyline are mutually perpendicular and usually oriented parallel or perpendicular to a “world axis” of the view.


A first possibility for designing assembly lines consists in drawing the polylines freely in the plane defined by the current point of view. Otherwise stated, the polyline is drawn in two dimensions (2D), and automatically integrated into the three-dimensional representation of the scene. The angle between consecutive segments of the polyline may not take accurate values (e.g. 45° or 90°); most importantly, as the polyline is not properly situated in three-dimensions, they are lost if the user changes the point of view. This is illustrated on FIG. 2: the left part of the figure shows a polyline drawn in two-dimensions, which gives the illusion of being constituted of mutually perpendicular segments in 2D space; the illusion is completely lost if the scene is rotated in three dimensions.


Another approach, illustrated on FIG. 3, uses planar grids to properly draw the segments of the polyline. A drawback of this technique is that it is quite cumbersome to create and position a grid before drawing each segment. Also, drawing a complex three-dimensional polyline requires the simultaneous display of several grids, which may be confusing for the user and demanding (essentially in terms of memory space) for the Computer Aided Design/illustration authoring system.


Yet another approach is to use software for automatically creating a path (i.e. a polyline) between the original position of a part to a new one. This approach is not flexible enough, as the user has no control on the position of the “breakings” of the line. The result is often unsatisfactory for a human end user, as depicted on FIG. 4.


SUMMARY OF THE INVENTION

The invention aims at overcoming these drawbacks of the prior art. More specifically the invention aims at providing a simple and effective method for drawing polylines in a three-dimensional scene, with a sufficient degree of flexibility and yet allowing an accurate determination of the angles between segments of the polyline.


According to the invention, this aim is achieved by the use of a particular graphical tool, which may be called a “plane selector”. This tool is displayed for the first time after the drawing of a first segment; it allows the user to select a plane parallel or perpendicular to this segment, then creates a grid “on the fly” on the selected plane to ease the drawing of the successive segment, and so on. This way the user can draw the polyline step by step, choosing the positioning on the breakings and (with some constraints) the angles formed by the different segments, while being relieved from the burden of manually positioning the drawing grids.


An object of the present invention is then a computer-implemented method for drawing a polyline (AL) in a three-dimensional scene comprising the steps of:

    • a) drawing a segment of said polyline in said three-dimensional scene, said segment having a starting point and an endpoint;
    • b) displaying, in the three-dimensional scene, a graphical tool representing a set of three orthogonal planes, one of said planes being orthogonal to the segment;
    • c) selecting one of said planes; and
    • d) drawing another segment of the polyline, having a starting point coinciding with the endpoint of the segment drawn in step a) and lying in the plane selected in step c);
      • said steps a), c) and d) being carried out according to input commands provided by a user.


According to particular embodiments of the inventive method:

    • Said step d) may further comprise displaying an enlarged representation of the selected plane, provided with a grid, on which said segment of the polyline is drawn.
    • Said grid may comprise snap points to assist the user in the drawing of the segment. More particularly, said grid may comprise a circular pattern of snap points disposed around the starting point of the segment to be drawn.
    • Said step d) may comprise selecting an endpoint of said segment by the user using a pointer tool, and automatically adapting the displayed enlarged representation the selected plane in such a way that the pointer tool constantly remains within it.
    • The enlarged representation the selected plane may be deleted during or after the completion of step d).
    • The graphical tool may be deleted during after the completion of one of steps c) and d).
    • Said steps b) to d) may be iterated a plurality of times.
    • Said step b) may comprise displaying said graphical tool proximate to the endpoint of the segment.


Another object of the invention is a computer program product, stored on a non-volatile computer-readable data-storage medium, comprising computer-executable instructions to cause a computer system to carry out such a method.


Another object of the invention is a non-volatile computer-readable data-storage medium containing computer-executable instructions to cause a computer system to carry out such a method.


Another object of the invention is a Computer Aided Design system comprising a processor coupled to a memory and a graphical user interface, the memory storing computer-executable instructions to cause the Computer Aided Design system to carry out such a method.


Yet another object of the invention is a three-dimensional illustration authoring system comprising a processor coupled to a memory and a graphical user interface, the memory storing computer-executable instructions to cause the three-dimensional illustration authoring system to carry out such a method.





BRIEF DESCRIPTION OF THE DRAWINGS

The foregoing will be apparent from the following more particular description of example embodiments of the invention, as illustrated in the accompanying drawings in which like reference characters refer to the same parts throughout the different views. The drawings are not necessarily to scale, emphasis instead being placed upon illustrating embodiments of the present invention.


Additional features and advantages of the present invention will become apparent from the subsequent description, taken in conjunction with the accompanying drawings, which show:



FIG. 1, described above, the exploded view of a mechanical assembly, showing a plurality of assembly lines;



FIGS. 2 to 4, also described above, assembly lines drawn using methods known from the prior art;



FIGS. 5A to 5D, the step of a method according to an embodiment of the invention;



FIGS. 6 and 7A-7C, alternative embodiments of the step illustrated by FIG. 5D;



FIGS. 8A and 8B, the drawing of a freely-oriented segment;



FIGS. 9A-9D the application of the invention to the drawing of an assembly line in the exploded view of a mechanical assembly; and



FIGS. 10 and 11, block diagrams of respective computer systems suitable for carrying out a method according to different embodiments of the invention.





DETAILED DESCRIPTION OF THE INVENTION

A description of example embodiments of the invention follows.


Hereafter, a “three-dimensional” (or “3D”) object will be an object, or rather its digital representation in a computer system, allowing a three-dimensional (3D) graphical representation. A 3D representation allows the viewing of the part from all angles. For example, a 3D object, when 3D represented, may be handled and turned around any of its axes, or around any axis in the screen on which the representation is displayed. A three-dimensional scene is constituted by a plurality of 3D objects disposed in a three-dimensional space.


Conversely, a “two-dimensional” (or “2D”) object will be an object only allowing a two-dimensional (2D) representation e.g. on a plane. For example, a 2D object may only be translated in the plane of the screen on which the representation is displayed, or rotated around an axis perpendicular to said screen.


The first step of the inventive method, illustrated on FIG. 5A, consists in drawing a first segment S1 of the polyline. The direction of the first segment is freely chosen by the user; it may, for instance correspond to that of an axis of a piece of the assembly. Typically, in order to draw the first segment S1, the user selects a first anchor point P1 (starting point) and a second anchor point P2 (endpoint) of the three-dimensional scene using a pointer tool PT moved e.g. using a pointing device such as a mouse, a roller ball or a track pad, or a touch screen. There are different ways for selecting a point in 3D using a pointing device. For example:

    • if the user clicks on an object of the 3D scene, the point is situated on the surface of the object (more precisely, on the grid representing the surface of the object);
    • otherwise, the point is situated by projecting the pointer tool onto a plane parallel to the screen and positioned at mid-depth within a “box” containing the scene.


Then the Computer Aided Design or illustration authoring system traces the segment S1 by linking the starting point P1 to the endpoint P2. In a manner known in the art, the Computer Aided Design or illustration authoring system may continuously trace a segment linking the starting point P1 to the pointer tool PT, until the endpoint P2 is selected thus “fixing” the direction of the segment.


Then, as illustrated on FIG. 5B, the Computer Aided Design or illustration authoring system displays a graphical tool PST—called a “plane selector”—near to or overlapping the endpoint P2 of the first segment. The plane selector PST comprises a symbolic representation of three mutually orthogonal planes, one of which (reference PLA) is perpendicular to the segment S1 while the two others (PLB, PLC) are parallel to it. Otherwise stated, the planes PLA, PLB, PLC correspond to the “xy”, “xz” and “yz” planes of an orthonormal coordinate system xyz, wherein the “y” axis has the direction of the segment S1. The endpoint P2 of the first segment belongs to all of the three planes, and therefore it constitutes the origin of the orthonormal coordinate system xyz. This is not apparent on FIG. 5B, because the plane selector PST only provides a symbolic representation of the planes.


In the example of FIG. 5B the plane selector has the appearance of a “half cube”, but this is not essential.


The user selects one of the planes (e.g. PLA) of the plane selector, for instance by placing the pointer tool PT on it and by “clicking” on a button of the pointing device; see FIG. 5C. The plane selector PLC is no more required and may disappear or fade away; instead, an enlarged representation PLA' of the selected plane is displayed; this representation may consists in a rectangle lying in the plane, which is conceptually infinite. Both the anchor point P2—which will serve as the starting point of the next segment of the polyline—and the pointer tool PT are included in the enlarged representation PLA′; advantageously, the size of the latter is dynamically adapted to follow the movements of the pointer tool.


Then, the user selects—e.g. by moving the pointer tool PT to a desired location and then “clicking”—a new anchor point P3 on the enlarged representation PLA′ of the selected plane, and the Computer Aided Design or illustration authoring system traces a new segment S2 having P3 as its endpoint and P2 as its starting point. This step, illustrated on FIG. 5D, is similar to the one discussed above in reference to FIG. 5A, except that this time the anchor point P3 is constrained to lie on the selected plane.


When the endpoint P3 of the second segment S2 has been selected, the Computer Aided Design or illustration authoring system displays the plane selector again, and the previously-described steps are iterated until the user inputs a command which stops the drawing process—e.g. by pressing the “esc” key of a keyboard.


Advantageously the enlarged representation PLA′ of the selected plane carries a grid, e.g. a squared-patterned grid GR, in order to assist the user in selecting a suitable endpoint P3; this is represented on FIG. 6. Without such a grid, it would be difficult to obtain a precise angular relationship between segments of the polyline, e.g. to draw mutually perpendicular segments.


Advantageously, the grid may comprise a plurality of snap points SP. A snap point is a point which “attracts” the segment: when the segment crosses a snap zone SZ centered on the snap point, its orientation is suddenly changed (it “jumps”) in such a way that it passes through the snap point. The snap points may be placed at the vertices of a squared-patterned grid or, as shown on FIGS. 7A-7C, they may form a circular pattern disposed around the starting point P2 of the segment to be drawn. In a particular embodiment, the width of the snapping zones depends on the position of the pointer tool: the farther the pointer tool is from the starting point P2, the smaller are the snapping zones (see FIGS. 7B and 7C). This allows the user to choose between a precise, but rather inflexible, orientation of the segment determined by snap points and a free—but possibly inaccurate orientation obtained without resorting to snapping.


The plane selector tool helps the user to accurately draw the segments of the polyline, but it imposes a constraint: each segment other than the first one must lie in a plane which is either parallel or perpendicular to the previously drawn segment. The user may then, in some cases, prefer to draw the segments freely, without the help of the plane selector. According to a particular embodiment of the invention, the plane selector tool PST may fade away and eventually disappear if the pointing device moves off from it without having selected one of its planes; this is illustrated on FIGS. 8A, 8B.



FIGS. 9A-9D illustrate the process of drawing an assembly line for an exploded view comprising a plurality of mechanical elements ME1, ME2, ME3, ME4, ME5, ME6 using a method according to the invention. The first anchor point P1 is positioned on a first mechanical element ME1 and the second anchor point P2 is chosen such that the first segment S1 of the assembly line AL is aligned with element ME2. A plane selecting tool PST is then displayed in order to assist in the drawing of a second segment S2, and then of a third one (not represented).


The inventive method can be performed by a suitably-programmed general-purpose computer or computer system, possibly including a computer network, storing a suitable program in non-volatile form on a computer-readable medium such as a hard disk, a solid state disk or a CD-ROM and executing said program using its microprocessor(s) and memory.


A computer—more precisely a Computer Aided Design or illustration authoring system, or station—suitable for carrying out a method according to an exemplary embodiment of the present invention is described with reference to FIG. 10. In FIG. 10, the computer includes a Central Processing Unit (CPU) P which performs the processes described above. The process can be stored as an executable program, i.e. a set of computer-readable instructions in memory, such as RAM M1 or ROM M2, or on hard disk drive (HDD) M3, DVD/CD drive M4, or can be stored remotely. Moreover, one or more computer files defining the three-dimensional scene (e.g. an exploded view of an assembly of objects) in which a polyline has to be drawn may also be stored on one or more of memory devices M1 to M4, or remotely.


The claimed invention is not limited by the form of the computer-readable media on which the computer-readable instructions and/or the digital files of the inventive process are stored. For example, the instructions and files can be stored on CDs, DVDs, in FLASH memory, RAM, ROM, PROM, EPROM, EEPROM, hard disk or any other information processing device with which the Computer Aided Design or illustration authoring station communicates, such as a server or computer. The program and the files can be stored on a same memory device or on different memory devices.


Further, a computer program suitable for carrying out the inventive method can be provided as a utility application, background daemon, or component of an operating system, or combination thereof, executing in conjunction with CPU 800 and an operating system such as Microsoft VISTA, Microsoft Windows 8, UNIX, Solaris, LINUX, Apple MAC-OS and other systems known to those skilled in the art.


CPU P can be a Xenon processor from Intel of America or an Opteron processor from AMD of America, or can be other processor types, such as a Freescale ColdFire, IMX, or ARM processor from Freescale Corporation of America. Alternatively, the CPU can be a processor such as a Core2 Duo from Intel Corporation of America, or can be implemented on an FPGA, ASIC, PLD or using discrete logic circuits, as one of ordinary skill in the art would recognize. Further, the CPU can be implemented as multiple processors cooperatively working to perform the computer-readable instructions of the inventive processes described above.


The Computer Aided Design or illustration authoring station in FIG. 10 also includes a network interface NI, such as an Intel Ethernet PRO network interface card from Intel Corporation of America, for interfacing with a network, such as a local area network (LAN), wide area network (WAN), the Internet and the like. The Computer Aided Design or illustration authoring station further includes a display controller DC, such as a NVIDIA GeForce GTX graphics adaptor from NVIDIA Corporation of America for interfacing with display DY, such as a Hewlett Packard HPL2445w LCD monitor. A general purpose I/O interface IF interfaces with a keyboard KB and pointing device PD, such as a roller ball, mouse, touchpad and the like. The display, the keyboard and the pointing device, together with the display controller and the I/O interfaces, form a graphical user interface, used by the user to provide input commands—e.g. to move the pointer tool, select a point or a plane . . . —and by the Computer Aided Design or illustration authoring station for displaying the three-dimensional scene, the graphical tools (plane selector, pointer tool) and the polyline.


Disk controller DKC connects HDD M3 and DVD/CD M4 with communication bus CBS, which can be an ISA, EISA, VESA, PCI, or similar, for interconnecting all of the components of the Computer Aided Design or illustration authoring station.


A description of the general features and functionality of the display, keyboard, pointing device, as well as the display controller, disk controller, network interface and I/O interface is omitted herein for brevity as these features are known.



FIG. 11 is a block diagram of a computer system suitable for carrying out a method according to a different exemplary embodiment of the present invention.


In FIG. 11, the executable program EXP and the computer files defining the three-dimensional scene are stored on memory devices connected to a server SC. The memory devices and the overall architecture of the server may be the same as discussed above with reference to FIG. 10, except that display controller, display, keyboard and/or pointing device may be missing in the server.


The server SC is then connected to an administrator system ADS and end user computer EUC via a network NW.


The overall architectures of the administrator system and of the end user computer may be the same as discussed above with reference to FIG. 10, except that the memory devices of the administrator system and the end user computer do not store the executable program EXP and/or the computer files defining the three-dimensional scene. However, the end user computer does store a client program designed for cooperating with the executable program of the server, as it will be discussed below.


As can be appreciated, the network NW can be a public network, such as the Internet, or a private network such as an LAN or WAN network, or any combination thereof and can also include PSTN or ISDN sub-networks. The network NW can also be wired, such as an Ethernet network, or can be wireless such as a cellular network including EDGE, 3G and 4G wireless cellular systems. The wireless network can also be Wi-Fi, Bluetooth, or any other wireless form of communication that is known. Thus, the network NW is merely exemplary and in no way limits the scope of the present advancements.


The client program stored in a memory device of the end user computer and executed by a CPU of the latter accesses, via the network NW, a database DB stored by the server SC and containing files defining three-dimensional scenes in which a polyline may be drawn. This allows an end user to open and possibly modify such a file, to parameterize a graphical representation of the scene and to create one or more polylines as described above. The server performs the processing as described above, and transmits to the end user computer an image file corresponding to the desired representation of the scene including the polyline, again using the network NW.


Although only one administrator system ADS and one end user system EUX are shown, the system can support any number of administrator systems and/or end user systems without limitation. Similarly, multiple servers can also be implemented in the system without departing from the scope of the present invention.


Any processes described herein should be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps in the process, and alternate implementations are included within the scope of the exemplary embodiment of the present invention.


The teachings of all patents, published applications and references cited herein are incorporated by reference in their entirety.


While this invention has been particularly shown and described with references to example embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the scope of the invention encompassed by the appended claims.

Claims
  • 1. A computer-implemented method for drawing a polyline (AL) in a three-dimensional scene comprising the steps of: a) drawing a segment (51) of said polyline in said three-dimensional scene, said segment having a starting point (P1) and an endpoint (P2);b) displaying, in the three-dimensional scene, a graphical tool (PST) representing a set of three orthogonal planes (PLA, PLB, PLC), one of said planes being orthogonal to the segment;c) selecting one of said planes; andd) drawing another segment of the polyline (S2), having a starting point coinciding with the endpoint of the segment drawn in step a) and lying in the plane (PLA) selected in step c); said steps a), c) and d) being carried out according to input commands provided by a user.
  • 2. A computer-implemented method according to claim 1, wherein said step d) further comprises displaying an enlarged representation (PLA′) of the selected plane, provided with a grid (GR), on which said segment of the polyline is drawn.
  • 3. A computer-implemented method according to claim 2, wherein said grid comprises snap points (SP) to assist the user in the drawing of the segment.
  • 4. A computer-implemented method according to claim 3, wherein said grid comprises a circular pattern of snap points disposed around the starting point of the segment to be drawn.
  • 5. A computer-implemented method according to any claim 2 wherein step d) comprises selecting an endpoint (P3) of said segment by the user using a pointer tool (PT), and automatically adapting the displayed enlarged representation of the selected plane in such a way that the pointer tool constantly remains within it.
  • 6. A computer-implemented method according to claim 2, wherein the enlarged representation of the selected plane is deleted during or after the completion of step d).
  • 7. A computer-implemented method according to claim 2, wherein the graphical tool is deleted during or after the completion of one of steps c) and d).
  • 8. A computer-implemented method according to claim 2, wherein said steps b) to d) are iterated a plurality of times.
  • 9. A computer-implemented method according to claim 1, wherein said step b) comprises displaying said graphical tool proximate to the endpoint of the segment.
  • 10. A computer program product comprising: a non-volatile computer-readable data-storage medium (M1-M4), storing computer-executable instructions;the stored instructions embodying a program drawing a polyline in a three-dimensional scene, the stored instructions when executed cause a computer system to: a) draw a segment (S1) of said polyline in said three-dimensional scene, said segment having a starting point (P1) and an endpoint (P2);b) display, in the three-dimensional scene, a graphical tool (PST) representing a set of three orthogonal planes (PLA, PLB, PLC), one of said planes being orthogonal to the segment;c) select one of said planes; andd) draw another segment of the polyline (S2), having a starting point coinciding with the endpoint of the segment drawn in a) and lying in the plane (PLA) selected in c); said drawing of a), selecting of c) and drawing of d) being carried out according to input commands provided by a user.
  • 11. A non-volatile computer-readable data-storage medium (M1-M4) comprising: a memory portion containing computer-executable instructions (EXP) to cause a computer system to draw a polyline in a three-dimensional scene by: a) drawing a segment (Si) of said polyline in said three-dimensional scene, said segment having a starting point (P1) and an endpoint (P2);b) displaying, in the three-dimensional scene, a graphical tool (PST) representing a set of three orthogonal planes (PLA, PLB, PLC), one of said planes being orthogonal to the segment;c) selecting one of said planes; andd) drawing another segment of the polyline (S2), having a starting point coinciding with the endpoint of the segment drawn in step a) and lying in the plane (PLA) selected in step c); said steps a), c) and d) being carried out according to input commands provided by a user.
  • 12. A Computer Aided Design system comprising: a processor (P) coupled to a memory (M1-M4) and a graphical user interface (KB, PD, DC, DY), the memory storing computer-executable instructions (EXP) to cause the Computer Aided Design system to draw a polyline in a three-dimensional scene by: a) drawing a segment (Si) of said polyline in said three-dimensional scene, said segment having a starting point (P1) and an endpoint (P2);b) displaying, in the three-dimensional scene, a graphical tool (PST) representing a set of three orthogonal planes (PLA, PLB, PLC), one of said planes being orthogonal to the segment;c) selecting one of said planes; andd) drawing another segment of the polyline (S2), having a starting point coinciding with the endpoint of the segment drawn in step a) and lying in the plane (PLA) selected in step c); said steps a), c) and d) being carried out according to input commands provided by a user.
  • 13. A three-dimensional illustration authoring system comprising: a processor (P) coupled to a memory (M1-M4) and a graphical user interface (KB, PD, DC, DY), the memory storing computer-executable instructions (EXP) to cause the three-dimensional illustration authoring system to carry out drawing a polyline in a three-dimensional scene, the computer executable instructions include instructions to: a) draw a segment (S1) of said polyline in said three-dimensional scene, said segment having a starting point (P1) and an endpoint (P2);b) display, in the three-dimensional scene, a graphical tool (PST) representing a set of three orthogonal planes (PLA, PLB, PLC), one of said planes being orthogonal to the segment;c) select one of said planes; andd) draw another segment of the polyline (S2), having a starting point coinciding with the endpoint of the segment drawn in a) and lying in the plane (PLA) selected in c); said instructions of a), c) and d) being carried out according to input commands provided by a user.
  • 14. A system as claimed in claim 13 wherein the instructions of d) further comprise displaying an enlarged representation (PLA′) of the selected plane, provided with a grid (GR), on which said segment of the polyline is drawn.
  • 15. A system as claimed in claim 14, wherein said grid comprises snap points (SP) to assist the user in the drawing of the segment.
  • 16. A system as claimed in claim 15, wherein said grid comprises a circular pattern of snap points disposed around the starting point of the segment to be drawn.
  • 17. A system as claimed in claim 14 wherein the instructions of d) comprises selecting an endpoint (P3) of said segment by the user using a pointer tool (PT), and automatically adapting the displayed enlarged representation of the selected plane in such a way that the pointer tool constantly remains within it.
  • 18. A system as claimed in claim 14, wherein the enlarged representation of the selected plane is deleted during or after the completion of the instruction of d).
  • 19. A system as claimed in claim 14, wherein the graphical tool is deleted during or after the completion of the instructions of one of c) and d).
  • 20. A system as claimed in claim 13, wherein said instruction of b) comprises displaying said graphical tool proximate to the endpoint of the segment.
Priority Claims (1)
Number Date Country Kind
15306956.2 Dec 2015 EP regional