Merge pull request #1216 from dryuri92/newhex

Support different orientations for hexagonal lattices
This commit is contained in:
Sterling Harper 2019-06-17 15:21:49 -04:00 committed by GitHub
commit 2c0b16e73d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 1034 additions and 139 deletions

View file

@ -318,6 +318,13 @@ the following attributes or sub-elements:
*Default*: None
:orientation:
The orientation of the hexagonal lattice. The string "x" indicates that two
sides of the lattice are parallel to the x-axis, whereas the string "y"
indicates that two sides are parallel to the y-axis.
*Default*: "y"
:center:
The coordinates of the center of the lattice. If the lattice does not have
axial sections then only the x- and y-coordinates are specified.