BRL-CAD
|
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) |