AbstractMesh#
- class optika.materials.meshes.AbstractMesh[source]#
-
An interface describing the supporting mesh for a thin-film filter.
Attributes
The chemical makeup of the mesh material.
The fraction of light that is not blocked by the mesh.
The density of the mesh in lines per inch or equivalent.
The array shape of this object.
Methods
__init__()to_string([prefix])Public-facing version of the
__repr__method that allows for defining a prefix string, which can be used to calculate how much whitespace to add to the beginning of each line of the result.Inheritance Diagram

- to_string(prefix=None)#
Public-facing version of the
__repr__method that allows for defining a prefix string, which can be used to calculate how much whitespace to add to the beginning of each line of the result.
- abstract property chemical: str | AbstractChemical#
The chemical makeup of the mesh material.
- abstract property efficiency: float | AbstractScalar#
The fraction of light that is not blocked by the mesh.
- abstract property pitch: Quantity | AbstractScalar#
The density of the mesh in lines per inch or equivalent.