Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / ThroughTriangleScreenPolygonQuad Method
The vertices of the quad
The screen polygon parameters

In This Topic
    ThroughTriangleScreenPolygonQuad Method
    In This Topic
    Tells if the quad defined by the vertices is inside the selection area defined by the screen polygon.
    Syntax
    'Declaration
     
    Public Shared Function ThroughTriangleScreenPolygonQuad( _
       ByVal vertices As IList(Of Point3D), _
       ByVal data As ScreenPolygonParams _
    ) As Boolean
    public static bool ThroughTriangleScreenPolygonQuad( 
       IList<Point3D> vertices,
       ScreenPolygonParams data
    )

    Parameters

    vertices
    The vertices of the quad
    data
    The screen polygon parameters

    Return Value

    True if the quad intersects the screen polygon
    See Also