PDA

View Full Version : CSV Conversion Problem


Kyudos
07-09-2009, 01:54 PM
Dear Guthcad,

Converting the file sample.xyz using the DLL (v A.63) I cannot seem to generate the same output as the EXE version.

Using these settings in the EXE:

/C0=5 \
/DH=1 /DXN=_X /DYN=_Y /DIDN=_ID \
/EN=_Z /ES=1.0000 \
/L="SAMPLE" \
/SV=14 \
"C:\Program Files\Arcv2CAD5\sample.xyz" "C:\Program Files\Arcv2CAD5\sample.dxf"

I get sample.dxf, which has polygons.

However using this command line with the DLL:

/H /LOG=3 /W0 /C0=5 /DH=1 /DXN="_X" /DYN="_Y" /DIDN="_ID" /EN="_Z" /ES=1.0000 /L="SAMPLE" /SV=14

I get dll_sample.dxf, which only contains points.

Any suggestions gratefully received,

Thanks!

GuthCAD Software Support
09-09-2009, 03:07 AM
Hi,

This appears to be a bug. Please download a new software update which should fix it.

Arcv2CAD 5.0 A.64 (http://www.guthcad.com/download.htm)

Thanks for reporting the problem.

best regards,
Software Support

Kyudos
10-09-2009, 08:42 AM
Seems to work fine now.

I did spot a little spelling error though...

In the 'Selected Projection Unsuitable' warning dialog:

Check: Are the Longitude and Latidude field swapped?

Dude!

Kyudos
10-09-2009, 10:34 AM
Now using A.64, I'm having a problem with projected data:

Using GUI settings:

/C=0 /C0=5 \
/DH=0 /DX=2 /DY=1 /DID=0 /DP \
/EN=FIELD4 /ES=1.0000 \
/L="TEST_MAP" \
/SV=14 \
/SP=2 /SPU=1 /SPZ=118

I get correctly projected output.

Using the DLL with CMD line:

/H /LOG=3 /W0 /C0=5 /ES=1.0000 /SV=14 /DID=0 /DY=1 /DX=2 /E=3 /SP=2 /SPZ=-1 /SPU=1

I get the "Selected Projection Unsuitable" warning dialog.
Reason: Latitude values > 90.0 degrees not allowed.
Setting Projection to none.

Kyudos
16-09-2009, 07:17 PM
Any updates on this?

GuthCAD Software Support
17-09-2009, 09:46 PM
Hi,

The latest update should fix the problem

Arcv2CAD 5.0 A.65 (http://www.guthcad.com/download.htm)

- also fixed teh speeling errorr, thanks dude! :)

best regards,
Software Support