Please enable JavaScript to view this site.

Function to delete one or more points. Deletes all points having distance <= epsi from the specified posX.

Syntax

i32 mot_remove (i32 motId, real posX [, real epsi=1e-7])

motId

MOT reference code (obtained from the mot_create() function)

posX

Value of the interpolation key associated with the point to be removed (abscissa, x-coordinate)

epsi

Range of the deletion. (optional, default 1e-7)

Result

Returns:

Value

Meaning

>= 0

Number of points eliminated

-1

motID does not exist

-5

Internal error

-6

MOT manager busy (other operation in progress)

Validity

Rule, Task

Note


 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC