TransactionManager in assembly

TransactionManager in assembly

Anonymous
Not applicable
356 Views
2 Replies
Message 1 of 3

TransactionManager in assembly

Anonymous
Not applicable
Is it OK to start a transaction in an assembly document, and then within the transaction to make changes in part documents within the assembly? Or should a separate transaction be started in each part or subassembly document?
0 Likes
357 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
It is fine to modify multiple documents within any transaction. Even though
StartTransaction requires a document input, changes are not restricted to
that document. The argument simply exists to make sure that there is some
document open in Inventor. You can provide any document as input.

Sanjay-

wrote in message news:5792205@discussion.autodesk.com...
Is it OK to start a transaction in an assembly document, and then within the
transaction to make changes in part documents within the assembly? Or
should a separate transaction be started in each part or subassembly
document?
0 Likes
Message 3 of 3

Anonymous
Not applicable
Sanjay,
Thanks. That makes it easy to do what I'm trying to do, and provide a single Undo step to the user.
0 Likes