You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
544 B
19 lines
544 B
4 years ago
|
# Orient
|
||
|
|
||
|
```
|
||
|
-orient [hkl] [hkl] [hkl]
|
||
|
```
|
||
|
|
||
|
This command transforms the simulation cell into the specified orientation.
|
||
|
This can be useful when attempting to view the model along different slip planes.
|
||
|
In general the dimensions will not be periodic as the box will not have flat surfaces along the x, y, and z dimensions.
|
||
|
*Example:* `-orient [-112] [110] [-11-1]`
|
||
|
|
||
|
This command also comes with a sub command `unorient`.
|
||
|
## Unorient
|
||
|
```
|
||
|
-unorient
|
||
|
```
|
||
|
This removes the orientation applied by an orient command during the current cacmb run.
|
||
|
|