Development
|
iPOGO Development Center Report #172
| #172 MAIN - Resolved - 7 command does not inverse point range correctly
| |
BugNo |
172
| |
CodeModule |
MAIN
| |
Status |
Resolved
| |
Title |
7 command does not inverse point range correctly
| |
Description |
The 7 command does not inverse a point range as shown below in the example data file. Interestingly, if you define point 1 coordinates, then it works ok. Also notice the bearing from 2 to 4 is not rounding correctly at 60 seconds.
| |
Comments |
$ Example data file for the 7E7 (DAR) command
$ set initial points
0 3 100 100;
1 2 3 -4 25 36 48 140 ;
$ set point 4 with the 7E7 sub-command
1 4 3 2 3 7E7 125.17 140 ;
$
$ define feature code
15.1 CL CenterLine 7 1 1 ;
$ turn on plot
91 ;
15 cl;
100 this line is bad, should have 3 inverses;
7 1 4 -2;
100 this line is ok;
7 1 2 -4;
100 this line is ok;
7 1 2 3.1 4;
$ define point 1
0 1 0 0;
100 define pt 1 and this line is now ok;
7 1 4 -2;
| |
FiledBy |
set
| |
FiledDate |
04/01/2000
| |
ResolvedDate |
04/02/2000
| |
Resolution |
-
| |
VersionNo |
4.0 Beta
| |