I am using Kabeja to read data from an DXF file. I can read all the Lines and Polylines without any issues. However, I am not able to find the Lines from a Block. I can find the Block along with the Insert entity that places the Block in the drawing. But my goal is to read the Lines that build a Block in the DXF file. Any help would be greatly appreciated.
Asked
Active
Viewed 1,372 times
27
-
1http://stackoverflow.com/questions/22300543/reading-dxf-files-with-kabeja-library – Mahaveer Singh Jan 28 '15 at 06:31
-
this might help you too : http://stackoverflow.com/questions/6740736/reading-a-dxf-file-with-java – gtzinos Apr 16 '15 at 07:58
1 Answers
1
I don't know Kabeja, but this might help you:
The "insert" entity is a reference to the Block definition inside The Blocks section of the DXF (The BlockTable). So to find the lines inside a block definition You need to read The Definition of that block.

Alain
- 304
- 3
- 9