高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】how to read .dwg or .dxf files
how to read .dwg or .dxf files
how to read .dwg or .dxf files
i have linkpath(link template) details written in dwg or dxf file.how to read the dwg or dxf file contents using dwgdirect for those linkpath details. is there any api to do the same??
i'm not sure what link path is...
in any case good starting point for reading dwg/dxf is our odreadex sample.
sergey slezkin
link template/link path
linkpath(or)link template is a five part address consisting of the environment, catalog, schema, table, and key columns. it is stored as object data with each linked drawing object
probably it's stored as extended data (xdata)?
if so you can access it using oddbobject::xdata()
sergey slezkin
|