2022 Method
Changes 2
M

STLExportOptions.IsValidForSurfaceTolerance

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