Skip to main content

chamfer_edges

Function chamfer_edges 

Source
pub fn chamfer_edges(
    model: &mut Model,
    solid: &Shape,
    edges: &[Shape],
    distance: f64,
    tol: Tolerances,
) -> OgeomResult<Built>
Expand description

Bevel several edges of a solid as one operation, each by distance.

As chamfer_edges_with with the symmetric chamfer on every edge.

ยงErrors

As chamfer_edges_with.