ICurve.IsInPlane Method

Checks if the curve lays on the specified plane.
Function IsInPlane( _ 
ByVal plane As Plane, _ 
ByVal tol As Double
) As Boolean
This language is not supported or no code example is available.
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 the plane, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition