Skip to main content

Module void_analysis

Module void_analysis 

Source
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§

VoidAnalyzer
Analyzer for void geometry classification

Enums§

VoidClassification
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