Function: get_twofold_axes
Reference
Home
List of PyCrysFML08 Dictionaries
List of PyCrysFML08 Functions
USE
get_twofold_axes returns the twofold axes of a given cell.
function call
r = get_twofold_axes(cell: dict, tol : float)
Variable | Type | Description |
---|---|---|
cell | dict | Unit cell. It must be a dictionary of type cell_g_type or cell_gls_type. It can be generated with the function set_crystal_cell. |
tol | float | Angular tolerance in degrees. |
r | tuple | The tuple returned by the function. r[0] : int, error code. If non-zero, an error has occurred. r[1] : str, error message. r[2]: dict, a dictionary of type twofold_axes_type. |
examples