ofradialplane_create Subroutine

public subroutine ofradialplane_create(name)

Create a new RadialPlane with the given name.

This new RadialPlane will also become the current active one.

Note

A RadialPlane is a ReferenceFrame that draws a circular X/Y plane with specified radius, radial circle distance, and longitude line spacing.

Arguments

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

Name of the radial plane to create.