HyperWorks Desktop

*BeginTracing()

Indicates the beginning of a tracing block.

*BeginTracing()

Indicates the beginning of a tracing block.

Previous topic Next topic No expanding text in this topic  

*BeginTracing()

Indicates the beginning of a tracing block.

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

Syntax

*BeginTracing()

Substatements

*BeginLine()

*LineColor()

*LineWidth()

*NodeLocator()

*PartLocator()

*SystemLocator()

*TracingMode()

Example

*BeginTracing()

 *LineColor(255, 255, 255)

 *LineWidth(2)

 *TracingMode(LastNumberOfSteps, 1)

 *PartLocator(1, "Part", 1)

*EndTracing()

Application

HyperView.

Comments

This block captures your selections from the Tracing panel in HyperView. Tracing can be performed on a node, component, system or line.

See also

 

*BeginLine()

*EndTracing()

*LineColor()

*LineWidth()

*NodeLocator()

*PartLocator()

*SystemLocator()

*TracingMode()

List of Session Statements