TimeToolPointSamplingInterval#

class ansys.stk.core.analysis_workbench.TimeToolPointSamplingInterval#

The interface represents an interval with the time, position and velocity arrays.

Overview#

times

A time array associated with the interval.

positions

An array of 3-tuples each tuple representing the point’s cartesian position (x,y,z).

velocities

An array of velocities.

start

The start time of the interval.

stop

The stop time of the interval.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolPointSamplingInterval

Property detail#

property TimeToolPointSamplingInterval.times: list#

A time array associated with the interval.

property TimeToolPointSamplingInterval.positions: list#

An array of 3-tuples each tuple representing the point’s cartesian position (x,y,z).

property TimeToolPointSamplingInterval.velocities: list#

An array of velocities.

property TimeToolPointSamplingInterval.start: Any#

The start time of the interval.

property TimeToolPointSamplingInterval.stop: Any#

The stop time of the interval.