Mesh Grid loading ?

please, how to load a mesh grid created using SPACE->ADD->MESH->GRID by python
script. I need to modify individual faces and it doesn’t work.

me.NMesh.New()
ob.Object.Get(“Grid”)
ob.link(me) <<----------here it crashes Why???

thank you a lot !

Jiri


me = Object.Get("Grid").getData()

Martin

great magic!! it works.

Thank You :o
Jiri