Expand description
Point-in-solid classification (ray casting + winding numbers).
The primary entry point is classify_point, which uses analytic ray
casting with UV boundary containment to determine whether a 3D point
lies inside, outside, or on the boundary of a B-Rep solid.
Structs§
- Classify
Options - Options controlling the classification algorithm.
Enums§
- Point
Classification - Result of classifying a point relative to a solid.
Functions§
- classify_
point - Classify a point relative to a solid using analytic ray casting.
- classify_
point_ robust - Robust classification combining winding numbers and ray casting.
- classify_
point_ winding - Classify a point relative to a solid using generalized winding numbers.