Hi everyone,
as some of you probably know, I'm doing a plug-in to verticalize bending pipe simulations. I'm about to finish the model generator, but I have a trouble again. This is with findAt command for edge arrays.
Let me explain a little the situation. I create geometry for tooling in function of some user input parameters. During the geometry generation I need to cover edges, for that I localize the edges by findAt command. for my surprise abaqus select "random edges" very far from my input coordinates.
As you can see in the picture, I ploted the datum point at input coordinates, exactly at middle possition of the straight edge, but the edge list output is the highlighted edges.
I'm conscient about the documentation explanation about tolerance and so on, but in this case... are very far. Also, I've tried with getClosest command but the result is exactly the same. However, for the opposite side, the cover edges is done well. Could you explain me why is this? Any suggestion to select the edges by coordinates robustly?
Thank you in advance