Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / EvaluateIntersectTriangles Method

In This Topic
    EvaluateIntersectTriangles Method (Entity)
    In This Topic
    Tells if must evaluate the intersection of the triangles with the frustum.
    Syntax
    'Declaration
     
    Protected Overridable Function EvaluateIntersectTriangles( _
       ByVal data As FrustumParams _
    ) As Boolean
    protected virtual bool EvaluateIntersectTriangles( 
       FrustumParams data
    )

    Parameters

    data

    Return Value

    See Also