Curve.Intersection (ICurve, ICurve) Method

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

Parameters

C1
ICurve

The first curve

C2
ICurve

The second curve

Return Value

Point3D[]

The list of intersection points.

.NET Framework

Supported in: 4.8

In this article

Definition