高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】reading autodesk map object data
reading autodesk map object data
reading autodesk map object data
hi,
i would like to know if there is an easy way to read autodesk map object data using the c++ api.
i read a couple of posts in this forum, tried to integrate the custom object class example, and i'm still not able to access the object data.
i attached the sample file i use in this development.
thank you very much for your help.
sylvain
attached files
autocad map has large number of various objects. (and your sample contains a number of them).
if you want to get data from objects of 1-2 classes and you know their data format this is trivial task.
but if you want to get all map data and you do not know the data format the efforts required woul be several person*year.
the adtdirect project is implementation of adt-specific objects.
map may be of similar complexity.
where are dozens (or even hundreds) of different object classes.
sergey slezkin
|