TX/IRX

TX is an object-oriented C++ API that allows developers to create and manage custom objects in progeCAD. Just as custom objects developed with ObjectARX display as proxy objects in progeCAD, custom objects developed with TX display as proxy objects in AutoCAD.

progeCAD implements TX using two components:

  • TX - API classes for TX-specific functionality, which represents the core functionality for creating and working with custom and standard objects.
  • IRX - API classes for progeCAD-specific functionality, such as graphics, input, selection, printing, etc.

Click here to download the Software Development Kit with all the related documentation (SDK)