TrapezoidalFins Plots Class#

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

Class that contains all trapezoidal 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, including the center line, the quarter line and the center of pressure position.

Return type:

None