Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / Intersects Method
the entity to check intersection with
When false doesn't consider the coincidences as intersections.
the transformation to be applied to the current entity
the transformation to be applied to the input entity

In This Topic
    Intersects Method (Entity)
    In This Topic
    Checks if two entity intersect geometrically
    Syntax
    'Declaration
     
    Protected Friend Overridable Function Intersects( _
       ByVal entity As Entity, _
       ByVal touch As Boolean, _
       ByVal trans1 As Transformation, _
       ByVal trans2 As Transformation _
    ) As Boolean
    protected internal virtual bool Intersects( 
       Entity entity,
       bool touch,
       Transformation trans1,
       Transformation trans2
    )

    Parameters

    entity
    the entity to check intersection with
    touch
    When false doesn't consider the coincidences as intersections.
    trans1
    the transformation to be applied to the current entity
    trans2
    the transformation to be applied to the input entity

    Return Value

    True if the two entities intersect.
    See Also