Eyeshot 10 WPF API Reference
IsLinear Method (Point)

WPF Assembly > devDept.Eyeshot.Entities Namespace > Point Class : IsLinear Method
Syntax
'Declaration
 
Public Function IsLinear( _
   ByVal tol As Double, _
   ByRef line As Segment3D _
) As Boolean
public bool IsLinear( 
   double tol,
   out Segment3D line
)

Parameters

tol
line
See Also

Reference

Point Class
Point Members