Create a new Sphere with the given name.
This new Sphere will also become the current active one.
Note
A Sphere is a type of ReferenceFrame, so all the above ReferenceFrame functions also apply to a Sphere. In addition, to operate on a Sphere you must first set it as the currently active ReferenceFrame by using offrame_activate (just like for any other ReferenceFrame).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | name |
Name of the sphere to create. |