N_SF6HT

class raytracing.N_SF6HT

Bases: Material

All data from https://refractiveindex.info/tmp/data/glass/schott/N-SF6HT.html

classmethod abbeNumber()

Abbe number of the glass, which is a measure of how dispersive the glass is.

classmethod n(wavelength)

The index of a material is implemented as a classmethod. Return the value for the wavelength in microns.

Methods

abbeNumber()

Abbe number of the glass, which is a measure of how dispersive the glass is.

n(wavelength)

The index of a material is implemented as a classmethod.

Inherited Methods

Vd()

Synonym of Abbe number of the glass.

__init__()

all()

Returns the class names of all materials implemented.

findByIndex(n, wavelength[, tolerance])

Identify the material based on a index value and a tolerance.

findByName(name)

Identify the material and match it with a class used in Raytracing.