VectorGeometryToolAxesAtTimeInstant#
- class ansys.stk.core.analysis_workbench.VectorGeometryToolAxesAtTimeInstant#
Bases:
IAnalysisWorkbenchComponent
,IAnalysisWorkbenchComponentTimeProperties
,IVectorGeometryToolAxes
Axes orientation fixed relative to reference axes based on orientation of another set of axes evaluated at specified time instant.
Overview#
A reference time instant. Can be any Time event. |
|
A base axes defining the orientation. Can be any VGT axes. |
|
A reference axes. Can be any VGT axes. |
Import detail#
from ansys.stk.core.analysis_workbench import VectorGeometryToolAxesAtTimeInstant
Property detail#
- property VectorGeometryToolAxesAtTimeInstant.reference_time_instant: ITimeToolInstant#
A reference time instant. Can be any Time event.
- property VectorGeometryToolAxesAtTimeInstant.source_axes: IVectorGeometryToolAxes#
A base axes defining the orientation. Can be any VGT axes.
- property VectorGeometryToolAxesAtTimeInstant.reference_axes: IVectorGeometryToolAxes#
A reference axes. Can be any VGT axes.