Description Adds an AxialRadial GRIN material to the FRED model with parameters defined at one wavelength.
Syntax id = AddAxialRadialGRINMaterial ( wave, AxialCoeffs, RadialCoeffs )
Parameters id (Long) Identifier of the new AxialRadial GRIN matieral.
wave As Double The first wavelength for the GRIN material.
AxialCoeffs() As Double Array containing axial coefficients.
RadialCoeffs() As Double Array containing radial coefficients.
Remarks AddAxialRadialGRINMaterial adds an AxialRadial GRIN material to the FRED model with parameters defined at one wavelength. An Axial/Radial GRIN material has its refractive index defined as
The arrays AxialCoeffs and RadialCoeffs holds the values for NZ0 through NZn and NR2 through NR2m at the specified wavelength, respectively.
See Also RemoveIthAxialRadialGRINMaterial Examples
|