I have a gdb with point feature class A and a dwg template B with block definition ST_MH_EXT and ST_MH_OTH. ST_MH_EXT is circle while ST_MH_OTH is square. I have added the fields "CadType" and "RefName" to A. Then I set the values of "CadType" to insert and "RefName" to "ST_MH_EXT" / "ST_MH_OTH" respectively.

After I run the tool "ExportCAD_conversion", the shape of "ST_MH_EXT" in the result dwg is preserved but "ST_MH_OTH" becomes circle. I would like to ask whether the problem is?
