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

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

    Parameters

    data

    Return Value

    See Also