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 Oct 11, 2023. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered:
Schulzey
changed the title
Insert exploding (probably reading) issue.
Insert exploding issue. (Reading issue or unsupported type)
Aug 18, 2023
Your inserts end up empty because they only contain Surface entities and they are not supported. Read this project home page (readme.md file), you will find the list of entities that this library can read and write.
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
The text was updated successfully, but these errors were encountered: