oftrajartist_activate Subroutine

public subroutine oftrajartist_activate(name)

Set the currently active trajectory artist.

Note

A TrajectoryArtist graphically interprets the data contained in a Trajectory. Since it is not a ReferenceFrame, it must be attached to a DrawableTrajectory before it can be added to a scene. Note that you cannot create a TrajectoryArtist by itself. You must create one of its derived types (eg CurveArtist etc...).

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name

Name of the TrajectoryArtist to activate.