IVectorGeometryToolPoint#
- class ansys.stk.core.analysis_workbench.IVectorGeometryToolPoint#
The interface defines methods and properties common to all points.
Overview#
Locates the pointβs position and velocity in a specified coordinate system. |
|
Locates the pointβs position in a specified coordinate system. |
Return a type of the point object. |
Import detail#
from ansys.stk.core.analysis_workbench import IVectorGeometryToolPoint
Property detail#
Method detail#
- IVectorGeometryToolPoint.locate_in_system_with_rate(self, epoch: Any, system: IVectorGeometryToolSystem) AnalysisWorkbenchPointLocateInSystemWithRateResult #
Locates the pointβs position and velocity in a specified coordinate system.
- Parameters:
epoch :
Any
system :
IVectorGeometryToolSystem
- Returns:
AnalysisWorkbenchPointLocateInSystemWithRateResult
- IVectorGeometryToolPoint.locate_in_system(self, epoch: Any, system: IVectorGeometryToolSystem) AnalysisWorkbenchPointLocateInSystemResult #
Locates the pointβs position in a specified coordinate system.
- Parameters:
epoch :
Any
system :
IVectorGeometryToolSystem
- Returns:
AnalysisWorkbenchPointLocateInSystemResult