Circle.IsInPlane Method

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

Parameters

testPlane
devDept.Geometry.Plane

The plane

tolerance
double

Tolerance

Return Value

bool

True if the test succeeded, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition