Boolean Operations for Non-Uniform Rational B-Spline (NURBS) Boundary Representations.
More...
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()
Evaluate NURBS boolean operations.
- Parameters
-
| brepO | [out] |
| brepA | [in] |
| brepB | [in] |
| operation | [in] |
◆ ON_BrepPointInside()
Classify a point known not to lie on the boundary of a valid closed BRep.
- Returns
- true when the point is inside, false when it is outside or the input cannot be classified safely.