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