Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment3D Class / IsInPlane Method
The plane to test
The tolerance

In This Topic
    IsInPlane Method (Segment3D)
    In This Topic
    Checks if the 3D segment lays on the specified plane.
    Syntax
    'Declaration
     
    Public Function IsInPlane( _
       ByVal plane As Plane, _
       ByVal tol As Double _
    ) As Boolean
    public bool IsInPlane( 
       Plane plane,
       double tol
    )

    Parameters

    plane
    The plane to test
    tol
    The tolerance

    Return Value

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