Skip to content

Commit 9b44fba

Browse files
committed
DOC: add rocket.nozzle_position to docs
1 parent 4bda55a commit 9b44fba

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

rocketpy/rocket/rocket.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,13 @@ class Rocket:
103103
Position, in meters, of the motor's coordinate system origin
104104
relative to the user defined rocket coordinate system.
105105
See :doc:`Positions and Coordinate Systems </user/positions>`
106-
for more information
106+
for more information.
107107
regarding the rocket's coordinate system.
108+
Rocket.nozzle_position : float
109+
Position, in meters, of the motor's nozzle exit relative to the user
110+
defined rocket coordinate system.
111+
See :doc:`Positions and Coordinate Systems </user/positions>`
112+
for more information.
108113
Rocket.center_of_propellant_position : Function
109114
Position of the propellant's center of mass relative to the user defined
110115
rocket reference system. See

0 commit comments

Comments
 (0)