Mod3D

Import Guideline command

Use this command to import guideline. Guideline is an object, which sipmlifies the orientation over the observation area. Guideline is shown on both Map View and Profile View. In Profile View is shown the intersection of the current profile with guideline(s). Guideline can be imported from text filewith format described below.

Gudeline file format:
      keywords: line [name] describes the begining of guideline; name parameter is optional but recomended and is string shown on Profile View as a description of guideline.
      After lineline [name] keyword follows data section. Data section can contain n floating point numbers in on line. First coordinate is x followed by y and z coordinates.  First two are necassary for valid piont. Third, z coordinate can be omited.

***  file "guideline.dat" *******
line sampleGL
100 100 10
150.1 200.5 8.6
....
....
....
line anotherGL
10 20
25 30
35 40
...
...
...
...
*** end of file "gudeline.dat" ****

Gudelines can be edited in guideline editor. To edit guideline choose from menu Edit \ Edit Guideline.