HMIN_rigidwall_write()

Writes a basic rigid wall to HyperMesh.

Syntax

HMIN_rigidwall_write(HM_entityidtype id, double basex, double basey,double basez,double 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.
basex, basey, basez
(x, y, z) locations of 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.

normalx should be equivalent to basex + i ^ , normaly should be equivalent to basey + j ^ , and normalz should be equivalent to basek + k ^ . This function was designed to be passed the values from the LS-DYNA3D *RIGIDWALL card without the values being modified.

Errors

None.