Hello every one
I have some face instance and gonna to loading them by pressure. before loading I revise the face's normal to one direction as below:
if mdb.models['Model-1'].parts[PART_NAME].faces[0].getNormal()[2]>0...
For the ABAQUS Experts out there,
I have written a python script that generate some edges and faces and assembled them as independed instances. I want to find a instance by findAt(x,y,z). So I used below code as abaqus documentation to create an EdgeArray to be able to search between them...