@ -75,16 +75,6 @@ There is no default dimensions as duplicate is the default option. This command
Example: `dimensions 100 100 100`
Example: `dimensions 100 100 100`
**ZigZag**
```
zigzag boolx booly boolz
```
Default zigzag is `f f f`. This command specifies whether a boundary should be left jagged (i.e. in essence not filled in). If `boolx` is `t` than the x dimension is left jagged and if it is `f` then the x dimension is filled.
*Example:* `zigzag t f t` gives a box with jagged edges in the x and z and filled edges in the y.
**Origin**
**Origin**
```
```
@ -95,6 +85,13 @@ Default origin is `0 0 0`. This command just sets the origin for where the simul
*Example:* `origin 10 0 1`
*Example:* `origin 10 0 1`
**Basis**
```
basis basisnum bname bx by bz
```
This function allows you to define a custom basis. `bname bx by bz` must be repeated `basisnum` times.