EllipticalFins Plots Class#

class rocketpy.plots.aero_surface_plots._EllipticalFinsPlots[source]#

Class that contains all elliptical fin plots.

__init__(fin_set)[source]#

Initialize the class

Parameters:

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

Return type:

None

draw()[source]#

Draw the fin shape along with some important information. These being: the center line and the center of pressure position.

Return type:

None