intersectionXYZPairs MethodStatic

Return full 3d xyz intersections of 2 curves.

  • Implemented for combinations of LineSegment3d, LineString3d, Arc3d.
  • Not Implemented for bspline and bezier curves.

intersectionXYZPairs(curveA: AnyCurve, extendA: boolean, curveB: AnyCurve, extendB: boolean): CurveLocationDetailPair[]

@returns array of intersections structured as CurveLocationDetailPair[]

Parameter Type Description
curveA AnyCurve first curve
extendA boolean true to allow curveA to extend
curveB AnyCurve second curve
extendB boolean true to allow curveB to extend

Returns - CurveLocationDetailPair[]

array of intersections structured as CurveLocationDetailPair[]

Defined in

Last Updated: 03 May, 2024