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!
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!