RVTDocs.com

STLExportOptions.IsValidForSurfaceTolerance

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