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#
Specify an epoch at which the axes are aligned with the reference axes. |
|
Specify an additional rotational offset. |
|
Specify a reference axes. |
|
Specify a spin rate the axes spins about the 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.