RVTDocs.com

OBJExportOptions.IsValidForNormalTolerance

Method
Description:
Checks whether the value is allowed (is in the allowed range) for NormalTolerance tessellation parameter.
Syntax
public static bool IsValidForNormalTolerance(
	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 NormalTolerance, false otherwise.