3ds Max C++ API Reference
|
These are valid arguments for the op
parameter of the function BaseObject::NewSetByOperator().
More...
Macros | |
#define | NEWSET_MERGE 1 |
The sets should be merged. | |
#define | NEWSET_INTERSECTION 2 |
The sets should be intersected – that is the items common to both sets should appear in the new set. | |
#define | NEWSET_SUBTRACT 3 |
The new set should be the result of subtracting the 1st thru nth set from the 0th set. | |
These are valid arguments for the op
parameter of the function BaseObject::NewSetByOperator().
#define NEWSET_MERGE 1 |
The sets should be merged.
#define NEWSET_INTERSECTION 2 |
The sets should be intersected – that is the items common to both sets should appear in the new set.
#define NEWSET_SUBTRACT 3 |
The new set should be the result of subtracting the 1st thru nth set from the 0th set.