HyperWorks Desktop

*HighlightMode()

Sets the highlight mode when a violation occurs.

*HighlightMode()

Sets the highlight mode when a violation occurs.

Previous topic Next topic No expanding text in this topic  

*HighlightMode()

Sets the highlight mode when a violation occurs.

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

Syntax

*HighlightMode(type)

Arguments

Name

Description

 

type

BY_PART - highlights the entire part.

BY_ELEMENT - highlights only the violating elements.

Example

*BeginCollisionSet("CollisionSet1")

 *AddPrim(A, "body::green_car")

 *AddPrim(A, "body::blue_car")

 *AddPrim(B, "body::orange_car")

 *Visible(On)        

 *Proximity(10.000000)

 *HighlightMode(BY_ELEMENT)

 *AnimationEvent(IGNORE_COLLISION)

 *ProximityRGB(1.000000, 1.000000, 0.000000)

 *IntersectRGB(1.000000, 0.000000, 0.000000)

*EndCollisionSet()

Application

HyperView.

Context

*BeginCollisionSet()

Comments

The value is zero only for collisions.

See Also

 

*AddPrim()

*AnimationEvent()

*BeginCollisionSet()

*EndCollisionSet()

*IntersectRGB()

*Proximity()

*ProximityRGB()

List of Session Statements