2025.3 Method
Changes 2
M

STLExportOptions.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 Boolean True if the value is valid for GridAspectRatio, false otherwise.