* A [Propagator](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/propagation/Propagator.html), An [AbsoluteDate](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/time/AbsoluteDate.html)(finalDate of display), a [Header](Header), a path to a 3D model :
```Java
Satellite satellite = new Satellite(propagator, finalDate, header, model3DPath);
```
\ No newline at end of file
```
# Functions
displayOnlyOnePeriod() - void : Displays only one period of the satellite at a time during the simulation, for a clearer visual.