LoadCase(...)
This method creates an OdbLoadCase object.
Path
odb.steps()[name].LoadCase
Prototype
odb_LoadCase& LoadCase(const odb_String& name);
Required arguments
- name
An odb_String specifying the name of the OdbLoadCase object.
Optional arguments
None.
Return value
An OdbLoadCase object.
Exceptions
None.