Boolean Operations for Non-Uniform Rational B-Spline (NURBS) Boundary Representations.
More...
|
| 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.
◆ op_type
| Enumerator |
|---|
| BOOLEAN_UNION | |
| BOOLEAN_INTERSECT | |
| BOOLEAN_DIFF | |
| BOOLEAN_XOR | |
Definition at line 38 of file boolean.h.
◆ ON_Boolean()
| int ON_Boolean |
( |
ON_Brep * |
brepO, |
|
|
const ON_Brep * |
brepA, |
|
|
const ON_Brep * |
brepB, |
|
|
op_type |
operation |
|
) |
| |
Evaluate NURBS boolean operations.
- Parameters
-
| brepO | [out] |
| brepA | [in] |
| brepB | [in] |
| operation | [in] |