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#
Specify a central body. |
|
An angle by which the topocentric axes is rotated. |
|
Specify whether to use the Mean Sea Level as the reference shape. |
|
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.