HMIN_block_writedivision()

Assigns a value to each division.

Syntax

void HMIN_block_writedivision(int divindex, double cord);

Type

HyperMesh hminlib Function

Description

Assigns a value to each division.

Inputs

divindex
The coordinate of the division to be assigned a value. Use:
0 - When the value being assigned is in an x division.
1 - When the value being assigned is in a y division.
2 - When the value being assigned is in a z division.
cord
The value to be assigned to the division.

Example

A wall must exist (HMIN_block_write()).

Errors

None.