Message 1 of 1
Working Examples of AutoCAD XRecords and Other Interfaces
Not applicable
03-27-2020
07:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This project provides an example of ways to interface with different aspects of AutoCAD using the ObjectARX library
It provide examples of how to read/write:
- Block Extended Records (xRecords)
- Dynamic block Properties
- Block Attributes
- NOD Extended Records (Named Object Dictionary)
Additionally it provides examples of:
- Right click context menu
- Command Methods
- Ribbon
- WPF Dock palette
- Event watching
- Inserting Blocks
- Layer management
- Folding multiple commit's into a single undo
https://github.com/sdkane/AcadIO
If you have any questions or feedback, please be sure to let me know.