HyperWorks Desktop

*IntersectRGB()

Sets the color of the intersecting violation units.

*IntersectRGB()

Sets the color of the intersecting violation units.

Previous topic Next topic No expanding text in this topic  

*IntersectRGB()

Sets the color of the intersecting violation units.

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

Syntax

*IntersectRGB(rVal, gVal, bVal)

Arguments

Names

Description

 

rVal

Value of the red component.

 

gVal

Value of the green component.

 

bVal

Value of the blue component.

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()

See also

 

*AddPrim()

*AnimationEvent()

*BeginCollisionSet()

*EndCollisionSet()

*HighlightMode()

*Proximity()

*ProximityRGB()

*Visible()

List of Session Statements