NoseCone Plots Class#

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

Class that contains all nosecone plots. This class inherits from the _AeroSurfacePlots class.

__init__(nosecone)[source]#

Initialize the class

Parameters:

nosecone (rocketpy.AeroSurface.NoseCone) – Nosecone object to be plotted

Return type:

None

draw()[source]#

Draw the nosecone shape along with some important information, including the center line and the center of pressure position.

Return type:

None