TimeToolPointSamplingResult#

class ansys.stk.core.analysis_workbench.TimeToolPointSamplingResult#

Contains tabulated positions and velocities of a point created by Sample method.

Overview#

is_valid

Indicate whether the result object is valid.

intervals

A collection of sampling intervals.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolPointSamplingResult

Property detail#

property TimeToolPointSamplingResult.is_valid: bool#

Indicate whether the result object is valid.

property TimeToolPointSamplingResult.intervals: TimeToolPointSamplingIntervalCollection#

A collection of sampling intervals.