offrame_showaxes Subroutine

public subroutine offrame_showaxes(axes)

Toggle which axis components are displayed.

This applies to the current active ReferenceFrame. The axis is initially drawn at the origin of the reference frame unless otherwise specified by offrame_movexaxis, offrame_moveyaxis or offrame_movezaxis.

To show multiple axis components, sum the enumerations of OpenFrames::ReferenceFrame::AxesType you want to show.

Arguments

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

Axis components to show specified by OpenFrames::ReferenceFrame::AxesType, others will be hidden.