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