TimeToolAxesSamplingResult#

class ansys.stk.core.analysis_workbench.TimeToolAxesSamplingResult#

Contains tabulated orientations and angular velocities of axes 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 TimeToolAxesSamplingResult

Property detail#

property TimeToolAxesSamplingResult.is_valid: bool#

Indicate whether the result object is valid.

property TimeToolAxesSamplingResult.intervals: TimeToolAxesSamplingIntervalCollection#

A collection of sampling intervals.