Specifies that the projected line is enabled or disabled.
*ShowProjectedLine()Specifies that the projected line is enabled or disabled. |
|||||
*ShowProjectedLine()Specifies that the projected line is enabled or disabled. |
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 |
|
|