STLExportOptions.IsValidForNormalTolerance
Description:
Checks whether the value is allowed (is in the allowed range) for NormalTolerance tessellation parameter.
Checks whether the value is allowed (is in the allowed range) for NormalTolerance tessellation parameter.
public static bool IsValidForNormalTolerance(
double value
)
-
DoublevalueThe value to be checked.
Return Value
bool
True if the value is valid for NormalTolerance, false otherwise.