HyperWorks Desktop

*AnimationStopEvent()

Sets the animation action that needs to be performed on the collision.

*AnimationStopEvent()

Sets the animation action that needs to be performed on the collision.

Previous topic Next topic No expanding text in this topic  

*AnimationStopEvent()

Sets the animation action that needs to be performed on the collision.

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

Syntax

*AnimationStopEvent(event)

Argument

Name

Description

 

event

The animation action. Options include none, collision, or proximity.

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.

See also

 

*AddGroup()

*BeginSelection()

*EndCollision()

*ProximityChecking()

*ResultBinding()

List of Session Statements