BRL-CAD
|
Boolean Operations for Non-Uniform Rational B-Spline (NURBS) Boundary Representations. More...
Files | |
file | boolean.h |
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) |
Boolean Operations for Non-Uniform Rational B-Spline (NURBS) Boundary Representations.