RVTDocs.com

OBJExportOptions.IsValidForMaxEdgeLength

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