Skip to main content

chamfer_edges_angle

Function chamfer_edges_angle 

Source
pub fn chamfer_edges_angle(
    solid: &BrepSolid,
    edge_points: &[Vec3],
    edge_names: Option<&[String]>,
    d1: f64,
    angle_rad: f64,
    name: Option<&str>,
) -> Result<BrepSolid, String>
Expand description

Distance-angle chamfer of a GROUP of edges, the app entry: each selected edge (resolved by a point on it) gets a setback d1 on face 1 and a chamfer face at angle_rad from face 1 (§6.11); d2 is constructed per edge.