how to create grid like this image ?

Hi,
Does anyone know how to model the grid in this image ?
http://www.soundbodyaudio.com/image/cache/data/TangBand/Speaker/W3-1797S/w3-1797s_3-500x500.jpg
Please help me, thank you.

make a real 3D model with bevel curves

http://manuell3d.wordpress.com/2011/07/13/tutorial-how-to-create-a-wirenet-in-blender-2-5/

or use Gimp to make like a bump map only !

happy bl

You can try something simple using arrays tricks, start with adding a circle, press F6 and change the amount of vertices to 6 , with a ngon fill
http://i.imgur.com/MXGp3GS.jpg

Then in Edit Mode, select the mesh , press I and inset a bit with the mouse
http://i.imgur.com/YUJ2a00.jpg

Select the central ngon face and delete it
http://i.imgur.com/MG6Zwyj.jpg

And then in Object Mode use 2 array modifiers set like that to start your grid :
1st array with Count : 50 and X to 1.0 Y and Z being on 0.0
2nd array with Count : 50 , X = 0.010 and Y = 0.750 , Z stay on 0
http://i.imgur.com/5cjFYiss.jpg

After that apply both modifiers, the one on top first then the 2nd one
http://i.imgur.com/fPMbuZl.jpg

Enable EXTRA OBJECTS add on. after that HONEYCOMB is available in regular add mesh menu MESH >> EXTRA OBJECTS >> HONEYCOMB

Wow, i really learn something new everyday, i had no idea there was this mesh available in there (extra objects -> misc object -> honeycomb) , very configurable with the F6 menu too.
Thanks for pointing it.