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