<Code Lib>
2025 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
)

  • value
    The value to be checked.
Return Value Boolean True if the value is valid for NormalTolerance, false otherwise.

Loading…