iPOGO
Home FAQs Center Help Manual Development Contact Us
Help Manual

Computing Groups
0) Store Points
1) Bearing Comps
2) Angle Comps
3) Brg-Brg Intx
4) Brg-Dist Intx
5) Dist-Dist Intx
10) Rotation/Scale
11) RW Alignments
12) Cul De Sacs
13) Fillets
16) Road Alignments
17) Corner Utilities
18) Translation
19) Adjust Closures
36) Best Fit Solutions
60) Special Areas
900) Sub Commands

Printing Groups
7) Inverse
9) List Coords
15) Define Features
31) Station Os Curve
32) Station Os Tan
40) Stakeout
70) Road Stationing

Utilities Groups
90) Miscellaneous
Legal Notices How to Use This Manual Message Board

iPOGO V5 Help Manual On-Line

Group:
Command:

13) Fillets
14 or Add Radius


Methodology

Command:14
Alpha Alias:Add Radius
Description:Defines radius points and their radius lengths for use in 13 command
Data Format: 14 Radius-Point Radius {[Radius-Point Radius] ... } ;
Problem: Define radius point 5 with radius length of 125 feet for use in the 13 (FILLETS) command.
Solution:
14 5 125 ;

ip_13.gif

Data Description

Command

14

Defines selected radius points and their respective radius lengths. Stores the defined radius points for use in the 13 command.

Radius-Point

5

Point number of a radius point that was not generated by an 11 command.

Radius

125

Centerline radius length associated with the radius point.

Note: The radius may be entered using the 1E9 sub-command.

{[Radius-Point
Radius]..}



Repeating feature of this command. Enter as many radius point numbers and associated lengths as you require.

End Command

;

All commands end with a semi-colon.


Example Command File
$ Example data set for the 14 (ADD RADIUS) command.

$ Set the initial points.
  0 6 1000 1000 ;
  1 7 6 -1 45 0 0 200 -1 45 0 0 200 ;
  1 9 7 -2 45 0 0 200 ;
  1 1000 7 9 7 30 ;
  1 5 1000 -3 45 0 0 125 ;

$ Note define point 5 as a radius point 
$ using the 14 command and the 1e9 subcommand 
$ to calculate the predefined radius value from 
$ point 5 to 1000 with 0 correction
  14 5 1e9 5 1000 0 ;

$ set the first pair of fillets 
$   with the 13 command.
  13 1 60 50 25 5 7 6 10 9 7 8 ;

$ set the second pair of fillets.
  13 2000 50 60 25 6 7 9 2010 8 7 -5 ;

$ set additional points for plotting
   2 1001 5 5 1000 -45 0 0 125 ;
  -2 1002 5 5 1000 -45 0 0 95 -45 0 0 155 ;
  -1 1005 6 7 9 25 9 7 25 ;
  -1 1007 8 7 9 25 9 7 25 ;
  -1 1010 9 6 7 30 7 6 30 ;


$ Setup feature codes with 
$  cmd  feature, layer, color, style, thickness
   15.1   CL      CL      7      1       1 ;
   15.1   RW      RW      3      1       1 ;

$ turn plotting on
91;

$ activate feature code

15 CL;
   100 Centerline street;
       7 1 6 8 ;
       7 2 9 7 1000 5.1 1001 ;

15 RW;

   100 right-of-way;
       7 1 1010 11 10.1 12 1007 ;
       7 1 1008 2011 2010.1 2012 5.1 1003 ;
       7 1 1011 2002 2000.1 2001 1005 ;
       7 1 1006 3 1.1 2 5.1 1002 ;

100 List radius points and lengths;
    9.2 5;


Help for this command was last updated: 06/27/2000 11:37:40 PM

iPOGO V5 Help Manual On-Line, Copyright © 1994-2002 POGO Partnership, LLP. All Rights Reserved.