VectorGeometryToolPointLagrangeLibration#

class ansys.stk.core.analysis_workbench.VectorGeometryToolPointLagrangeLibration#

Bases: IVectorGeometryToolPoint, IAnalysisWorkbenchComponentTimeProperties, IAnalysisWorkbenchComponent

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

Overview#

central_body

Specify a central body.

point_type

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

secondary_central_bodies

Specify multiple secondary central bodies.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolPointLagrangeLibration

Property detail#

property VectorGeometryToolPointLagrangeLibration.central_body: AnalysisWorkbenchCentralBodyReference#

Specify a central body.

property VectorGeometryToolPointLagrangeLibration.point_type: LagrangeLibrationPointType#

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

property VectorGeometryToolPointLagrangeLibration.secondary_central_bodies: AnalysisWorkbenchCentralBodyCollection#

Specify multiple secondary central bodies.