ClassicalSizeShapeRadius#

class ansys.stk.core.stkobjects.ClassicalSizeShapeRadius#

Bases: IClassicalSizeShape

Orbit size and shape using Radius.

Overview#

set_size_shape_radius

Set both the Apogee Radius and the Perigee Radius. Displays an error message if the value for PerigeeRadius exceeds that for ApogeeRadius. ApogeeRadius/PerigeeRadius use Distance Dimension.

apogee_radius

Measured from the center of the Earth to the point of maximum radius in the orbit. You can set it together with PerigeeRadius using the SetSizeShapeRadius(ApogeeRadius, PerigeeRadius) method. Uses Distance Dimension.

perigee_radius

Measured from the center of the Earth to the point of minimum radius in the orbit. You can set it together with ApogeeRadius using the SetSizeShapeRadius(ApogeeRadius, PerigeeRadius) method. Uses Distance Dimension.

Import detail#

from ansys.stk.core.stkobjects import ClassicalSizeShapeRadius

Property detail#

property ClassicalSizeShapeRadius.apogee_radius: float#

Measured from the center of the Earth to the point of maximum radius in the orbit. You can set it together with PerigeeRadius using the SetSizeShapeRadius(ApogeeRadius, PerigeeRadius) method. Uses Distance Dimension.

property ClassicalSizeShapeRadius.perigee_radius: float#

Measured from the center of the Earth to the point of minimum radius in the orbit. You can set it together with ApogeeRadius using the SetSizeShapeRadius(ApogeeRadius, PerigeeRadius) method. Uses Distance Dimension.

Method detail#

ClassicalSizeShapeRadius.set_size_shape_radius(self, apogee_radius: float, perigee_radius: float) None#

Set both the Apogee Radius and the Perigee Radius. Displays an error message if the value for PerigeeRadius exceeds that for ApogeeRadius. ApogeeRadius/PerigeeRadius use Distance Dimension.

Parameters:

apogee_radius : float

perigee_radius : float

Returns:

None