*loadsize
Sets the display size of loads.
Syntax
*loadsize config size option scale
Type
HyperMesh Tcl Modify
Description
Sets the display size of loads.
Inputs
- config
- The load config to set. Valid values are:
- size
- The size in model units in which the loads should be drawn. Only valid if option is set to 0.
- option
- Flag indicating whether to use uniform size or magnitude. Valid values are:
- scale
- The scale of the magnitude in which the loads should be drawn. Only valid if option is set to 1. Not valid for config 3.
Example
To set the load size for constraints to 10.0:
*loadsize 3 10.0 0 0
To set the load size for forces to 100% of the magnitude:
*loadlabel 1 0 1 1.0
To set the load size for forces to 50% of the magnitude:
*loadlabel 1 0 1 0.5
Errors
None.