*setid()
Adds entities to a set in HMASCII format.
Syntax
*setid (id)
Type
HyperMesh HMASCII Command
Description
Adds an entity to a set. Must follow a *set() command. Only one ID can be added per call.
Inputs
- id
- The ID of the entity to add to the set. The set and its parameters are taken from the most recent *set() command.
Example
To create an non-ordered element set named plate_elems with ID 100 containing elements 50-52:
*set(100,plate_elems,5,"elems",0)
*setid(50)
*setid(51)
*setid(52)
Errors
Incorrect usage results in an import error.