HistoryRegion(...)
This method creates a HistoryRegion object.
Path
odb.steps()[name].HistoryRegion
Prototype
odb_HistoryRegion& HistoryRegion(const odb_String& name, const odb_String& description, const odb_HistoryPoint& point, const odb_LoadCase& loadCase);
Required arguments
- name
An odb_String specifying the name of the HistoryRegion object.
- description
An odb_String specifying the description of the HistoryRegion object.
- point
A HistoryPoint object specifying the point to which the history data refer.
Optional arguments
- loadCase
An OdbLoadCase object specifying the load case associated with the HistoryRegion object.
Return value
A HistoryRegion object.
Exceptions
None.