modify
ElementSet.modify(op='new', element_labels=None, element_sets=None, x=None, y=None, z=None)
General method to modify the elements in an element set.
- Parameters:
- op: Selection method. Available options:
new,add,remove,intersect, andinverse. - element_labels: List of element IDs.
- element_sets: List of element sets.
- x: Min and max of x location.
- y: Min and max of y location.
- z: Min and max of z location.
- op: Selection method. Available options: