2025.3 Method
Changes 3
M

OBJExportOptions.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 Boolean True if the value is valid for SurfaceTolerance, false otherwise.