iPOGO
Home FAQs Center Help Manual Development Contact Us
Development

Status
RESOLVED
FUTURE
 
CodeModule
DXFIN
DXFOUT
IMPORT
MAIN
MBD
TRAV
WHIP!
 
Legal Notices   Message Board

iPOGO Development Center Report #149

#149 MAIN - Resolved - 16 cmd computes incorrect lengths at curves MOD.
BugNo 149
CodeModule MAIN
Status Resolved
Title 16 cmd computes incorrect lengths at curves MOD.
Description The 16 command incorrectly computes a rounded integer value for the remaining interval when the station interval lies across the PC or PT of a curve. The example in the comments below generates incorrect points based on an invalid length of remaining arc and/or tangent needed to complete the station interval. Modified 3/29/2000 SET. Added a 77 command to the sample data file below to show how the stations are actually being computed. All the stations should be exactly 20 foot increments for computed points resulting from the 16 command. The only exception are points that correspond to the pc and pt of a curve. All other stations are exactly 20' increment values as in 0+0, 0+20, 0+40, 0+60, 0+80, 1+00, 1+20, 1+40, 1+60, 1+80, 2+00,2+20, 2+40, etc.
Comments $ Example File for the 16 (OS AlignSta) Command

$ Set the alignment points 5 through 9
0 5 100 100 ;
1 6 5 -1 45 0 0 101.2 -2 45 0 0 75 ;
2 8 7 7 6 90 0 0 75 ;
1 9 8 6 7 85.3 ;

$ compute the offset and station points using the 16 command
16 200 0 20 25 35 5 6 7.1 8 9 ;

$ Setup feature codes with the 15.1 command
$ cmd feature, layer, color, style, thickness
15.1 CL CL 3 1 1 ;
15.1 LT_OS LEFT_OS 1 1 1 ;
15.1 RT_OS RIGHT_OS 4 1 1 ;


$ Turn plot on
91 ;

$ Activate the CL feature code with the 15 command
15 CL ;
100 Alignment centerline ;
7,1 5 6 7.1 8 9 ;

15 LT_OS ;
100 25' left offset line (without arcs) ;
7,1 246 243 240 237 234 231 228 225 222 219 216 213 210 207 204 201 ;

15 RT_OS;
100 35' right offset line (without arcs) ;
7,1 202 205 208 211 214 217 220 223 226 229 232 235 238 241 244 247;

15 CL ;
100 Alignment centerline stations ;
77,1 0 200 203 206 209 212 215 6 7.1 218 7.1 221 7.1
224 7.1 227 7.1 230 7.1 8 233 236 239 242 245 ;
FiledBy set
FiledDate 03/27/2000
ResolvedDate 03/30/2000
Resolution -
VersionNo 4.0 Beta
iPOGO V5 Help Manual On-Line, Copyright © 1994-2002 POGO Partnership, LLP. All Rights Reserved.