IVectorGeometryToolPoint#

class ansys.stk.core.analysis_workbench.IVectorGeometryToolPoint#

The interface defines methods and properties common to all points.

Overview#

locate_in_system_with_rate

Locates the point’s position and velocity in a specified coordinate system.

locate_in_system

Locates the point’s position in a specified coordinate system.

type

Return a type of the point object.

Import detail#

from ansys.stk.core.analysis_workbench import IVectorGeometryToolPoint

Property detail#

property IVectorGeometryToolPoint.type: PointType#

Return a type of the point object.

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