pub fn fillet_edge(
solid: &BrepSolid,
edge_id: u64,
radius: f64,
name: Option<&str>,
) -> Result<BrepSolid, String>Expand description
Constant-radius rolling-ball fillet of one edge (Golovanov §4.9 march, §6.9 surgery; the cutter only where the march refuses).