tpm_cleangroupfix

Land Desktop Development ARX CPP SDK

Up a level
tpm_cleangroupfix
 
 

Fixes all errors in the current group.

int

tpm_cleangroupfix(

ade_id clean_id);

Returns RTNORM or an error code.

clean_id The model ID returned by tpm_cleanalloc.

This function marks errors in the entire current group for fixing. It fixes the errors in the cleanup model, but does not fix the drawing. The objects in the drawing are not fixed until you call tpm_cleanend.

To mark only the current error, use tpm_cleanerrorfix.