*material()
Creates a material in HMASCII format.
Syntax
*material (id,name,color)
Type
HyperMesh HMASCII Command
Description
Creates a material in HMASCII format.
Material data is assigned using attributes for the relevant solver.
Inputs
- id
- The ID of the material.
- name
- The name of the material.
- color
- The color of the material. Valid values are 1-64.
Example
To create a material with ID 100, name "my-mat" and color 1:
*material(100,"my-mat",1)
Errors
Incorrect usage results in an import error.