VectorGeometryToolSystemCommonTasks#

class ansys.stk.core.analysis_workbench.VectorGeometryToolSystemCommonTasks#

Provide methods to create non-persistent VGT coordinate reference frames (systems). Non-persistent components do not have names, do not get saved/loaded and are not shown in the VGT browser.

Overview#

create_east_north_up_cartographic

Create a non-persistent East-North-Up (ENU) reference frame with the origin at the specified geodetic location.

create_assembled

Create a non-persistent system component assembled from an origin point and a set of reference axes.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolSystemCommonTasks

Method detail#

VectorGeometryToolSystemCommonTasks.create_east_north_up_cartographic(self, latitude: Any, longitude: Any, altitude: float) VectorGeometryToolSystemAssembled#

Create a non-persistent East-North-Up (ENU) reference frame with the origin at the specified geodetic location.

Parameters:

latitude : Any

longitude : Any

altitude : float

Returns:

VectorGeometryToolSystemAssembled

VectorGeometryToolSystemCommonTasks.create_assembled(self, origin_point: IVectorGeometryToolPoint, reference_axes: IVectorGeometryToolAxes) VectorGeometryToolSystemAssembled#

Create a non-persistent system component assembled from an origin point and a set of reference axes.

Parameters:

origin_point : IVectorGeometryToolPoint

reference_axes : IVectorGeometryToolAxes

Returns:

VectorGeometryToolSystemAssembled