高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】how to insert a windows metafile into .dwg file with dwgdire
how to insert a windows metafile into .dwg file with dwgdire
how to insert a windows metafile into .dwg file with dwgdirect?
how to insert a windows metafile into .dwg file with dwgdirect?
autocad's wmfin command converts the specified .wmf file into a block.
i believe you'll have to do the same.
you may wish to check out
quote:
originally posted by mjf
autocad's wmfin command converts the specified .wmf file into a block.
i believe you'll have to do the same.
you may wish to check out
thank you for very useful link.
but i'd prefer not to parse windows gdi functions and put the appropriate objects into acad database. i'd like to load the binary data of metafile directly into acad database with help of some dwgdirect classes and functions.
is there any possibility to do it?
|