Skip to main content

clipper_clipper64_execute

Function clipper_clipper64_execute 

Source
pub unsafe extern "C" fn clipper_clipper64_execute(
    c64: *mut ClipperClipper64,
    ct: ClipperClipType,
    fr: ClipperFillRule,
    closed: *mut ClipperPaths64,
    open: *mut ClipperPaths64,
) -> c_int
Expand description

Run the configured boolean operation. Closed-path output is written to closed; if open-path subjects were added via clipper_clipper64_add_open_subject, their offset/intersected portions land in open. Returns 1 on success, 0 on failure.

For hierarchical (PolyTree) output preserving solid/hole nesting, see clipper_clipper64_execute_tree_with_open.