tag operation
Syntax
tag(name)
tag(name, components)
Parameters
- name (string)
A string that defines the tag. - components (selector)
What components to tag:auto Default. Tags the highest-dimensional components available, normally faces. faces Tags all face components. edges Tags all edge components. vertices Tags all vertex components.
Description
The tag operation assigns the specified name as a tag to all components.
Any valid string is supported as name, except reserved wildcards characters (?, *), which are filtered out. Tags can be hierarchically grouped using the name separator "."
For examples using tags refer to Boolean 3D and Rule inlining.
Related
- Geometry Tagging: Essential Knowledge
- deleteTags operation
- setTagsFromEdgeAttrs operation
- Rule inlining
- union, subtract, intersect operations
- geometry.hasTags function
- geometry.tags function
Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.