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