In Abaqus, is it possible to remove some elements from a sequence obtained by getByBoundingBox() ?
Basically, I tried to do the following: >>> p1 = p.edges.getByBoundingBox(-1,-1,-1,1,1,1) >>> p2 = p.edges.getByBoundingBox(-0.26,-0.26,-1,0.26,0.26,1) >>> pickededges...
26 October 2019
4,530
3
View