Syntax
- deleteTags()
- deleteTags(tagQuery)
- deleteTags(tagQuery, components)
Parameters
- tagQuery—stringThe 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.
Description
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.