2024 Method
Changes 2
M

STLExportOptions.IsValidForNormalTolerance

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