*ShowProjectedLine()

Specifies that the projected line is enabled or disabled.

Syntax

*ShowProjectedLine (state)

Application

HyperView

Inputs

state
On
The projected line is displayed.
Off
The projected line is hidden.

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()