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