tpm_cleanstart

AutoCAD Map 3D AutoLISP

Up a level
tpm_cleanstart
 
 

Starts the cleanup process.

(tpm_cleanstart clean_id)

Returns T or nil.

clean_id Cleanup model ID (real) returned by tpm_cleanalloc

The function finds the first group type or subtype that contains errors. See tpm_cleangrouptype and tpm_cleangroupsubtype for lists of types.

Cleanup is an iterative process. Depending on cleanup options and processing order, you may need to run the cleanup loop several times to achieve the desired results. After selecting the groups to process with tpm_cleangrouptype and processing all the groups in the selection set, call tpm_cleancomplete to test if cleaning is complete. If complete, call tpm_cleanstart and repeat the cleanup loop.