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