Hi,

I would like to create a set similar to the one below.

Using the findAt method is time consuming because it would require to enter the coordinates of all the edges that I need.

Instead, using the getByBoundingBox method, I can get all the edges lying inside a box without struggling to find the exact coordinates.

The issue is that I would like to exclude certain entities from the "BoundigBox". So I'm looking for the method equivalent to pressing Ctrl to unselect entities in th GUI. When I record a macro or through the journal file there is no such a method. Instead, when I use Ctrl to unselect entities, an new set (in this case) is created.

Does anyone know of a built-in Abaqus python method to reproduce the unselect operation?

Otherwise, does anyone have any suggestions for an efficient way to add entities to python scripts without using the findAt method? It gets messy when dealing with many entities, and specially if one needs to parametrise the code...

Thank you,

Sérgio

More Sérgio Costa's questions See All
Similar questions and discussions