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

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

    Parameters

    data
    The frustum parameters
    vertices
    The vertices of the quad

    Return Value

    True if the quad intersects the selection area
    See Also