ITimeToolTimeIntervalCollection#
- class ansys.stk.core.analysis_workbench.ITimeToolTimeIntervalCollection#
A collection of related interval lists.
Overview#
Return computed collection of interval lists. |
|
Determine if specified time falls within any of the computed interval lists in the collection. |
Import detail#
from ansys.stk.core.analysis_workbench import ITimeToolTimeIntervalCollection
Property detail#
- property ITimeToolTimeIntervalCollection.type: EventIntervalCollectionType#
Return the type of collection of interval lists.
Method detail#
- ITimeToolTimeIntervalCollection.find_interval_collection(self) TimeToolIntervalsVectorResult #
Return computed collection of interval lists.
- Returns:
TimeToolIntervalsVectorResult
- ITimeToolTimeIntervalCollection.occurred(self, epoch: Any) TimeToolTimeIntervalCollectionOccurredResult #
Determine if specified time falls within any of the computed interval lists in the collection.
- Parameters:
epoch :
Any
- Returns:
TimeToolTimeIntervalCollectionOccurredResult