Indicates the source used to create a line.
*LineSource()Indicates the source used to create a line. |
|||||
*LineSource()Indicates the source used to create a line. |
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 |
|
|