You're reading the documentation for an older, but still supported version (GL013300).
For information on the latest version, please have a look at GL013301.

ADD_UP

It is an enumerated constant to indicate the state of the workpiece of the flange, and is defined as follows.

Rank

Constant Name

Description

0

ADD_UP_REPLACE

Replace workpiece

1

ADD_UP_ADD

Add workpiece

2

ADD_UP_REMOVE

Remove workpiece

Defined in: DRFC.h

typedef enum{
    ADD_UP_REPLACE = 0,
    ADD_UP_ADD,
    ADD_UP_REMOVE,
} ADD_UP;