Curve.IsInPlane Method

Checks if the curve lays on the specified plane.
Public Function IsInPlane( _ 
ByVal plane As Plane, _ 
ByVal tol As Double
) As Boolean
This language is not supported or no code example is available.
public bool IsInPlane( 
Plane plane
double tol 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The plane to test

tol
double

The tolerance

Return Value

bool

True if the curve lays on this plane, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition