@loadexistinmergedloadloadsteptable()
Returns 1 if the load exists in the table containing merged loads for a loadstep created by *createmergedloadloadsteptable().
Syntax
@loadexistinmergedloadloadsteptable (id)
Type
HyperMesh Template Function
Description
This function returns 1 if the load exists in the table containing merged loads for a loadstep created by *createmergedloadloadsteptable().
Inputs
- id
- The ID of the load to query.
Example
*if([@loadexistinmergedloadsteptable(id)])
*string("This is a summed load")
*else()
*string("This is not a summed load")
*endif()
Version History
11.0.101