I have a DXF with a nested insert but each insert only contains empty inserts, no other entity (it should contain Surfaces).
I'm using trueview to track the handle as I'm cycling through the inserts (and block) in netDXF.
I'm using insert.explode() to iterate through the entities (but insert.block.entities results the same)
The issue is the insert just contains other inserts (nested) and no other entities are within the block except inserts.
I suspect the nested inserts are being read incorrectly.
Here is the file: MUEB_00_01-08-23.zip
There are some other posts with possible similar issues.
#42 (comment)
#133
*I realise it could be explained by unsupported types (polygon mesh) - but I'm not sure this is the case. I have tried importing into sketchup, exploding it then exporting back to DXF to check their types.
Cheers