*fields()
Creates a field in HMASCII format.
Syntax
*fields (id,"name",color)
Type
HyperMesh HMASCII Command
Description
Creates a field in HMASCII format.
Additional attribute or dataname information is provided separately, see referenced commands.
Inputs
- id
- The ID of the field.
- name
- The name of the field.
- color
- The color of the field. Valid values are 1-64.
Example
To create a field with ID 100, name "my-entity", and color 1:
*fields(100,"my-entity",1)
Errors
Incorrect usage results in an import error.