You could use Sphere: instead of point:
Export["model.ma", % /. {Point[a_] :> Sphere[a, 0.1]}]
but this could be a bit slow - check with a few points first.