*EntityColor()
Sets the rendering color of the tracing entity described by the block.
Syntax
*TracingMode (red, green, blue, alpha)
Application
HyperView
Inputs
- 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.
Context
*BeginTracingNode()
*BeginTracingPart()
*BeginTracingSystem()
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()