|
高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】object arx, db
object arx, dbx
object arx, dbx
autocad customization is done using objectarx, and objectdbx. objectdbx is used to create custom entities. can dwgdirect read these custom entities?
mike b
like in autocad in dwgdirect it's possible to implement custom entities in similar manner.
"foreign" custom entities can be read only if their data format is known by specialy written code. else they are loaded as proxy entities.
excustobjs sample contains example of implementing custom objects/entities in dd.
adtdirect implements most of architectural desktop objects/entities in such manner.
sergey slezkin
|