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