Description Appends a wavelength and its corresponding set of coefficients to an existing AxialRadial GRIN material.
Syntax AppendAxialRadialGRINMaterial id, wave, AxialCoeffs, RadialCoeffs
Parameters id (Long) Identifier of the Selfoc GRIN material.
wave As Double Wavelength for which coeffs apply.
AxialCoeffs() As Double Array containing axial coefficients corresponding to wavelength wave.
RadialCoeffs() As Double Array containing radial coefficients corresponding to wavelength wave.
Remarks AppendAxialRadialGRINMaterial appends a wavelength and its corresponding set of coefficients to an existing AxialRadial GRIN material.
See Also RemoveIthAxialRadialGRINMaterial Examples
|