VectorGeometryToolAxesSpinning#

class ansys.stk.core.analysis_workbench.VectorGeometryToolAxesSpinning#

Bases: IVectorGeometryToolAxes, IAnalysisWorkbenchComponentTimeProperties, IAnalysisWorkbenchComponent

Axes created by spinning the Reference axes about the Spin vector with the specified rate. The axes are aligned with the Reference axes at the specified epoch plus the additional rotational offset.

Overview#

epoch

Specify an epoch at which the axes are aligned with the reference axes.

initial_offset

Specify an additional rotational offset.

reference_axes

Specify a reference axes.

spin_rate

Specify a spin rate the axes spins about the spin vector.

spin_vector

Specify a spin vector.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolAxesSpinning

Property detail#

property VectorGeometryToolAxesSpinning.epoch: Any#

Specify an epoch at which the axes are aligned with the reference axes.

property VectorGeometryToolAxesSpinning.initial_offset: float#

Specify an additional rotational offset.

property VectorGeometryToolAxesSpinning.reference_axes: VectorGeometryToolAxesReference#

Specify a reference axes.

property VectorGeometryToolAxesSpinning.spin_rate: float#

Specify a spin rate the axes spins about the spin vector.

property VectorGeometryToolAxesSpinning.spin_vector: VectorGeometryToolVectorReference#

Specify a spin vector.