tpm_cleanerrorget

Land Desktop Development ARX CPP SDK

Up a level
tpm_cleanerrorget
 
 

Gets the coordinates of the current error point.

int

tpm_cleanerrorget(

ade_id clean_id,

ads_point coords);

Returns RTNORM or an error code.

clean_id The model ID returned by tpm_cleanalloc.
coords The coordinates of the error point.

The error point is a misplaced node. For example, for a line undershoot, the end of the unattached line is the error point.

To specify the error to get, use tpm_cleanerrorcur.