I have a 3D deformed model that I need to create a display group based on the elements that intersect the Z plane at 0.
If i run this script on an opened simulation
from abaqus import *
from caeModules import *
from abaqusConstants import *
import displayGroupOdbToolset as dgo
vp =...