pub fn chamfer_edge_asymmetric(
solid: &BrepSolid,
edge_id: u64,
d1: f64,
d2: f64,
name: Option<&str>,
) -> Result<BrepSolid, String>Expand description
Asymmetric (two-distance) chamfer of one STRAIGHT edge between two planar
faces (Golovanov §6.11): setback d1 along face 1 and d2 along face 2 —
the standard CAD “d1 × d2” bevel. General/curved edges are out of scope for
this slice and return a clear error.