Click or drag to resize

OpticianFormulasMinimumBlankSize Method

Calculates the minimum blank size with optional 2mm compensation for chip factor. Inputs are effective diameter, monocular decentration in millimeters and true/false if you want to include/exclude chip factor compensation.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double MinimumBlankSize(
	double effectiveDiamater,
	double monoDecentration,
	bool chipFactor
)

Parameters

effectiveDiamater
Type: SystemDouble
In millimeters
monoDecentration
Type: SystemDouble
In millimeters
chipFactor
Type: SystemBoolean
In millimeters

Return Value

Type: Double
Minimum blank size with or without chip factor
See Also