VectorGeometryToolPointCommonTasks#

class ansys.stk.core.analysis_workbench.VectorGeometryToolPointCommonTasks#

Provide methods to create non-persistent VGT point components. Non-persistent components do not have names, do not get saved/loaded and are not shown in the VGT browser.

Overview#

create_fixed_in_system_cartographic

Create a non-persistent point fixed in a specified reference system.

create_fixed_in_system_cartesian

Create a non-persistent point fixed in a specified reference system.

sample

Compute and returns tabulated positions and velocities of a point with respect to reference system using specified sampling parameters.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolPointCommonTasks

Method detail#

VectorGeometryToolPointCommonTasks.create_fixed_in_system_cartographic(self, reference_system: IVectorGeometryToolSystem, latitude: Any, longitude: Any, altitude: float) VectorGeometryToolPointFixedInSystem#

Create a non-persistent point fixed in a specified reference system.

Parameters:

reference_system : IVectorGeometryToolSystem

latitude : Any

longitude : Any

altitude : float

Returns:

VectorGeometryToolPointFixedInSystem

VectorGeometryToolPointCommonTasks.create_fixed_in_system_cartesian(self, reference_system: IVectorGeometryToolSystem, x: float, y: float, z: float) VectorGeometryToolPointFixedInSystem#

Create a non-persistent point fixed in a specified reference system.

Parameters:

reference_system : IVectorGeometryToolSystem

x : float

y : float

z : float

Returns:

VectorGeometryToolPointFixedInSystem

VectorGeometryToolPointCommonTasks.sample(self, point: IVectorGeometryToolPoint, reference_system: IVectorGeometryToolSystem, intervals: list, min_step: float, max_step: float, target_rate: Any) TimeToolPointSamplingResult#

Compute and returns tabulated positions and velocities of a point with respect to reference system using specified sampling parameters.

Parameters:

point : IVectorGeometryToolPoint

reference_system : IVectorGeometryToolSystem

intervals : list

min_step : float

max_step : float

target_rate : Any

Returns:

TimeToolPointSamplingResult