HyperWorks Desktop

*TracingMode()

Sets the node trace mode.

*TracingMode()

Sets the node trace mode.

Previous topic Next topic No expanding text in this topic  

*TracingMode()

Sets the node trace mode.

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

Syntax

*TracingMode(mode, numSteps)

Arguments

Name

Description

 

mode

“FromFirstStep” indicates that all steps from the first step to the current animation step will be traced.

“LastNumberOfSteps” indicates that the last numSteps steps will be traced.

“AllSteps” indicates that all steps will be traced.

“List” indicates that only the steps in the list defiend by *TracingSteps() will be traced.

 

numSteps

Ignored unless the mode is set to  “LastNumberOfSteps”.  In that case, an integer number specifies the last number of steps to trace.

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

*BeginGraphic()

*BeginNote()

See also

 

*BeginTracing()

*EndTracing()

List of Session Statements