HMIN_rigidwall_writemotion()

Writes a motion definition of a rigid wall.

Syntax

HMIN_rigidwall_writemotion(HM_entityidtype id, unsigned char motiontype, double xcomp, double ycomp, double zcomp);

Type

HyperMesh hminlib Function

Description

Writes a motion definition of a rigid wall.

Inputs

id
The ID of the rigid wall.
motiontype
The type of motion. Use:
  • 0 None
  • 1 Velocity
  • 2 Displacement
xcomp, ycomp, zcomp
The x, y, z components of motion.

Example

This command must be preceded by the HMIN_rigidwall_write() command. The ID must refer to an existing rigid wall.

Errors

None.