Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CollisionDetection2D Class / CoincidenceAsCollision Property

In This Topic
    CoincidenceAsCollision Property
    In This Topic
    When true it considers the coincidence between objects as collision. It avoids them otherwise.
    Syntax
    'Declaration
     
    Public Property CoincidenceAsCollision As Boolean
    public bool CoincidenceAsCollision {get; set;}
    Remarks
    When the value is false anche the CheckMethod is set to CollisionDetection2D.collisionCheckType.Accurate, it could needs to perform heavy checks to keep out the coincidence from the collision result. This could affect performance.
    See Also