HMIN_table_column_entityid_write()

Writes entity ID column data to a table.

Syntax

void HMIN_table_column_entityid_write(HM_entityidtype * column_array, unsigned int array_size, unsigned int column_index, unsigned int* id_pool_array);

Type

HyperMesh hminlib Function

Description

Writes entity ID column data to a table. This must be preceded by a call to HMIN_table_write().

Inputs

column_array
The entity ID array containing the column data.
array_size
The size (number of rows) in the column array.
index
The index of the column in the table.
id_pool_array
The ID pool array of the entity IDs.

Errors

None.

Version History

11.0