deleteTags operation

Syntax

  • deleteTags()
  • deleteTags(tagQuery)
  • deleteTags(tagQuery, components)

Parameters

  1. tagQuerystring
    The query defining which tags to delete. See also Geometry Tagging: Essential Knowledge
  2. componentsselector
    • 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.

Related