void pxdel_elems_pick_ids (
Pint pick_id1, /*pick identifier 1 */ Pint pick_id2 /*pick identifier 2 */
)
GPHIGS searches forward through the open structure, starting with the current element, for the first occurrence of each of the two specified pick identifiers. If an identifier does not occur between the current element and the end of the structure, the search continues from the beginning of the structure.
All elements between, but not including, the two identifiers are deleted. The block of elements deleted never wraps around the end of the structure. If the two pick identifiers are the same, no elements are deleted.
After successful completion of this function, the element pointer points to the identifier element immediately preceding the deleted elements. If one or both of the pick identifiers do not exist, no elements are deleted and the element pointer is not moved.
Pick identifier, see pset_pick_id
Set element pointer at pick identifier, see pxset_elem_ptr_pick_id