Skip to main content

Crate brepkit_blend

Crate brepkit_blend 

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

BlendResult
Result of a blend operation.

Enums§

BlendError
Error type for blend operations.