Click or drag to resize

ThicknessEdgeThickness Method

Calculates the edge thickness of a minus lens. Inputs are the front sagittal depth, back sagittal depth and center thickness in millimeters.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double EdgeThickness(
	double sagFront,
	double sagBack,
	double centerThickness
)

Parameters

sagFront
Type: SystemDouble
Sagittal depth of back surface
sagBack
Type: SystemDouble
Sagittal depth of front surface
centerThickness
Type: SystemDouble
In millimeters

Return Value

Type: Double
Edge thickness
See Also