Circle.IsInPlane Method

Checks if the Circle lies on a specific plane.
Public Function IsInPlane( _ 
ByVal testPlane As Plane, _ 
ByVal tolerance As Double
) As Boolean
This language is not supported or no code example is available.
public bool IsInPlane( 
Plane testPlane
double tolerance 
)
This language is not supported or no code example is available.

Parameters

testPlane
Plane

The plane

tolerance
double

Tolerance

Return Value

bool

True if the test succeeded, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition