PDA

View Full Version : DWG, DXF from shapes in UTM-Zone


Marc
04-05-2009, 07:02 PM
Hi!

Need some help using the Arcv2CAD software.

I developed a batch file and got needful output in UTM-Zone 36. (5 shapes to 1 dwg). Beyond that i need another dwg data in the UTM-Zone 35. The first shape-file I list in batch-file is in UTM-Zone 35, but the four others are still in Zone 36. Did i create a bug?

/G /SV=18 /SP=2 /SPU=4 /SPZ=34

C=2 /C1=96 /C0=246 \
L="shape1" \
RG=10,13,20,22\
"C:\Projects\XY\shapeno1.shp"


/C=2 /C1=40 /C0=8 \
/L="shape2" \
RG=10,13,20,22\
"C:\Projects\XY\shapeno2.shp"


/O c:\Projects\XY\output.dwg


The SPZ=34 command seems to work for the first shape-file only. Is there a way to solve this problem?
Big thanks und greetings
Marc

edit:
update: I can choose every UTM-zone (for example SPZ= 32, SPZ 39), the first shape-data (shapeno1.shp) gets the right position in the output-dwg (with the choosen UTM/SPZ), all the following get into UTM 36 (SPZ=35). I reinstalled the software to check ini-commands or other fixed settings, but still the same problem.

GuthCAD Software Support
08-05-2009, 08:00 PM
Hi Marc,

We have a put a software update on our download page. It should hopefully fix the problem that you reported. The bug was that the Zone switch was only being applied to the first shapefile in the translation. (For subsequent shapefiles, the software would calculate the zone to use, which may not be correct, especially if the data crosses a zone boundary.)


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

best regards,
Software Support