Create_Lines.PFM

Description

Create lines by connecting points described in a file.

Input

  • File defining ids of two points by each line to create

Output

  • All lines described in the file are created and displayed

Example for the file format:
Id_line Id_Point_1 Id_Point_2
1 1 3
2 1 5
3 3 7
4 5 7
5 9 1
6 11 3
7 13 5
9 15 7