HMIN_block_writewall()
Writes the walls of a block to HyperMesh.
Syntax
void HMIN_block_writewall(int wallid, char * name, int color);
Type
HyperMesh hminlib Function
Description
Writes the walls of a block to HyperMesh.
Inputs
- wallid
- The ID of the wall.
- name
- The name of the wall.
- color
- The color of the wall.
Errors
None.