In geometry, an intersection curve is a curve that is common to two geometric objects. In the simplest case, the intersection of two non-parallel planes in Euclidean 3-space is a line. In general, an intersection curve consists of the common points of two transversally intersecting surfaces, meaning that at any common point the surface normals are not parallel. This restriction excludes cases where the surfaces are touching or have surface parts in common.
The analytic determination of the intersection curve of two surfaces is easy only in simple cases; for example: a) the intersection of two planes, b) plane section of a quadric (sphere, cylinder, cone, etc.), c) intersection of two quadrics in special cases. For the general case, literature provides algorithms, in order to calculate points of the intersection curve of two surfaces.
Intersection line of two planes Given: two planes ε i : n → i ⋅ x → = d i , i = 1 , 2 , n → 1 , n → 2 {\displaystyle \varepsilon _{i}:\quad {\vec {n}}_{i}\cdot {\vec {x}}=d_{i},\quad i=1,2,\quad {\vec {n}}_{1},{\vec {n}}_{2}} linearly independent, i.e. the planes are not parallel. Wanted: A parametric representation x → = p → + t r → {\displaystyle {\vec {x}}={\vec {p}}+t{\vec {r}}} of the intersection line. The direction of the line one gets from the crossproduct of the normal vectors: r → = n → 1 × n → 2 {\displaystyle {\vec {r}}={\vec {n}}_{1}\times {\vec {n}}_{2}} . A point P : p → {\displaystyle P:{\vec {p}}} of the intersection line can be determined by intersecting the given planes ε 1 , ε 2 {\displaystyle \varepsilon _{1},\varepsilon _{2}} with the plane ε 3 : x → = s 1 n → 1 + s 2 n → 2 {\displaystyle \varepsilon _{3}:{\vec {x}}=s_{1}{\vec {n}}_{1}+s_{2}{\vec {n}}_{2}} , which is perpendicular to ε 1 {\displaystyle \varepsilon _{1}} and ε 2 {\displaystyle \varepsilon _{2}} . Inserting the parametric representation of ε 3 {\displaystyle \varepsilon _{3}} into the equations of ε 1 {\displaystyle \varepsilon _{1}} und ε 2 {\displaystyle \varepsilon _{2}} yields the parameters s 1 {\displaystyle s_{1}} and s 2 {\displaystyle s_{2}} .
… excerpt ends here. Continue reading the full article.






