Import: DXF parser, add DXF block count

This commit is contained in:
Furgo
2025-06-13 04:30:53 +02:00
parent 434bf415b9
commit 6392423b5b

View File

@@ -2349,6 +2349,7 @@ bool CDxfRead::ReadBlockInfo()
int blockType = 0;
std::string blockName;
InitializeAttributes();
m_stats.entityCounts["BLOCK"]++;
// Both 2 and 3 are the block name.
SetupStringAttribute(eName, blockName);
SetupStringAttribute(eExtraText, blockName);