.. _shape: ``shape`` ========= This module contains a set of factory functions for setting up the shape models of celestial bodies in an environment. Functions --------- .. currentmodule:: tudatpy.numerical_simulation.environment_setup.shape .. autosummary:: spherical spherical_spice oblate_spherical polyhedron hybrid .. autofunction:: tudatpy.numerical_simulation.environment_setup.shape.spherical .. autofunction:: tudatpy.numerical_simulation.environment_setup.shape.spherical_spice .. autofunction:: tudatpy.numerical_simulation.environment_setup.shape.oblate_spherical .. autofunction:: tudatpy.numerical_simulation.environment_setup.shape.polyhedron .. autofunction:: tudatpy.numerical_simulation.environment_setup.shape.hybrid Classes ------- .. currentmodule:: tudatpy.numerical_simulation.environment_setup.shape .. autosummary:: BodyShapeSettings SphericalBodyShapeSettings OblateSphericalBodyShapeSettings PolyhedronBodyShapeSettings HybridBodyShapeSettings .. autoclass:: tudatpy.numerical_simulation.environment_setup.shape.BodyShapeSettings :members: .. autoclass:: tudatpy.numerical_simulation.environment_setup.shape.SphericalBodyShapeSettings :members: .. autoclass:: tudatpy.numerical_simulation.environment_setup.shape.OblateSphericalBodyShapeSettings :members: .. autoclass:: tudatpy.numerical_simulation.environment_setup.shape.PolyhedronBodyShapeSettings :members: .. autoclass:: tudatpy.numerical_simulation.environment_setup.shape.HybridBodyShapeSettings :members: