Surface.IntersectWith (ICurve, Double) Method

Finds all the 3D points where a curve and a surface intersect.
Public Function IntersectWith( _ 
ByVal curve3D As ICurve, _ 
ByVal searchTol As Double
) As Point3D()
This language is not supported or no code example is available.
public Point3D[] IntersectWith( 
ICurve curve3D
double searchTol 
)
This language is not supported or no code example is available.

Parameters

curve3D
ICurve

The 3D curve

searchTol
double

The search tolerance

Return Value

Point3D[]

The list of intersection points (if any).

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition