HMRES_SetFileSizeLimit()

Sets the file size limit that a res file is allowed to reach.

Syntax

void HMRES_SetFileSizeLimit(long size)

Type

HyperMesh hmreslib Function

Description

Sets the file size limit that a res file is allowed to reach.

Inputs

size
The size that the res file is limited to.

Example

For use with HMRES_ResFileSizeLimitReached, HMRES_SetOutputFilename, and HMRES_UpdateToNewOutputFilename. By default, without a call to this function, the res limit is 1.75 GB.

Errors

None.