Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Line Class / InPlane Method
A plane that contains the line. The origin of the plane is at the start of the line. The distance from the end of the line to the plane is <= tolerance. If possible a plane parallel to the world xy, yz or zx plane is returned.
The tolerance

In This Topic
    InPlane Method
    In This Topic
    Gets a plane that contains the line.
    Syntax
    'Declaration
     
    Public Function InPlane( _
       ByRef plane As Plane, _
       ByVal tolerance As Double _
    ) As Boolean
    public bool InPlane( 
       out Plane plane,
       double tolerance
    )

    Parameters

    plane
    A plane that contains the line. The origin of the plane is at the start of the line. The distance from the end of the line to the plane is <= tolerance. If possible a plane parallel to the world xy, yz or zx plane is returned.
    tolerance
    The tolerance

    Return Value

    true if a coordinate of the line's direction vector is larger than tolerance
    See Also