HyperWorks Desktop

*EntityColor()

Sets the rendering color of the tracing entity described by the block.

*EntityColor()

Sets the rendering color of the tracing entity described by the block.

Previous topic Next topic No expanding text in this topic  

*EntityColor()

Sets the rendering color of the tracing entity described by the block.

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

Syntax

*TracingMode(red green blue alpha)

Arguments

Name

Description

 

Red

The red color component value.  This is an integer between 0 and 255.

 

Green

The green color component value.  This is an integer between 0 and 255.

 

Blue

The blue color component value.  This is an integer between 0 and 255.

 

Alpha

The red color component value.  This is an integer between 0 and 255.  This is normally ignored, unless the value is 0.  A value of 0 indicates that the tracing entity should inherit the color set by the *LineColor() in the parent *BeginTracing() block.

Example

*BeginTracing()

   *LineColor("185 185 185")

   *LineWidth(1)

  *TracingMode("List", 1)

   *TracingSteps(0, 1, 2, 3, 4, 5)

   *BeginTracingNode()

       *NodeLocator("1 Shell 4 Node 189")

       *EntityColor("255   0   0  76")

   *EndTracingNode()

   *ObeyTrackingSystem("Yes")

   *ProjectMode("element")

*EndTracing()

Application

HyperView.

Context

*BeginTracingNode()

*BeginTracingPart()

*BeginTracingSystem()

See also

 

*BeginTracing()

*EndTracing()

List of Session Statements