jlcrunkleton
19-10-2007, 10:46 PM
Hello,
I'm a new user of CAD2Shape 3.0 and I have a question about how to correctly convert XDATA contained in my .dwg file into the .shp file.
Right now, I have a simple .dwg file containing 3 polygons. In terms of XDATA, it looks like this in AutoCAD:
* Registered Application Name: IAPMS
* Code 1002, Starting or ending brace: {
* Code 1000, ASCII string: 252
* Code 1002, Starting or ending brace: }
* Registered Application Name: DCO15
* Code 1071, 32-bit signed long integer: 1
* Code 1071, 32-bit signed long integer: 1
* Code 1000, ASCII string: SECTNAME
* Code 1004, Binary data not printed.
That is just for one polygon. The first application (IAPMS) is the XDATA I want to transfer. One polygon has the value 252 and the others have values of 251 and 419 for the IAPMS application. How do I get CAD2Shape to output a .shp file with a field named IAPMS with the corresponding values (251, 252, 419) for each polygon?
Right now, I run the software and when I select to use the XDATA, it creates 3 new fields in the .shp file with the headings "251" "252" and "419". These fields contain no values.
Any help is much appreciated! Thanks in advance.
I'm a new user of CAD2Shape 3.0 and I have a question about how to correctly convert XDATA contained in my .dwg file into the .shp file.
Right now, I have a simple .dwg file containing 3 polygons. In terms of XDATA, it looks like this in AutoCAD:
* Registered Application Name: IAPMS
* Code 1002, Starting or ending brace: {
* Code 1000, ASCII string: 252
* Code 1002, Starting or ending brace: }
* Registered Application Name: DCO15
* Code 1071, 32-bit signed long integer: 1
* Code 1071, 32-bit signed long integer: 1
* Code 1000, ASCII string: SECTNAME
* Code 1004, Binary data not printed.
That is just for one polygon. The first application (IAPMS) is the XDATA I want to transfer. One polygon has the value 252 and the others have values of 251 and 419 for the IAPMS application. How do I get CAD2Shape to output a .shp file with a field named IAPMS with the corresponding values (251, 252, 419) for each polygon?
Right now, I run the software and when I select to use the XDATA, it creates 3 new fields in the .shp file with the headings "251" "252" and "419". These fields contain no values.
Any help is much appreciated! Thanks in advance.