Skip to main content

fillet_edge

Function fillet_edge 

Source
pub fn fillet_edge(
    solid: &BrepSolid,
    edge_id: u64,
    radius: f64,
    name: Option<&str>,
) -> Result<BrepSolid, String>
Expand description

Constant-radius rolling-ball fillet of one straight edge between two planar faces (Golovanov §6.9 cross-section; boolean topology surgery).