Intersection curve
In geometry, an intersection curve is in the most simple case the intersection line of two non parallel planes in Euclidean 3-space. In General an intersection curve consists of the common points of two transversaly intersecting surfaces. Transversaly means, 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 in simple cases only. For example: a) intersection of two planes, b) plane section of a quadric (sphere, cylinder, cone,..), 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.[1]
Intersection line of two planes
Given: two planes linearly independent, i.e. the planes are not parallel.
Wanted: A parametric representation of the intersection line.
The direction of the line we get from the crossproduct of the normal vectors: .
A point of the intersection line can be determined by intersecting the given planes with plane , which is perpendicular to und . Inserting the parametric representation of into the equations of und yields the parameters und .
Example:
The normal vectors are and the direction of the intersection line is . For point we get from the formular above Hence
is a parametric representaion of the line of intersection.
Remark:
- In special cases the determination of the intersection line by the Gaussian elimination may be faster.
- If one (or both) of the planes is given parametricaly by , one gets as normal vector and the equation is : .
Intersection curve of a plane and a quadric
In any case the intersection curve of a plane and a quadric (sphere, cylinder, cone,...) is a conic section. For details see.[2] An important application of plane sections of quadrics are contour lines of quadrics. In any case (parallel or central projection) the contour lines of quadrics are conic sections. See below and Umrisskonstruktion.
Intersection curve of a cylinder/cone and a quadric
It is an easy task to determine the intersection points of a line with a quadric (i.e. line-sphere). One has to solve just a quadratic equation. So, any intersection curve of a cone or a cylinder (they are generated by lines) with a quadric consists of intersection points of lines and the quadric (s. pictures).
The pictures show the possibility, which occur while intersecting a cylinder and a sphere:
- In the first case there exists just one intersection curve.
- The second case shows an example where the intersection curve consists of two parts.
- In the third case sphere and cylinder touch each other in one singular point. The intersection curve is self intersecting.
- If cylinder and sphere have the same radius and the midpoint of the sphere is located on the axis of the cylinder, then the intersection curve consists of singular points (a circle) only.
-
intersection of a sphere and a cylinder: 1 part
-
intersection of a sphere and a cylinder: 2 parts
-
intersection of a sphere and a cylinder: curve with 1 sigular point
-
intersection of a sphere and a cylinder: touching in a singular curve
General case: marching method

In general there are no special features to exploit. One possibility to determine a polygon of points of the intersection curve of two surfaces is the marching method. It consists of two essential parts:
- The first part is the curve point algorithm, which determines to a starting point in the vicinity of the two surfaces a point on the intersection curve. The algorithm depends essentialy on the representation of the given surfaces. The most simple situation is: both surfaces are implicitely given by equations . Because the functions provide informations about the distances to the surfaces and show via the gradients the way to the surfaces. If one or both the surfaces are parametrically given, the advantages of the implicit case do not exist. In this case the curve point algorithm uses time consuming procedures like the determination of the footpoint of a perpendicular on a surface.
- The second part of the marching method starts with a first point on the intersection curve, determines the direction of the intersection curve using the surface normals. Then one makes a step with a given step length into the direction of the tangent line, in order to get a starting point for a second curve point, ... (s. picture).
For details of the marching algorithm: see.[3]
The marching method produces to any starting point a polygon on the intersection curve. If the intersection curve consists of 2 parts the algorithm has to be performed using a second convenient starting point. The algorithm is rather robust. Usually, singular points are no problem, because the chance to meet exactly a singular point is very small (see picture: intersection of a cylinder and the surface ).
-
intersection of with cylinder: 2 parts
-
intersection of with cylinder: 1 part
-
intersection of with cylinder: 1 singular point
Application: contour line
A point of the contour line of an implicit surface with equation and parallel projection with direction has to fulfill the condition , because has to be a tangent vector. That means any contour point is a point of the intersection curve of the two implicit surfaces
- .
For quadrics is always a linear function. Hence the contour line of a quadric is always a plane section (i.e. conic section).
The contour line of the surface (s. picture) was traced by the marching method.
Remark: The determination of a contour polygon of a parametric surface needs tracing an implicit curve in parameter plane.[4]
- Condition for contour points: .
Intersection curve of two polyhedrons


The intersection curve of two polyhedrons is a polygon (see intersection of 3 houses). The display of a parametrically defined surface is usually done by mapping a rectangular net into 3-space. The spatial quadrangles are nearly flat. So, for the intersection of two parametrically defined surfaces the algorithm for the intersection of two polyhedrons can be used.[5] See picure of intersecting tori.
See also
References
- ^ Geometry and Algorithms for COMPUTER AIDED DESIGN, p. 94
- ^ CDKG: Computerunterstützte Darstellende und Konstruktive Geometrie (TU Darmstadt) (PDF; 3,4 MB), p. 87-124
- ^ Geometry and Algorithms for COMPUTER AIDED DESIGN, p. 94
- ^ Geometry and Algorithms for COMPUTER AIDED DESIGN, p. 99
- ^ Geometry and Algorithms for COMPUTER AIDED DESIGN, p. 76