Hi,
i’m trying to read all block names from a .dwg file extracting all blocks as CadInsertObjects, but the value of the property Name of these CadInsertObjects is different from the block names i see in autodesk (they start with “*U”).
How can i read from the single CadInsertObject the name i see in autodesk?.
I’m attaching an example with only 2 blocks, in autodesk BOTH blocks are called “NG” but if i check the 2 CadInsertObject extracted from the dwg file, one is called “NG” and the other “*U3”
Example.zip (26.3 KB)