deleteTags operation
deleteTags
deleteTags(tagQuery)
deleteTags(tagQuery, components)
tagQuery string The query defining which tags to delete. See also Geometry Tagging: Essential Knowledge.
components selector
| all | Default. Deletes tags from all components. |
| faces | Only deletes face tags. |
| edges | Only deletes edge tags. |
| vertices | Only deletes vertex tags. |
The deleteTags operation deletes tags from the geometry. If a tagQuery is provided, only matching tags are deleted. If components are specified, only their tags are deleted.