HyperWorks Desktop

*ShowProjectedLine()

Specifies that the projected line is enabled or disabled.

*ShowProjectedLine()

Specifies that the projected line is enabled or disabled.

Previous topic Next topic No expanding text in this topic  

*ShowProjectedLine()

Specifies that the projected line is enabled or disabled.

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

Syntax

*ShowProjectedLine(state)

Argument

Name

Description

 

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

Application

HyperView.

See also

 

*BeginLine()

*ShowOriginalLine()

List of Session Statements