Deelip.com

Thursday, January 22, 2009

ObjectDRX

Fact 1: ObjectARX is a SDK developed by Autodesk and is used to build plug-ins for AutoCAD.
Fact 2: DRX is a SDK developed by the Open Design Alliance and is used to build plug-ins for DWGdirect hosted applications, which may or may not be AutoCAD clones.
Fact 3: BRX is an ObjectARX source compatible SDK developed by Bricsys and is used to build plug-ins for Bricscad by recompiling the source code of an AutoCAD plug-in.
Fact 4: Argon is an another ObjectARX source compatible SDK developed by Graebert and is still in Alpha.
Fact 5: ObjectDRX is something I recently came across and have not yet figured out.

On January 6th, ZWSOFT, a Chinese IntelliCAD developer, released ZWCAD 2009. Their press release mentioned an "improved DRX programming interface, similar to ARX in AutoCAD". Listed below are sections of the ZWCAD 2009 product documentation (verbatim) that refer to something called ObjectDRX.

"ObjectDRX is a ZWCAD platform re-development environment. So long as the user follows ObjectDRX the API interface, class and the agreement, can develop own command, and uses in the ZWCAD platform. These re-development command and in the ZWCAD platform provides the command in uses and in the efficiency has not distinguished."

So I guess now you know why I have not figured it out yet. I will get to the "agreement" mentiond here later, but let's consider another statement.

"ObjectDRX in the environment configuration, only needs to contain three head files, can carry on the development. But ObjectARX needs to contain the different head file and the LIB according to the characteristic. Therefore, the ObjectDRX simple configuration, is very suitable beginner to use."

The plot thickens. A comparison with Autodesk's ObjectARX gives an indication that ObjectDRX may be another ObjectARX source compatible SDK. Now let's see the "OpenDRX Development Agreement" that was mentioned ealier.

Guide Agreement
1. Suppose user has certain C++ development experience;
2. Suppose user has certain understanding to ZWCAD;
3. Suppose user understands ZWCAD the platform’s SDS pattern development;
4. In the guide the demonstration code and the example use the vc2003.net compilation, but had not defined that the re-development the language environment are vc2003.net.

Development Agreement
1. Suppose user understands ObjectARX development method;
2. Suppose user understanding dynamic link library performance development method;
3. Suppose user is familiar with the windows application program development method.


That's it. That's the entire agreement. I am not sure who is agreeing to whom and what is being agree to here. Anyways, lets dig a bit deeper. In a section titled "ObjectDRX Application Basics" I see the following statement.

"Should better have the ARX re-development experiences, but this is not necessarily."

Then there are numerous references to the ODA's DRX SDK and sample code which leads me to believe that the ObjectDRX SDK is actually a SDK that wraps around the ODA's DRX SDK. Whether it is actually source compatible with ObjectARX is not clear, but judging from what I managed to understand from this literature, it certainly seems that way.

Long story short, since the ODA does not appear to be in the mood to make their DRX SDK source compatible to Autodesk's ObjectARX SDK, companies like Bricsys, Graebert and now ZWCAD are going ahead and doing it themselves. I don't believe it it will be very difficult for the ODA to make DRX source compatible with ObjectARX, but judging by the kind of litigating mood that Autodesk's is in right now, the ODA may be doing the wise thing. However, a recent press release from Bricsys announcing 34 AutoCAD plug-ins that were successfully ported to Bricscad using the BRX SDK seems to suggests that their efforts are finally paying off.

With DoubleCAD around the corner, IntelliCAD 7 further down the road and Bricsys, Graebert and ZWSOFT going to lengths to get the attention AutoCAD plug-in developers, it looks like the fight for the AutoCAD pie is heating up. It may very well be that this global economic meltdown is the last straw for some AutoCAD customers, unless AutoCAD 2010 gives them good enough reason to stay on. Or unless these new AutoCAD clones and their plug-ins fail to shirk off the "unreliable" and "unstable" tags that Autodesk marketing has put on them, rightly or wrongly. In any case, I don't think the "cheap" tag will work in Autodesk's favor this time around.

6 Comments:

  • Does any of these ObjectARX clones have support to custom objects and entities? Can they? Any idea?

    - SendtoNarayanan@hotmail.com

    By Anonymous Anonymous, At 4:28 PM, January 22, 2009  

  • I believe the ODA has been working on custom objects. See http://www.deelip.com/2008/11/oda-components.html. And some of this is slowing creeping into the clones.

    From zwcad.org - "DRX programming interface (similar to ARX in AutoCAD) is provided, with the improvement of Insert\Pasteclip\Explode\Extend\Trim\Stretch functions for custom objects. This allows you to develop your application with greater efficiency."

    By Blogger Deelip Menezes, At 4:37 PM, January 22, 2009  

  • The BRX SDK for Bricscad supports many advanced items such as custom objects, entities, reactors, jigs, transactions, deep cloning, etc... in a code compatible way. For a complete list and explanation, please check our online developer reference here:

    http://www.bricsys.com/bricscad/help/en_US/V9/DevRef/

    Please check the BRX (and DRX) sections.

    Installed with Bricscad, you can find a "brxSample" project that can be compiled for Bricscad and AutoCAD. One of the items in the sample is a custom entity based on AcDbEntity.

    By Anonymous Anonymous, At 5:04 PM, January 22, 2009  

  • When ZWCAD says "Agreement," I wonder if they mean "Assumptions." That's what I get from the context.

    By Anonymous Anonymous, At 8:11 PM, January 22, 2009  

  • Ralph,

    Ben Decker commented on IntelliCAD.net: "The whole thing looks like they just passed their Manderin version through Babelfish and published the results as their very professional English developers' manual."

    I have to agree with him. There is no way a human could come up with this, no matter how horrid his English is.

    By Blogger Deelip Menezes, At 8:19 PM, January 22, 2009  

  • I contacted Coade CadWorx and they told me they will not port there ARX over To BRX or DRX I am not a programmer so i don't know if i could do this myself reasonable cheap. I don't think AUTOPLANT, or ProSTeel will Port there over either I work with AutoCAD and these add on's but none of them seem willing to run on anything but AutoCAD and this may be because AutoDesk may pull there support from these companies if they do. what do you

    By Anonymous Anonymous, At 7:24 AM, May 28, 2009  

Post a Comment

Subscribe to Post Comments [Atom]



<< Home