The OdbLoadCase object describes a load case.
odb.steps()[name].frames(i).loadCase() odb.steps()[name].historyRegions()[name].loadCase() odb.steps()[name].loadCases()[name]
This method creates an OdbLoadCase object.
odb.steps()[name].LoadCase
odb_LoadCase& LoadCase(const odb_String& name);
Required argument
An odb_String specifying the name of the OdbLoadCase object.
Optional arguments
Return value
An OdbLoadCase object.
Exceptions
The OdbLoadCase object has members with the same names and descriptions as the arguments to the LoadCase method.