|
Name |
Description |
|
SurfaceSurfaceIntersector
|
Default constructor for the SurfaceSurfaceIntersector class.
Creates a default corresponding C++ object with NULL surfaces,
default tolerance, flag that indicates whether surfaces overlap set
to false, and a flag that indicates that data is not
initialized. |
|
SurfaceSurfaceIntersector(Surface,
Surface)
|
Constructor for the SurfaceSurfaceIntersector class. Creates a
surface intersector with two specified surface objects. |
|
SurfaceSurfaceIntersector(Surface,
Surface, Tolerance)
|
Constructor for the SurfaceSurfaceIntersector class. Creates a
surface intersector with two specified surface objects and a
tolerance. |