Expand description
Void Analysis Module
Analyzes void geometry to determine optimal processing strategy:
- Coplanar voids can be subtracted in 2D at the profile level
- Non-planar voids require full 3D CSG operations
This module implements the detection and projection logic needed to efficiently route voids to the appropriate processing path.
Structs§
- Void
Analyzer - Analyzer for void geometry classification
Enums§
- Void
Classification - Classification of a void relative to a host extrusion
Functions§
- classify_
voids_ batch - Batch classify multiple voids for a single host
- extract_
coplanar_ voids - Extract coplanar voids from a batch classification result
- extract_
nonplanar_ voids - Extract non-planar void meshes from a batch classification result