Eyeshot 10 WinForms API Reference
IsInPlane Method (Circle)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Circle Class : IsInPlane Method
The plane
Tolerance
Checks if the Circle lies on a specific plane.
Syntax
'Declaration
 
Public Function IsInPlane( _
   ByVal testPlane As Plane, _
   ByVal tolerance As Double _
) As Boolean
public bool IsInPlane( 
   Plane testPlane,
   double tolerance
)

Parameters

testPlane
The plane
tolerance
Tolerance

Return Value

True if the test succeeded, false otherwise.
See Also

Reference

Circle Class
Circle Members