BRL-CAD
#include "common.h"
#include "brep/defines.h"
Include dependency graph for boolean.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  op_type { BOOLEAN_UNION = 0 , BOOLEAN_INTERSECT = 1 , BOOLEAN_DIFF = 2 , BOOLEAN_XOR = 3 }
 

Functions

int ON_Boolean (ON_Brep *brepO, const ON_Brep *brepA, const ON_Brep *brepB, op_type operation)