Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / Intersects2D 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
    Intersects2D Method
    In This Topic
    Checks if two 2D entity intersect geometrically on Plane XY
    Syntax
    'Declaration
     
    Protected Friend Overridable Function Intersects2D( _
       ByVal entity As Entity, _
       ByVal touch As Boolean, _
       ByVal trans1 As Transformation, _
       ByVal trans2 As Transformation _
    ) As Boolean
    protected internal virtual bool Intersects2D( 
       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