Curve.Intersection2D Method

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

Parameters

C1
ICurve

The first curve

C2
ICurve

The second curve

plane
Plane

The plane where the two curves lay

Return Value

Point3D[]

The list of intersection points.

.NET Framework

Supported in: 4.8

In this article

Definition