*loadtype
Sets the load types to the current global value.
Syntax
*loadtype config type
Type
HyperMesh Tcl Modify Command
Description
Sets the load types to the current global value.
Inputs
- config
- The load configuration that is to have its type changed.
- type
- The type which the configuration should become.
Example
To set the type of forces to 2:
*loadtype(1,2)
After the type has been set, all loads of the corresponding configuration are set to the value of type.
Errors
None.