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 a non-persistent point fixed in a specified reference system. |
|
Create a non-persistent point fixed in a specified reference system. |
|
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.
- 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.
- 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.