- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I’m looking for some coding feedback on building an internal reusable AutoCAD .NET library that allows standard AutoCAD entities (i.e. blocks, circles, polylines, ellipses, solids, etc.) to remain logically associated with other geometry (such as curves or regions (closed polylines)) without having to use custom entities. The idea is to store persistent relationship data in the drawing and recompute object placement when either the reference geometry or the dependent object changes (so, it stays even if drawing is closed/reopened). User edits should be interpreted as parameter changes or overrides rather than breaking the association. I’m especially interested in whether this “relationship and recompute” approach is a good approach and possible limitations. I'm more so looking for what would be considered the best practice to accomplish something like this using the .NET api.
These are some super basic examples of what I was thinking:
Thanks,
Solved! Go to Solution.