*tagdescription()
Assigns a text description to a tag in HMASCII format.
Syntax
*tagdescription (id,"description")
Type
HyperMesh HMASCII Command
Description
Assigns a text description to a tag in HMASCII format.
Inputs
- id
- The ID of the tag.
- description
- A quoted string containing the text description.
Example
To create a tag with ID 100 and name Bushing:RightFront attached to node 500, with a description of "Node for right front-bushing.":
*tag(100,500,1,3,"Bushing","RightFront")
*tagdescription(100,"Node for right-front bushing.")
Errors
Incorrect usage results in an import error.
Version History
11.0.130