HyperWorks Desktop

*BeginLine()

Indicates the beginning of a line tracing block. This block captures your selections for line tracing on the Tracing panel in HyperView.

*BeginLine()

Indicates the beginning of a line tracing block. This block captures your selections for line tracing on the Tracing panel in HyperView.

Previous topic Next topic No expanding text in this topic  

*BeginLine()

Indicates the beginning of a line tracing block. This block captures your selections for line tracing on the Tracing panel in HyperView.

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

Syntax

*BeginLine()

Substatements

*LineSource()

*NodeLocator()

*ShowNodeTrace()

*ShowOriginalLine()

*ShowProjectedLine()

*ShowSurface()

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.

Comments

This block captures your settings from the Tracing panel in HyperView.

See also

 

*EndLine()

List of Session Statements