ICurve.IntersectWith Method

Finds all 3D points where the curve intersects another given curve.
Function IntersectWith( _ 
ByVal C2 As ICurve
) As Point3D()
This language is not supported or no code example is available.
Point3D[] IntersectWith( 
ICurve C2 
)
This language is not supported or no code example is available.

Parameters

C2
ICurve

The other curve

Return Value

Point3D[]

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition