pub fn chamfer_edge_angle(
solid: &BrepSolid,
edge_id: u64,
d1: f64,
angle_rad: f64,
name: Option<&str>,
) -> Result<BrepSolid, String>Expand description
Distance-angle chamfer of one STRAIGHT edge between two planar faces
(Golovanov §6.11): setback d1 along face 1 and angle angle_rad between
the chamfer face and face 1. d2 is constructed geometrically in the
cross-section plane (see chamfer_angle_second_distance), then the
two-distance builder is applied.