Indicates the surface covered between the original line and the projected line.
*ShowSurface()Indicates the surface covered between the original line and the projected line. |
|||||
*ShowSurface()Indicates the surface covered between the original line and the projected line. |
Syntax |
ShowSurface(state) |
|
Argument |
Name |
Description |
state |
On – Displays the surface covered by the original line. Off – Hides the surface covered by the original 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. |
|
See also |
|
|