Added basic basis functionality to code
This commit is contained in:
parent
ffbe83f2f5
commit
32ab5a6058
3 changed files with 24 additions and 25 deletions
17
README.md
17
README.md
|
@ -75,16 +75,6 @@ There is no default dimensions as duplicate is the default option. This command
|
|||
|
||||
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**
|
||||
|
||||
```
|
||||
|
@ -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`
|
||||
|
||||
**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.
|
||||
### Mode Convert
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue