Import: DXF parser, add DXF block count

This commit is contained in:
Furgo
2025-06-13 04:30:53 +02:00
parent f84ed59a43
commit d77cdf999b

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);