Geometry > Working with a Geometry Sequence > Deleting Geometry Objects

Deleting Geometry Objects
You can use the following operation to delete objects from the geometry sequence.
model.geom(<tag>).delete(String[]);
In the input string array you specify the names of the objects to delete. The operation deletes objects that correspond to primitive geometry features by removing these features from the sequence. The operation then deletes the remaining objects by adding and building a Delete feature with the objects in its selection.