Curve.Intersection (ICurve, ICurve, Double) Method

Finds all 3D points where the provided curves intersect within the specified gap.
Public Shared Function Intersection( _ 
ByVal C1 As ICurve, _ 
ByVal C2 As ICurve, _ 
ByVal maxGap As Double
) As Point3D()
This language is not supported or no code example is available.
public static Point3D[] Intersection( 
ICurve C1
ICurve C2
double maxGap 
)
This language is not supported or no code example is available.

Parameters

C1
ICurve

The first curve

C2
ICurve

The second curve

maxGap
double

Maximum distance between curves

Return Value

Point3D[]

The list of intersection points.

.NET Framework

Supported in: 4.8

In this article

Definition