*LineSource()
Indicates the source used to create a line.
Syntax
*LineSource (source)
Application
HyperView
Inputs
- 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()
Comments
A line can be created by picking a set of nodes or from a .dat file.