offrame_addchild Subroutine

public subroutine offrame_addchild(name)

* Add a child frame to the current frame.

This applies to the current active ReferenceFrame. The currently active frame will remain active.

Arguments

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

Name of the frame to add as a child to the active frame.