Message 1 of 8
While in nested transactions, the door/window which is anchored to the wall does not move when the wall moves
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone
In Autocad Architecture, door/window has feature to be anchored with a wall. Whenever the wall moves, the anchored objects will be moved accordingly.
However, when I am in the middle of the nested transactions, either using API or manually moving wall will not move the door/window.
I'd like to describe a little bit about my nested transactions. I have a TrGroup transaction, which is started at the beginning of the process and is disposed when the user close the form. Whenever the user hits a button, there will be another transaction executed. This transaction is supposed to be inside the TrGroup transaction as the TrGroup is not disposed of yet.
Thanks in advance.