[][src]Function gmsh_sys::gmshModelGeoAddBezier

pub unsafe extern "C" fn gmshModelGeoAddBezier(
    pointTags: *mut c_int,
    pointTags_n: usize,
    tag: c_int,
    ierr: *mut c_int
) -> c_int

Add a Bezier curve with pointTags control points. If tag is positive, set the tag explicitly; otherwise a new tag is selected automatically. Return the tag of the Bezier curve.