Skip to main content

classify_in_solid_exact_banded

Function classify_in_solid_exact_banded 

Source
pub fn classify_in_solid_exact_banded(
    model: &Model,
    solid: &Shape,
    point: Point,
    ring_chord: f64,
    tol: Tolerances,
) -> OgeomResult<Containment>
Expand description

classify_in_solid_exact with the boundary band under the caller’s control.

The band is the ring polylines’ chord tolerance, and with it the width of the region that answers On. The default is generous (a boolean wants a piece near a boundary called On and resolved against its partner), but a caller that got On without a partner to resolve against needs to ask again at a width where proximity stops impersonating coincidence.

§Errors

As classify_in_solid_exact.