ODA Toolkit Xtension SDK
The ODA Toolkit Xtension (TX) SDK is a free SDK based on C++ and .NET. It allows users to create ODA Xtension modules for use with an ODA-based host application. The SDK is therefore ideal for CAD end-users and third-party component developers who want to write custom applications for CAD systems based on ODA SDKs.
TX modules can make use of a large subset of the functionality contained in Drawings SDK and Drawings.NET Classic SDK. Users can:
- Create custom commands that can be registered on the global command stack of a compatible ODA application.
- Build full-featured custom objects.
- Access and manipulate data loaded from a .dwg file.
- Create additional types of customization.
The TX SDK is used to create TX modules only, not stand-alone applications. TX modules are Microsoft® Windows® DLLs which can be loaded at runtime by a compatible ODA-based application.
ODA Drawings Explorer can be used as a sample test container for TX modules.