<< Click to Display Table of Contents >> MX GENIO to KTF |
Purpose
This is a general purpose program to read most formats of GENIO data. It will create a structured AutoCAD drawing in 2D or 3D from GENIO 2D and 3D strings etc. If 2D strings are encountered they are assumed to be contours and drawn as 2D Polylines. If 2D data such as OS information exists in the MOSS model these strings should be output as 3D strings with all levels as null (-999.000). An understanding of “MOSS methodology and coding” will help with the running of this menu item. Typical data looks like this :-
GENIO 718 QWERTY DGM W10 NC
017,NORM
001FORMAT(3D23.17)
003,ORDR,4=1,1,2,3,
080,A000, ,5= 0.0, 0.0,100007703
0.20652079502604001D+040.19899804798474286D+040.31012115666802778D+02
0.20635980978489029D+040.19896568562365028D+040.31002385272140494D+02
0.20637704382298734D+040.19887520334092674D+040.31014703617007754D+02
0.20653162615648284D+040.19890351338520543D+040.31001859110675134D+02
0.20652079502604001D+040.19899804798474286D+040.31012115666802778D+02
0.00000000000000000D+000.00000000000000000D+000.31012115666802778D+02
080,A001, ,5= 0.0, 0.0,100007703
0.19588418546899784D+040.19738962445387026D+040.32404689677832856D+02
0.19543068214993577D+040.19745393985488224D+040.32362227252519034D+02
0.19493183185262153D+040.19749433479861730D+040.32288588474130627D+02
0.19445609449302087D+040.19751173760938477D+040.32239750040767035D+02
0.19405163376092703D+040.19750947950073212D+040.32218699380674607D+02
0.19358372273759626D+040.19748503488426429D+040.32253162138773334D+02
0.00000000000000000D+000.00000000000000000D+000.32253162138773334D+02
Operation
Select input GENIO file.
The first part of the program reads the file and “invisibly” translates it into a KTF feature co-ordinate file. The second part creates the drawing entities as controlled by the layer and code relationships etc. as described in File utilities, .txt Co-ordinate files, Input. Note that “L” codes used for spot levels will probably need to be drawn as 3D Polylines.