Fins Prints Class#

class rocketpy.prints.aero_surface_prints._FinsPrints[source]#
__init__(fin_set)[source]#

Initialize the class

Parameters:

fin_set (rocketpy.AeroSurface.fin_set) – fin_set object to be printed

Return type:

None

airfoil()[source]#

Prints out airfoil related information of the fin set.

Return type:

None

roll()[source]#

Prints out information about roll parameters of the fin set.

Return type:

None

lift()[source]#

Prints out information about lift parameters of the fin set.

Return type:

None

all()[source]#

Prints all information of the fin set.

Return type:

None