IGCurve.IntersectWith Method

Finds all 3D points where the igCurve intersects another given igCurve.
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.
Point3D[] IntersectWith( 
IGCurve C2
bool computeParameters = true 
)
This language is not supported or no code example is available.

Parameters

C2
IGCurve

The other curve

computeParameters
bool

When true intersection points array is filled with InterPoints. False, for a quick computation without curves' parameters data.

Return Value

Point3D[]

.NET Framework

Supported in: 4.7.2

In this article

Definition