You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: