HyperWorks Desktop

*ShowOriginalLine()

Specifies that the original line is enabled or disabled.

*ShowOriginalLine()

Specifies that the original line is enabled or disabled.

Previous topic Next topic No expanding text in this topic  

*ShowOriginalLine()

Specifies that the original line is enabled or disabled.

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

Syntax

*ShowOriginalLine(state)

Argument

Name

Description

 

state

On – Displays the original line.

Off – Hides the original line.

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

List of Session Statements