pub fn blend_closed_edge(
solid: &BrepSolid,
edge_id: u64,
radius: f64,
chamfer: bool,
name: Option<&str>,
) -> Result<BrepSolid, String>Expand description
General closed-edge rolling-ball fillet or chamfer by direct §6.9 topology surgery.