tpm_cleanerrorset

AutoCAD Map 3D AutoLISP

Up a level
tpm_cleanerrorset
 
 

Sets the coordinates of an error fix point.

(tpm_cleanerrorset clean_id coords)

Returns T or nil.

clean_id Model ID (real) returned by tpm_cleanalloc
coords 2D point.

You can use this function to change the default method used by tpm_cleanend during error fixing. For example, the default method for the dangling node error is to erase the link. If you call tpm_cleanerrorset for this error, the dangling node is moved to the new position, but is not erased.

You can also use this function to merge a cluster of points to the point you specify.

To tell the clean engine which error to set, use tpm_cleanerrorcur.