개정판 8eceb6fe
Extract Mtext inside blockreference
Change-Id: I95d161b04931ac703843335a6df08298c40f1262
DTI_PID/OdReadExMgd/OdReadExMgd.cs | ||
---|---|---|
419 | 419 |
{ |
420 | 420 |
dumpTextData(obj as DBText, indent, BlockReferenceNode); |
421 | 421 |
} |
422 |
else if (obj is MText) |
|
423 |
{ |
|
424 |
MText mtext = obj as MText; |
|
425 |
|
|
426 |
DBObjectCollection objs = new DBObjectCollection(); |
|
427 |
mtext.Explode(objs); |
|
428 |
foreach (var item in objs) |
|
429 |
{ |
|
430 |
dumpTextData(item as DBText, indent, node); |
|
431 |
} |
|
432 |
} |
|
422 | 433 |
} |
423 | 434 |
|
424 | 435 |
/**********************************************************************/ |
내보내기 Unified diff