Create_Points.PFM
Description
Create points described in a file.
Input
- File defining point coordinates
- Coordinate system
Output
- All points are created and displayed
Example for the file format:
| Id | x | y | z |
|---|---|---|---|
| 1 | 0.0 | 0.0 | 0.0 |
| 3 | 0.0 | 1.0 | 0.0 |
| 5 | 1.0 | 0.0 | 0.0 |
| 7 | 1.0 | 1.0 | 0.0 |
| 9 | 0.0 | 0.0 | 1.0 |
| 11 | 0.0 | 1.0 | 1.0 |
| 13 | 1.0 | 0.0 | 1.0 |
| 15 | 1.0 | 1.0 | 1.0 |