Eyeshot 10 WPF API Reference
IsLinear Method (ICurve)

WPF Assembly > devDept.Eyeshot.Entities Namespace > ICurve Interface : IsLinear Method
The tolerance
The line where the curve lays
Checks if the curve is linear.
Syntax
'Declaration
 
Function IsLinear( _
   ByVal tol As Double, _
   ByRef line As Segment3D _
) As Boolean
bool IsLinear( 
   double tol,
   out Segment3D line
)

Parameters

tol
The tolerance
line
The line where the curve lays

Return Value

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

Reference

ICurve Interface
ICurve Members