[][src]Function gmsh_sys::gmshModelOccFillet

pub unsafe extern "C" fn gmshModelOccFillet(
    volumeTags: *mut c_int,
    volumeTags_n: usize,
    curveTags: *mut c_int,
    curveTags_n: usize,
    radii: *mut f64,
    radii_n: usize,
    outDimTags: *mut *mut c_int,
    outDimTags_n: *mut usize,
    removeVolume: c_int,
    ierr: *mut c_int
)

Fillet the volumes volumeTags on the curves curveTags with radii radii. The radii vector can either contain a single radius, as many radii as curveTags, or twice as many as curveTags (in which case different radii are provided for the begin and end points of the curves). Return the filleted entities in outDimTags. Remove the original volume if removeVolume is set.