高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】can autocad handle with custom objects created by directdwg
can autocad handle with custom objects created by directdwg
can autocad handle with custom obj. without additional libraries?
supposed i've created in my application custom objects or entities and then wrote out a dxf or dwg file that contains these objects. can an another user, who has on his pc only autocad installed and has no additional libraries at all, open and work with this file without any problem?
thanks
paul
last edited by pbr; 4th august 2004 at 01:16 amfff">.
an autocad user will be able to open and work with the file, but by default, autocad will treat your custom objects as proxies (at most you will see the proxy graphics displayed). if you want additional support within autocad for these entities, you will need to create an objectarx application equivalent to the dwgdirect application that you used to originally create the custom objects.
thank you very much, neil.
|