2027 Method
Changes 3
M

OBJExportOptions.IsValidForMaxEdgeLength

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