Help Manual
|
iPOGO V5 Help Manual On-Line |
Group: Command: |
7) Inverse 8 or Inverse Points |
Methodology
|
| Command: | 8 |
| Alpha Alias: | Inverse Points |
| Description: | Prints inverses from one point to multiple points |
| Data Format: | 8,LineID From To {[To] ... } ; |
| Problem: | Given points 2, 3, 6, 7 and 8. Print inverses from point 3 to points 2, 8 and 6. |
| Solution: |
8,1 3 2 8 6 ; |
Data Description
Command
| 8
| Prints sideshot inverses from one point to multiple points.
|
LineID
| 1
| Any integer which will be used to identify the line.
Beginning with Version 5, the LineID may be an alpha-numeric word such as 123a or CL_3rd_Street.
|
From
| 3
| Point number from which the inverses are to be printed.
|
To
| 2
| Point number to which the inverse is to be printed.
|
{[To] ... }
| 8
6
| Repeating feature of this command. Enter additional point numbers to which an inverse is to be printed from the From point number.
|
End Command
| ;
| All commands end with a semi-colon.
|
Example Command File
$ Example data set for the 8 (Inverse Points) command
$ Set the points
0 2 0 0 ;
1 3 2 -4 32 46 20 53.67 ;
1 6 3 -1 74 21 30 115.37 ;
1 8 2 -2 77 23 17 86.653 ;
5 7 6 8 3 159 159 ;
$ Setup feature codes with
$ cmd feature, layer, color, style, thickness
15.1 L1 LINES1 7 1 1 ;
$ Turn plot on
91 ;
$ Print out a text label in the output window
100 Example Sideshot Ties ;
$ Activate the L1 feature
15 L1 ;
$ inverse to the sideshots
8,1 3 2 8 6 ;
Help for this command was last updated: 08/20/2001 9:32:12 AM
|