offrame_movezaxis Subroutine

public subroutine offrame_movezaxis(pos, length, headratio, bodyradius, headradius)

Reposition and resize the z component of the coordinate axis.

Make sure that offrame_showaxes is configured to display this axis.

This applies to the current active ReferenceFrame.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in), dimension(3) :: pos

Position array of the origin of the z-axis component.

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

Length of the z-axis arrow.

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

Ratio of the arrow head to body. Set to 0.0 to use default.

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

Radius of the body of the arrow. Set to 0.0 to use default.

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

Radius of the head of the arrow. Set to 0.0 to use default.