HMIN_rigidwall_writenode()

Writes a basic rigid wall to HyperMesh.

Syntax

HMIN_rigidwall_writenode(HM_entityidtype id, HM_entityidtype nodeid, normalx,double normaly, double normalz);

Type

HyperMesh hminlib Function

Description

Writes a basic rigid wall to HyperMesh.

Inputs

id
The ID of the rigid wall.
nodeid
The ID of the base node.
normalx, normaly, normalz
(x, y, z) locations used to calculate the vector for the rigid wall.

Example

This command must be preceded by a HMIN_group_write() command with the same ID.

Errors

None.