HyperWorks Desktop

*ResultBinding()

Indicates if the collision results are to be applied to elements or components.

*ResultBinding()

Indicates if the collision results are to be applied to elements or components.

Previous topic Next topic No expanding text in this topic  

*ResultBinding()

Indicates if the collision results are to be applied to elements or components.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*ResultBinding(type)

Arguments

Name

Description

 

type

The entity type to which the collision results are applied.  Options include component or element.

Example

*BeginCollision("Collision Set 1", "On")

    *AddGroup("Group A")

          *BeginSelection(Part, SelectVisible)

               *Add("Part id 3-4")

               *Add("Part id 6")

          *EndSelection()

    *AddGroup("Group B")

          *BeginSelection(Part, SelectVisible)

               *Add("Part id 2-3")

               *Add("Part id 7")

         *EndSelection()

          *ProximityChecking("Off", 1)

          *ResultBinding("Part")

          *AnimationStopEvent("none")

*EndCollision()

Application

HyperView.

Comments

This statement captures if the collision detection needs to be calculated based on element selection or part selection.

See also

 

*AddGroup()

*AnimationStopEvent()

*BeginSelection()

*EndCollision()

*ProximityChecking()

List of Session Statements