*tag()

Creates a tag in HMASCII format.

Syntax

*tag (id,entity_id,entity_type,color,"label","body")

Type

HyperMesh HMASCII Command

Description

Creates a tag in HMASCII format.

Inputs

id
The ID of the tag.
entity_id
The ID of the entity to attach to.
entity_type
The type of entity to attach to.
1 - nodes
2 - elems
4 - line
5 - surface
25 - point
55 - solid
color
The color of the tag. Valid values are 1-64.
label
The type of the set. Valid values are nodes, elems, comps, sets, props, mats, assems, multibodies, ellipsoids, mbjoints and mbplanes.
body
Set to 0 for non-ordered sets and to 1 for ordered sets.

Example

To create a tag with ID 100 and name Bushing:RightFront attached to node 500:

*tag(100,500,1,3,"Bushing","RightFront")

Errors

Incorrect usage results in an import error.