VectorGeometryToolPointCentralBodyFixedOffset#

class ansys.stk.core.analysis_workbench.VectorGeometryToolPointCentralBodyFixedOffset#

Bases: IAnalysisWorkbenchComponent, IAnalysisWorkbenchComponentTimeProperties, IVectorGeometryToolPoint

Point specified by fixed components with respect to central body.

Overview#

central_body

Get the central body.

reference_shape

Choose the point height’s reference. Available options are central body ellipsoid (WSG84), terrain or Mean Sea Level.

position

A position of the point fixed on the central body.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolPointCentralBodyFixedOffset

Property detail#

property VectorGeometryToolPointCentralBodyFixedOffset.central_body: str#

Get the central body.

property VectorGeometryToolPointCentralBodyFixedOffset.reference_shape: SurfaceReferenceShapeType#

Choose the point height’s reference. Available options are central body ellipsoid (WSG84), terrain or Mean Sea Level.

property VectorGeometryToolPointCentralBodyFixedOffset.position: IPosition#

A position of the point fixed on the central body.