Development
|
iPOGO Development Center Report #145
| #145 MAIN - Resolved - 11.1 command does not intersect initial tangent
| |
BugNo |
145
| |
CodeModule |
MAIN
| |
Status |
Resolved
| |
Title |
11.1 command does not intersect initial tangent
| |
Description |
The 11.1 command computes offset lines at varying distances from a known centerline. If the first offset is a 0 then the first point should intersect the first centerline tangent. The last offset of 0 works properly. The first does not. See the example in the comments. Also see the help files and gifs at www.ipogo.net, methodology 2 for this command.
| |
Comments |
$ Example data set for the 11.1 (Os PlineVarWidth) command,
$ Methodology 2
$ Set the initial points.
0 1 1000 1000 ;
1 2 1
-1 60 0 0 60
-2 85 0 0 60
-1 20 0 0 15
-2 85 0 0 60
-2 45 0 0 60 ;
$ Set points for offset line by use of 11.1 command.
11.1 22 1 0 2 25 3
15 4
10 5
0 6 ;
$ Setup feature codes with
$ cmd feature, layer, color, style, thickness
15.1 RW RW 1 1 1 ;
15.1 CL CL 3 1 1 ;
$ Turn plot on
91 ;
$ Activate the RW feature
15 CL ;
100 Centerline;
7 1 1 2 3 4 5 6 ;
$ Activate the RW feature
15 RW ;
100 Right of way;
7 1 22 23 24 25 ;
| |
FiledBy |
set
| |
FiledDate |
03/13/2000
| |
ResolvedDate |
03/15/2000
| |
Resolution |
-
| |
VersionNo |
4.0 Beta
| |