Parametric Surface-Surface Intersect

Marching methods

Reference : Why CAD Surface Geometry is Inexact

Incremental progression along the intersection curve.
This method use starting points on the intersection curve to obtain new points evaluating the tangent direction of the curve.

  1. search for starting points for every intersection curve,can use the subdivision method.
    Parametric Surface-Surface Intersect

  2. The marching process first-order ordinary differential equations
    Parametric Surface-Surface Intersect

  3. curve fitting

Parametric Surface-Surface Intersect
The numerical intersection algorithms introduce gaps and openings at the best-fit curves representing the intersections, making the resulting surfaces non-watertight.