Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / IsInPlane Method

In This Topic
    IsInPlane Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IsInPlane( _
       ByVal plane As Plane, _
       ByVal tol As Double _
    ) As Boolean
    public bool IsInPlane( 
       Plane plane,
       double tol
    )

    Parameters

    plane
    tol
    See Also