*vectorcollector()

Creates a vector collector in HMASCII format.

Syntax

*vectorcollector (id,"name",color)

Type

HyperMesh HMASCII Command

Description

Creates a vector collector in HMASCII format.

Inputs

id
The ID of the vector collector.
name
The name of the vector collector.
color
The color of the vector collector. Valid values are 1-64.

Example

To create a vector collector with ID 100, name "my-vectorcol" and color 1:

*vectorcollector(100,"my-vectorcol",1)

Errors

Incorrect usage results in an import error.