Create a new DrawableTrajectory with the given name.
This new DrawableTrajectory will also become the current active one.
Note
A DrawableTrajectory allows a TrajectoryArtist to do its drawing. A DrawableTrajectory is a type of ReferenceFrame, so all the above ReferenceFrame functions also apply to it. In addition, to operate on a DrawableTrajectory you must first set it as the currently active ReferenceFrame by using offrame_activate (just like for any other ReferenceFrame).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | name |
Name of the drawable trajectory to create. |