| 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
)
Public Shared Function MinimumBlankSize (
effectiveDiamater As Double,
monoDecentration As Double,
chipFactor As Boolean
) As Double
public:
static double MinimumBlankSize(
double effectiveDiamater,
double monoDecentration,
bool chipFactor
)
static member MinimumBlankSize :
effectiveDiamater : float *
monoDecentration : float *
chipFactor : bool -> float
Parameters
- effectiveDiamater
- Type: SystemDouble
In millimeters - monoDecentration
- Type: SystemDouble
In millimeters - chipFactor
- Type: SystemBoolean
In millimeters
Return Value
Type:
DoubleMinimum blank size with or without chip factor
See Also