HMRES_localdisplacements()

Sets the local displacements flag in the database.

Syntax

void HMRES_localdisplacements(int local);

Type

HyperMesh hmreslib Function

Description

Sets the local displacements flag in the database.

Inputs

local
Flag that indicates where the displacements are defined. If set to:
  • 0 - The displacements are assumed to be in the global coordinate system.
  • 1 - The displacements are assumed to be in a local nodal coordinate system.

Example

By default, the database is created as if all of the displacements are defined in the global coordinate system. If this is not the case, this function must be called with local set to 1.

If the local displacement flag is set in a results database, HyperMesh transforms the displacements when the results are processed.

Errors

None.