HyperWorks Desktop

*LineSource()

Indicates the source used to create a line.

*LineSource()

Indicates the source used to create a line.

Previous topic Next topic No expanding text in this topic  

*LineSource()

Indicates the source used to create a line.

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

Syntax

*LineSource(source)

Argument

Name

Description

 

source

The source (nodes and file path) used to create a 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.

Comments

A line can be created by picking a set of nodes or from a .dat file.

See also

 

*BeginLine()

List of Session Statements