VectorGeometryToolSystemOnSurface#

class ansys.stk.core.analysis_workbench.VectorGeometryToolSystemOnSurface#

Bases: IVectorGeometryToolSystem, IAnalysisWorkbenchComponentTimeProperties, IAnalysisWorkbenchComponent

A system with an origin on the surface of the central body with topocentric axes rotated on a clock angle. Specify the central body, angle, and the latitude, longitude, and altitude of the origin.

Overview#

central_body

Specify a central body.

azimuth_angle

An angle by which the topocentric axes is rotated.

use_mean_sea_level

Specify whether to use the Mean Sea Level as the reference shape.

position

Specify the position of the system’s origin.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolSystemOnSurface

Property detail#

property VectorGeometryToolSystemOnSurface.central_body: AnalysisWorkbenchCentralBodyReference#

Specify a central body.

property VectorGeometryToolSystemOnSurface.azimuth_angle: float#

An angle by which the topocentric axes is rotated.

property VectorGeometryToolSystemOnSurface.use_mean_sea_level: bool#

Specify whether to use the Mean Sea Level as the reference shape.

property VectorGeometryToolSystemOnSurface.position: AnalysisWorkbenchPositionLLA#

Specify the position of the system’s origin.