*BeginLine()
Indicates the beginning of a line tracing block. This block captures your selections for line tracing on the Tracing panel in HyperView.
Syntax
*BeginLine()
Application
HyperView
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()Comments
This block captures your settings from the Tracing panel in HyperView.