#include "dcl_bool.h"#include "base.hxx"#include "api.hxx"Enumerations | |
| enum | BOOL_TYPE |
| Specifies the type of Boolean operation. More... | |
| enum | NDBOOL_KEEP |
| For a non-destructive Boolean operation, this optional flag may be used to specify the preservation of either or both input bodies. More... | |
| enum BOOL_TYPE |
Specifies the type of Boolean operation.
| UNION | union. | |
| INTERSECTION | intersection. | |
| SUBTRACTION | subtraction. | |
| NONREG_UNION | nonregularized union. | |
| NONREG_INTERSECTION | nonregularized intersection. | |
| NONREG_SUBTRACTION | nonregularized subtraction. | |
| CHOP | chop. | |
| NONREG_CHOP | nonregularized chop. |
include <boolean.hxx>
| enum NDBOOL_KEEP |
For a non-destructive Boolean operation, this optional flag may be used to specify the preservation of either or both input bodies.
| NDBOOL_KEEP_NEITHER | preserve neither body. | |
| NDBOOL_KEEP_TOOL | preserve the tool body. | |
| NDBOOL_KEEP_BLANK | preserve the blank body. | |
| NDBOOL_KEEP_BOTH | preserve the tool and blank bodies. |
include <boolean.hxx>