ofview_setviewframe Subroutine

public subroutine ofview_setviewframe(root, frame)

Tell current view to follow the specified ReferenceFrame.

The 'root' input should be set to the root of the ReferenceFrame heirarchy, and the 'frame' input should be set to whatever frame you want to view. Note that this function does NOT use or modify the currently active ReferenceFrame.

This applies to the current active View.

Arguments

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

Name of the root of the ReferenceFrame heirarchy.

character(len=*), intent(in) :: frame

ReferenceFrame to follow with this view.