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:

1) Bearing Comps
1.2 or Divide Line


Methodology

Command:1.2
Alpha Alias:Divide Line
Description:Computes points by dividing tangent segments into equal parts
Data Format: 1.2 Set From To No-of-Segments {[From To]...};
Problem: Given tangent segments defined by point numbers 20, 30, 40 and 50, divide both lines into equal parts. Set point number 21 at the first division point.
Solution:
1.2 21 20 30 3 50 40 ;

ip_1p2.gif

Data Description

Command

1.2
(or Divide Line)

Divides a tangent segment into a specified number of equal parts and
computes points at each division point.

Set

21

Point number to be assigned to the first computed coordinate. Any additional points computed in this command will be numbered in an increasing order if you enter the Set point as a positive value. If you enter a negative number, additional points will be numbered in a decreasing order.

From

20

Previously computed and stored point number that defines the start of the line to be divided.

To

30

Previously computed and stored point number that defines the end of the line to be divided.

No-of-Segments

3

Specifies the number of equal segments into which all lines will be divided.

Note: The number of segments will always be one greater than the number of points set.

{[From
To]..}

50
40

Repeating feature of this command. You can define more tangent segments to be divided in the same number of parts as the first. Additional points computed with the repeating portion will be numbered automatically.

End Command

;

All commands end with ; (semi-colon).


Example Command File
$ Example data set for 1.2 command.

$ Setup initial points.
  0 
    20 1000 1000 
    50  950 1000 ;

  1 30 20 
          -1 90 0 0 200 ;
  1 40 50 
          -1 90 0 0 300 ;

$ Set points 21 - 24 with the 1.2 command.
  1.2 21 
         20 30 3 
         50 40 ;

$ Setup plotting parameters with 
$   feature, layer, color, style, thickness
  15.1 L1 LINE1 7 1 0;

$ turn plot on
  91;

$ activate the feature
  15 L1;

         $ Draw the lines.
           7 1 50 23 24 40 ;
           7 1 20 21 22 30 ;


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

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