HyperWorks Desktop

*ShowNodeTrace()

Indicates the display of the nodes that are traced.

*ShowNodeTrace()

Indicates the display of the nodes that are traced.

Previous topic Next topic No expanding text in this topic  

*ShowNodeTrace()

Indicates the display of the nodes that are traced.

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

Syntax

*ShowNodeTrace(state)

Argument

Name

Description

 

state

On – Displays the nodes that are traced.

Off – Hides the nodes that are traced.

Example

*BeginLine()

   *LineSource("Nodes")

   *NodeLocator(1, "Node", 6500, "Part", 1)

   *NodeLocator(1, "Node", 6166, "Part", 1)

   *ShowOriginalLine("On")

   *ShowProjectedLine("On")

   *ShowSurface("On")

   *ShowNodeTrace("On")

*EndLine()

Application

HyperView.

See also

 

*BeginLine()

*ShowSurface()

List of Session Statements