TimeToolAxesSamplingIntervalCollection#

class ansys.stk.core.analysis_workbench.TimeToolAxesSamplingIntervalCollection#

A collection of intervals where each interval contains the time, orientation and velocity arrays.

Overview#

item

Access an element at the specified position.

count

Number of elements in the collection.

_new_enum

Return a COM enumerator.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolAxesSamplingIntervalCollection

Property detail#

property TimeToolAxesSamplingIntervalCollection.count: int#

Number of elements in the collection.

property TimeToolAxesSamplingIntervalCollection._new_enum: EnumeratorProxy#

Return a COM enumerator.

Method detail#

TimeToolAxesSamplingIntervalCollection.item(self, index: int) TimeToolAxesSamplingInterval#

Access an element at the specified position.

Parameters:

index : int

Returns:

TimeToolAxesSamplingInterval