<Code Lib>
2024 Method
Changes 3
M

OBJExportOptions.IsValidForGridAspectRatio

Description:
Checks whether the value is allowed (is in the allowed range) for GridAspectRatio tessellation parameter.

public static bool IsValidForGridAspectRatio(
	double value
)

  • Double
    value
    The value to be checked.
Return Value bool True if the value is valid for GridAspectRatio, false otherwise.

Loading…