Eyeshot 10 WPF API Reference
IsInPlane Method (ICurve)

WPF Assembly > devDept.Eyeshot.Entities Namespace > ICurve Interface : IsInPlane Method
The plane to test
The tolerance
Checks if the curve lays on the specified plane.
Syntax
'Declaration
 
Function IsInPlane( _
   ByVal plane As Plane, _
   ByVal tol As Double _
) As Boolean
bool IsInPlane( 
   Plane plane,
   double tol
)

Parameters

plane
The plane to test
tol
The tolerance

Return Value

True if the curve lays on the plane, false otherwise.
See Also

Reference

ICurve Interface
ICurve Members