- 1.7
- 1.6
- 1.5
- Beta
- Examples (for 1.6a)
- Misc
Table 6.21. UnitCell type members
| Member | Type | Access | Description |
|---|---|---|---|
| a | double | rw | Length of cell axis A |
| alpha | double | rw | Angle between cell axes B and C |
| b | double | rw | Length of cell axis B |
| beta | double | rw | Angle between cell axes B and C |
| c | double | rw | Length of cell axis C |
| ax | double | rw | x-component of cell axis A |
| ay | double | rw | y-component of cell axis A |
| az | double | rw | z-component of cell axis A |
| bx | double | rw | x-component of cell axis B |
| by | double | rw | y-component of cell axis B |
| bz | double | rw | z-component of cell axis B |
| centrex | double | ro | x-coordinate at centre of defined cell |
| centrey | double | ro | y-coordinate at centre of defined cell |
| centrez | double | ro | z-coordinate at centre of defined cell |
| cx | double | rw | x-component of cell axis C |
| cy | double | rw | y-component of cell axis C |
| cz | double | rw | z-component of cell axis C |
| density | double | ro | Density of the current cell |
| gamma | double | rw | Angle between cell axes A and B |
| matrix | double[9] | rw | Cell axis matrix containing all three cell vectors. For example, ax = matrix[1], ay = matrix[2], etc.) |
| sgid | int | rw | Integer ID of the current spacegroup |
| sgname | string | rw | Symbol of the current spacegroup |
| type | string | ro | Type of the current unit cell (see Cell Types |
| volume | double | ro | Volume of the cell in cubic Å |

