I'm doing python abaqus scripting. I'm trying to make unit cells by the following code:
SingleInstances_List=M.rootAssembly.instances.keys()
SingleInstances_Tuple=list(SingleInstances_List)
mdb.models['Model-1'].rootAssembly.InstanceFromBooleanMerge(name='Part-2'...