While using Batchmesh in python, it shows a error of 'Input has inconsistent entity type'. Providing it the proper format parameters still shows the error.
Hi @Prahas Nambiar
batchmesh_mc function is for batchmeshing using mesh controls and batchmesh is deprecated.
batchmesh_mc
batchmesh
Please try model.batchmesh2 which should provide you the capability you are looking for.
model.batchmesh2
Thanks, Michal
Automation & Customization