I created two spheres with the Sphere class in fenics 2.2 "subtracted" them to obtain an object with an inner and outer boundary at radii 10 and 2 units. This yields however only triangulations for the surfaces, but not for the sphere!
I did find the answer by googling namely you need to say Mesh=Mesh(Sphere,integer)