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#

spin_vector

Specify a spin vector.

reference_axes

Specify a reference axes.

epoch

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

initial_offset

Specify an additional rotational offset.

spin_rate

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

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolAxesSpinning

Property detail#

property VectorGeometryToolAxesSpinning.spin_vector: VectorGeometryToolVectorReference#

Specify a spin vector.

property VectorGeometryToolAxesSpinning.reference_axes: VectorGeometryToolAxesReference#

Specify a reference axes.

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.spin_rate: float#

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