Error when creating the mesh

Hi @wardencalum,

From the meshing log, the issue is that the maximum precision of the model is very high (greater than the small feature suppression currently applied):

A quick way out here is to define a larger value for the small feature suppression (e.g. 1e-4):

Cheers