VectorGeometryToolAxesLagrangeLibration#

class ansys.stk.core.analysis_workbench.VectorGeometryToolAxesLagrangeLibration#

Bases: IVectorGeometryToolAxes, IAnalysisWorkbenchComponentTimeProperties, IAnalysisWorkbenchComponent

Libration point axes using one primary and multiple secondary central bodies. Set primary and secondary bodies, and point type.

Overview#

primary_central_body

Specify a primary central body.

point_type

Specify a lagrange point (L1, L2, etc.).

secondary_central_bodies

Specify secondary central bodies.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolAxesLagrangeLibration

Property detail#

property VectorGeometryToolAxesLagrangeLibration.primary_central_body: AnalysisWorkbenchCentralBodyReference#

Specify a primary central body.

property VectorGeometryToolAxesLagrangeLibration.point_type: LagrangeLibrationPointType#

Specify a lagrange point (L1, L2, etc.).

property VectorGeometryToolAxesLagrangeLibration.secondary_central_bodies: AnalysisWorkbenchCentralBodyCollection#

Specify secondary central bodies.