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...
Line don't lying in each other and one of the problems is that what coordinate should I get to findAt(). actually the line's lengths and number of them is unknown and only the coordinates of two vertices is known. is there any way that I could select them for example by session commands?
Thank you Mustaine3
Actually I have a lot of instances as wire. I'm trying to find any wire instances along path and between two vertices. However the method that you said before is working, but looping all instances to find an instance by findAt() and using a point middle of two vertices, is...
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...