TankGeometry Prints Class#

class rocketpy.prints.tank_geometry_prints._TankGeometryPrints[source]#

Class that holds prints methods for TankGeometry class.

Variables:

_TankGeometryPrints.tank_geometry (TankGeometry) – TankGeometry object that will be used for the prints.

__init__(tank_geometry)[source]#

Initializes _TankGeometryPrints class

Parameters:

tank_geometry (TankGeometry) – Instance of the TankGeometry class.

Return type:

None

geometry()[source]#

Prints out the geometry of the tank.

Return type:

None

all()[source]#

Prints out all data available about the TankGeometry.

Return type:

None