
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am working on an application that tries to push changes made to one instance of an assembly to all other instances (keeping the assembly type).
This is done by changing the assembly type of all other instances to match the modified one and then renaming the assembly type back to its original name.
However, in some cases, when there is a void contained in the assembly, the assembly type change fails due to it not being able to cut the void out of its host. When I try to change the type manually, I can see in the preview that the void indeed is placed far outside of the host (roughly the same distance from its host as between the two assemblies).
Can there be a logical explanation to why the void moves or am I experiencing a bug?
/Niklas
Solved! Go to Solution.