高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】specifying Paths
specifying paths
specifying paths
hi,
i would need some way to specify paths for the database where (during the readfile process) dwgdirect should search for specified files. the problem arises when i need to read files which were originally xrefs in a dwg file. i know only incorrect paths (coming from the original dwg file). when the original dwg is read, it causes no problem, if the referenced files are placed in the same directory as the "parent" dwg. however, i have to be able to read these files (using dwgdirect) independently from the "parent" dwg.
i am using dwgdirect version 1.10.
thanks for any help,
miklos
you can override oddbhostappservices::findfile(). in your implementation you can take care about searching xref files in your folders.
sergey slezkin
|