I have modeled an annular plate as a shell in ABAQUS software. After meshing, I want to create a set that contains only all nodes on the outer edge of the plate and write a Python code that holds for all mesh sizes. I have used "p.nodes.getByBoundingCylinder" to get some nodes, but it doesn't work. Because in this approach, some other nodes are also selected which are not needed.

Can anyone tell me how I can select all nodes on the outer edge of an annular plate using Python?

More Soheil Hashemi's questions See All
Similar questions and discussions