Curve.IntersectWith (Plane, Double) Method

Trims the curve at the limit point projection.
Public Function IntersectWith( _ 
ByVal pln As Plane, _ 
ByVal tol As Double
) As Point3D()
This language is not supported or no code example is available.
public Point3D[] IntersectWith( 
Plane pln
double tol 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The limit plane

tol
double

The search tolerance

Return Value

Point3D[]

The list of 3D intersection points.

.NET Framework

Supported in: 4.8

In this article

Definition