*loadsettypes

Sets the global load type variable.

Syntax

*loadsettypes mark entities

Type

HyperMesh Tcl Modify Command

Description

Sets the global load type variable.

Inputs

mark
The mark which contains the loads to be updated.
entities
The type of load to change.

Example

To set all of the displayed forces to type 5, and all of the displayed moments to type 6:
*loadtype (1,5)
sets new Forces (1) to type 5 but doesn’t change existing ones
*loadtype (2,6)
sets new Moments (2) to type 6 (doesn’t change existing ones)
*createmark(loads,1) displayed
places all existing displayed loads into Mark1
*loadsettypes(1)
changes all the entities in Mark1 to use the types already defined for Forces (5) and Moments (6)

Errors

None.