HistoryRegion(...)
This method creates a HistoryRegion object.
Path
session.odbs[name].steps[name].HistoryRegion
Required arguments
- name
A String specifying the name of the HistoryRegion object.
- description
A String specifying the description of the HistoryRegion object.
- point
A HistoryPoint object specifying the point to which the history data refer.
Optional arguments
- loadCase
None or an OdbLoadCase object specifying the load case associated with the HistoryRegion object. The default value is None.
Return value
A HistoryRegion object.
Exceptions
None.