Isoline¶
- class ifermi.slice.Isoline(segments, band_idx, properties=None)[source]¶
Bases:
MSONable
An isoline object contains line segments mesh and line properties.
- Variables:
segments – A (n, 2, 2) float array of the line segments..
band_idx – The band index to which the slice belongs.
properties – An optional (n, …) float array containing segment properties as scalars or vectors.