ClassicalSizeShapeSemimajorAxis#

class ansys.stk.core.stkobjects.ClassicalSizeShapeSemimajorAxis#

Bases: IClassicalSizeShape

Orbit size and shape using Semimajor Axis and Eccentricity.

Overview#

semi_major_axis

Half the length of the major (longest) axis of the orbital ellipse. Uses Distance Dimension.

eccentricity

Describes the shape of the ellipse (a real number >= 0 and <1, where 0 = a circular orbit). Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import ClassicalSizeShapeSemimajorAxis

Property detail#

property ClassicalSizeShapeSemimajorAxis.semi_major_axis: float#

Half the length of the major (longest) axis of the orbital ellipse. Uses Distance Dimension.

property ClassicalSizeShapeSemimajorAxis.eccentricity: float#

Describes the shape of the ellipse (a real number >= 0 and <1, where 0 = a circular orbit). Dimensionless.