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

In This Topic
    IsCrossing Method
    In This Topic
    Tells if the entity is inside or crossing the given planes and edges.
    Syntax
    'Declaration
     
    Protected Friend Overridable Function IsCrossing( _
       ByVal data As FrustumParams _
    ) As Boolean
    protected internal virtual bool IsCrossing( 
       FrustumParams data
    )

    Parameters

    data

    Return Value

    True if the entity is selected
    See Also