ofsegmentartist_setendzdata Subroutine

public subroutine ofsegmentartist_setendzdata(src, element, opt, scale)

Set the data used for ending Z coordinate of each segment.

This applies to the current active SegmentArtist.

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: src

Type of data source to draw (see OpenFrames::Trajectory::SourceType enum).

integer(kind=int32), intent(in) :: element

Array index of the data indicated in src to plot.

integer(kind=int32), intent(in) :: opt

Indicate if a position or optional is plotted. 0 is for position, other values indicate the index of the optional to use. Only used if src = POSOPT.

real(kind=real64), intent(in) :: scale

Scale factor to apply to drawn trajectory data.