Write an object's shape as a polyface mesh in the given DXF list. It tessellates the `ob.Shape` with a tolerance of 0.5, to produce mesh data, that is, lists of vertices and face indices: ``([ point1, point2, ...], [(face1 indices), (face2 indices), ...])`` The points and faces are
(ob, dxf)