Several CadTexts on AutoCad couldn't be found

I obtain several CadTexts by using the method below, but only one shows on AutoCad, the others couldn’t be found.

using(var cadImage = (CadImage)Aspose.CAD.Image.Load(sourceFilePath))
{
    var entities = cadImage.Entities;
    var allCadTexts =  entities.Where(p => p is CadText).Cast<CadText>();
}

example:DefaulValue=“A04H03” ObjectHandle = “291” and “9F3”,but only find “9F3”.

F-BA2002.zip (174.6 KB)

@gjwang_tunghosteel_com,

Can you please explain that what entities that you feel couldn’t be found using API so that we may try investigating that on our end.

Attachment dwg file on AutoCAD use zoom and (HANDENT “291”) command, can’t find ObjectHandle = “291”.

image.jpg (319.6 KB)

Problem ObjectHandle List:
291,9F3
293,9F5
292,9F4
29C,9FE
29E,A00
29F,A01
29D,9FF
2A7,A09
2A9,A0B
2AA,A0C
2A8,A0A
2B2,A14
2B4,A16
2B5,A17
2B3,A15
2BD,A1F
2BF,A21
2C0,A22
2BE,A20
2C8,A2A
2CA,A2C
2CB,A2D
2C9,A2B
2D3,A35
2D5,A37
2D6,A38
2D4,A36

@gjwang_tunghosteel_com,

I have created a ticket with ID CADNET-1174 in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.

The issues you have found earlier (filed as CADNET-1174) have been fixed in this update.

This problem has not been fixed yet.

@gjwang_tunghosteel_com

We need to know some questions like “What application has been used to create this file?” and “How many times has this behavior (duplicating objects) been noticed?”.

just because we tried and found every thing is okay with parsing because the file really contains two almost the same objects. What we have noticed that if you try to re-save the file using Autocad the second extra object (objectHandle = “291”) is gone and after parsing you’ll see only an object with objectHandle =“9F3”.

Can you please share further details that we may use on our end to reproduce it further.