Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Unable to pull Attribute #1

Open
mlj001 opened this issue Nov 22, 2013 · 0 comments
Open

Unable to pull Attribute #1

mlj001 opened this issue Nov 22, 2013 · 0 comments

Comments

@mlj001
Copy link

mlj001 commented Nov 22, 2013

Hi,
The library is excellent for parsing DXF file. Its failing for this one case, where it is not able to pull the Attributes for a Sensor on Anchor layer. It just comes null.

String AnchorsLayerID = "Anchors";
DXFLayer anchors = doc.getDXFLayer(AnchorsLayerID);
//this gives 1 insert
List anchorInserts = anchors
.getDXFEntities(DXFConstants.ENTITY_TYPE_INSERT);
//This gives null
List anchorAttributes = anchors
.getDXFEntities(DXFConstants.ENTITY_TYPE_ATTRIB);

Any help or direction will be highly appreciated.

Here is the sample DXF i am working on.
http://www.filedropper.com/sensoronanchorlayer

Thanks
Manish

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant