*valuesforentity()
Defines a data names block for new-style HyperMesh entities in HMASCII format.
Syntax
*valuesforentity (entity_type,entity_id,number_of_values)
Type
HyperMesh HMASCII Command
Description
Defines a data names block for new-style HyperMesh entities in HMASCII format.
Inputs
- entity_type
 - The type of entity for which the data names are being defined. Only new-style entities are supported.
 - id
 - The ID of the entity for which the data names are being defined.
 - number_of_values
 - The number of data names that follow.
 
Example
To create a region with ID 100, name "my-entity", and color 1, of config 1 and topo 22:
*regions(100,"my-entity",1)
*valuesforentity(regions,1,2)
*valueunsignedint("config",1)
*valueunsignedint("topo",22)
    Errors
Incorrect usage results in an import error.
Version History
14.0