RealDWG with Map ObjectARX to access object data table

RealDWG with Map ObjectARX to access object data table

Anonymous
Not applicable
586 Views
1 Reply
Message 1 of 2

RealDWG with Map ObjectARX to access object data table

Anonymous
Not applicable

Hello,

I am looking for possible ways to access Civil3D/Map3D object data table via RealDWG. I found that API that I need actually ships with Map ObjectARX SDK 2018 so my question is following - is it possible to use RealDWG in combination with Map ObjectARX? The requirement is to write DWG file in hosted application (outside AutoCAD/Civil3D process). 

 

 

Also I am aware that Civil3D ships with Autodesk AutoCAD Civil 3D 2018 Object Enabler 64 Bit that can be redistributed with hosted application to use Civil3D related API. So is it possible to combine these APIs with object enabler to write object data table and not have Civil3D installed on target machine?

 

Thanks,

Simonas

0 Likes
587 Views
1 Reply
Reply (1)
Message 2 of 2

tbrammer
Advisor
Advisor

You can load ObjectEnabler DBX-modules into your RealDWG product.

Simply call   bool acrxLoadModule(const ACHAR * moduleName, bool printit, bool asCmd=false);

and make sure that your RealDWG app can find the required DBX (and maybe DLL) files. See AcDbHostApplicationServices::findFile(...).

I'm not an expert for Civil3D/Map3D. If the OEs are distributed it will propably work. Just give it a try.

 


Thomas Brammer ● Software Developer ● imos AGLinkedIn
If an answer solves your problem please [ACCEPT SOLUTION]. Otherwise explain why not.

0 Likes