system create

Create a coordinate system.

Syntax

system create rectangular <label>

system create cylindrical <label>

system create spherical <label>

Arguments

rectangular
Create a rectangular system.
cylindrical
Create a cylindrical system.
spherical
Creates a spherical system.
<label>
Optional. The name of the system. If not specified, it defaults to "System 1", "System 2", and so on.

Example

Create a rectangular system with the default name "System 1":
system create rectangular "System 1"