pub fn chamfer_edge( solid: &BrepSolid, edge_id: u64, distance: f64, name: Option<&str>, ) -> Result<BrepSolid, String>
Equal-leg chamfer of one edge (Golovanov §6.11: the same construction with the arc’s chord).