高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】external references and readfile
external references and readfile
external references and readfile
i'm loading a dwg file. then i draw it, and during vectorization the method oddbhostappservices::findfile(...)fff"> is called.
but i wan't to know just after oddbhostappservices::readfile(...)fff"> all external files names without drawing a file.
has anyone know the solution?
thanks in advance,
mk
last edited by michał krzesiak; 6th january 2006 at 05:54 amfff">.
you can iterate through the block table. if oddbblocktablerecord::isfromexternalreference() returns true - it's xref block. use oddbblocktablerecord:athname() to get the file name.
sergey slezkin
|