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:

11) RW Alignments
11.1 or Os PlineVarWidth


Methodology Number 1 of 2

Command:11.1
Alpha Alias:Os PlineVarWidth
Description:Computes angle points of tangents parallel to and at varying offset distances from a series of known tangents
Data Format: 11.1 Set From Offset PI-Ahead {[Offset PI-Ahead] ... } ;
Problem: Given points numbered 1 through 6, set points 21 through 26 as shown.
Solution:
11.1 21 1 10 2 
              25 3 
              15 4 
              10 5 
              25 6 ;

ip_11p1a.gif

Data Description

Command

11.1

Sets tangents parallel to and offset from a series of known tangents. Allows you to vary the offset distances between the parallel and known tangents. Computes the angle points of the parallel tangents.

The initial point of the first parallel tangent will lie on a line normal to the first known tangent at its initial point. The final point computed with the 11.1 command will lie on a line normal to the last known tangent at its final point.

You can change how the initial and final points are set by entering zeros for the first and last offset distances.

Set

21

Point number to be assigned to the initial point computed. All subsequent point numbers are automatically assigned from this point number.

From

1

Point number of a previously computed point that lies at the beginning of the first known tangent. The tangent is directed from this point towards the first known Point of Intersection (PI).

Offset

10

Distance between the first known tangent and the parallel tangent. Enter this distance as a negative value if you want the parallel tangent to be set to the left of the known tangent, as directed towards the PI ahead.

If you enter 0 (zero) for the first offset distance, the initial point will be computed at the Point of Intersection (PI) of the first known tangent and the tangent parallel to the second known tangent.

If you enter 0 (zero) for the final offset distance, the final point will be computed at the PI of the last known tangent and the tangent parallel to the next-to-last known tangent.

PI-Ahead

2

Point number of the point at the end of the first known tangent where it intersects with the second known tangent.

{[Offset
PI-Ahead] ... }

25
3

Repeating feature of this command. Continue to enter offset distance values and point numbers to define additional known tangents and their parallel tangents in order to compute the angle points

{[Offset
PI-Ahead] ... }

15
4

Repeating feature of this command. Continue to enter offset distance values and point numbers to define additional known tangents and their parallel tangents in order to compute the angle points

{[Offset
PI-Ahead] ... }

10
5

Repeating feature of this command. Continue to enter offset distance values and point numbers to define additional known tangents and their parallel tangents in order to compute the angle points

{[Offset
PI-Ahead] ... }

25
6

Repeating feature of this command. Continue to enter offset distance values and point numbers to define additional known tangents and their parallel tangents in order to compute the angle points

End Command

;

All commands end with a semi-colon.


Example Command File
$ Example data set for the 11.1 
$  (Os PlineVarWidth) command, Methodology 1

$ 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 
$   using the 11.1 command.
  11.1 21 1 10 2 
                 25 3 
                 15 4 
                 10 5 
                 25 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 21 22 23 24 25 26 ;


Methodology Number 2 of 2

Command:11.1
Alpha Alias:Os PlineVarWidth
Description:Computes angle points of tangents parallel to and at varying offset distances from a series of known tangents
Data Format: 11.1 Set From Offset PI-Ahead {[Offset PI-Ahead] ... } ;
Problem: Given points 1 through 6, set points 22 through 25 as shown.
Solution:
11.1 22 1 0 2 
              25 3 
              15 4 
              10 5 
               0 6 ;

ip_11p1b.gif

Data Description

Command

11.1

Sets tangents parallel to and offset from a series of known tangents. Allows you to vary the offset distances between the parallel and known tangents. Computes the angle points of the parallel tangents.

The initial point of the first parallel tangent will lie on a line normal to the first known tangent at its initial point. The final point computed with the 11.1 command will lie on a line normal to the last known tangent at its final point.

You can change how the initial and final points are set by entering zeros for the first and last offset distances.

Set

22

Point number to be assigned to the initial point computed. All subsequent point numbers are automatically assigned from this point number.

From

1

Point number of a previously computed point that lies at the beginning of the first known tangent. The tangent is directed from this point towards the first known Point of Intersection (PI).

Offset

0

Distance between the first known tangent and the parallel tangent. Enter this distance as a negative value if you want the parallel tangent to be set to the left of the known tangent, as directed towards the PI ahead.

If you enter 0 (zero) for the first offset distance, the initial point will be computed at the Point of Intersection (PI) of the first known tangent and the tangent parallel to the second known tangent.

If you enter 0 (zero) for the final offset distance, the final point will be computed at the PI of the last known tangent and the tangent parallel to the next-to-last known tangent.

PI-Ahead

2

Point number of the point at the end of the first known tangent where it intersects with the second known tangent.

{[Offset
PI-Ahead] ... }

25
3

Repeating feature of this command. Continue to enter offset distance values and point numbers to define additional known tangents and their parallel tangents in order to compute the angle points

{[Offset
PI-Ahead] ... }

15
4

Repeating feature of this command. Continue to enter offset distance values and point numbers to define additional known tangents and their parallel tangents in order to compute the angle points

{[Offset
PI-Ahead] ... }

10
5

Repeating feature of this command. Continue to enter offset distance values and point numbers to define additional known tangents and their parallel tangents in order to compute the angle points

{[Offset
PI-Ahead] ... }

0
6

Repeating feature of this command. Continue to enter offset distance values and point numbers to define additional known tangents and their parallel tangents in order to compute the angle points

End Command

;

All commands end with a semi-colon.


Example Command File
$ 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 ;


Help for this command was last updated: 06/27/2000 11:36:42 PM

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