Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CollisionDetection2D.CollisionResultItem Structure
Members

In This Topic
    CollisionDetection2D.CollisionResultItem Structure
    In This Topic
    The resulting item component of the collision. If the resulting collided entity is a leaf, then the name of the first block containing that entity will be saved into ParentName field and the trasformation field will be filled.
    Syntax
    'Declaration
     
    Public Structure CollisionDetection2D.CollisionResultItem 
       Inherits System.ValueType
    public struct CollisionDetection2D.CollisionResultItem : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          devDept.Eyeshot.CollisionDetection2D.CollisionResultItem

    See Also