Skip to main content

intersect_curves

Function intersect_curves 

Source
pub fn intersect_curves(
    a: &Curve,
    b: &Curve,
    options: CurveCurveOptions,
    tol: Tolerances,
) -> OgeomResult<CurveIntersection<Point>>
Expand description

Where two space curves pass within options.gap of each other.

ยงErrors

As intersect_curves_2d.