Home

boolean.hxx File Reference

#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...

Detailed Description


Enumeration Type Documentation

enum BOOL_TYPE

Specifies the type of Boolean operation.

Parameters:
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>

For a non-destructive Boolean operation, this optional flag may be used to specify the preservation of either or both input bodies.


Parameters:
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>