Expand description
Walking-based fillet and chamfer engine.
This crate implements blend surface computation using a Newton-Raphson walking algorithm. It produces G1-continuous fillet and chamfer surfaces for all combinations of analytic and NURBS faces.
Modules§
- chamfer_
builder - Chamfer builder: orchestrates the full chamfer pipeline.
- fillet_
builder - Fillet builder: orchestrates the full fillet pipeline.
- radius_
law - Radius law types for variable-radius fillets.
Structs§
- Blend
Result - Result of a blend operation.
Enums§
- Blend
Error - Error type for blend operations.