GCurve.IntersectWith (IGCurve, Boolean) Method

Public Function IntersectWith( _ 
ByVal C2 As IGCurve, _ 
Optional ByVal computeParameters As Boolean = true _ 
) As Point3D()
This language is not supported or no code example is available.
public Point3D[] IntersectWith( 
IGCurve C2
bool computeParameters = true 
)
This language is not supported or no code example is available.

Parameters

C2
IGCurve

computeParameters
bool

Return Value

Point3D[]

.NET Framework

Supported in: 4.7.2

In this article

Definition