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

allDefault. Deletes tags from all components.
facesOnly deletes face tags.
edgesOnly deletes edge tags.
verticesOnly 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.

Related